Activity
From 03/10/2012 to 03/16/2012
03/16/2012
-
11:22 PM Bug #6158 (Assigned): Enumerator::Lazy#take: should it be lazy?
- Hello,
Benoit Daloze wrote:
> I noticed #take is now defined on Enumerator::Lazy, and it has lazy behavior:
>
... -
08:49 PM Bug #6158 (Closed): Enumerator::Lazy#take: should it be lazy?
- Hello,
I noticed #take is now defined on Enumerator::Lazy, and it has lazy behavior:
(1..1000).lazy.select(... -
10:05 PM Revision 30c0db4a (git): follow r35040
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35075 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:57 PM Revision db3bce11 (git): * object.c: Fix indentation of Class#inherited example.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:59 PM Bug #6159 (Closed): Enumerable::Lazy#inspect
- Hello,
Enumerable::Lazy#inspect is undefined right now and relies on Enumerator#inspect:
(1..5).lazy # => #... -
08:06 PM Bug #6156 (Closed): String#tr fails on UTF-16
- This issue was solved with changeset r35069.
John, thank you for reporting this issue.
Your contribution to Ruby is g... -
03:05 PM Bug #6156 (Closed): String#tr fails on UTF-16
- >> "b".encode("utf-16le").tr("a-z".encode("utf-16le"), "*".encode("utf-16le"))
ArgumentError: invalid byte sequence ... -
07:41 PM Bug #6107: Documentation Abbrev (stdlib) confusing
- Previous patch is bunk, please disregard.
Attached patch removes the sort from the example and updates the example... -
04:49 PM Revision ea6511c6 (git): * string.c (trnext): fix bug with string ending with '\\'.
- [ruby-dev:45374][Bug #6160]
* test/ruby/test_string.rb (TestString#test_delete): test for
above.
git-svn-id: svn+... -
03:36 PM Bug #6157 (Closed): Enumerable::Lazy#select does not handle multiple yield arguments
- Dan Kubb wrote:
> When the #each method yields more than one argument, Enumerable::Lazy#select only accepts the firs... -
03:23 PM Bug #6157 (Closed): Enumerable::Lazy#select does not handle multiple yield arguments
- When the #each method yields more than one argument, Enumerable::Lazy#select only accepts the first argument, e.g.:
... -
03:30 PM Revision 2cab78a9 (git): remove a trailing space [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:20 PM Revision 9a4c2a98 (git): * 2012-03-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35071 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:20 PM Revision 25755e38 (git): remove a trailing space
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:19 PM Bug #6155 (Assigned): Enumerable::Lazy#flat_map raises an exception when an element does not respond to #each
-
03:19 PM Bug #6155: Enumerable::Lazy#flat_map raises an exception when an element does not respond to #each
- Hello,
Dan Kubb wrote:
> The following statement will raise "NoMethodError: undefined method `each' for 1:Fixnum"... -
02:53 PM Bug #6155 (Closed): Enumerable::Lazy#flat_map raises an exception when an element does not respond to #each
- The following statement will raise "NoMethodError: undefined method `each' for 1:Fixnum":
[1, 2, 3].lazy.flat_ma... -
02:42 PM Bug #5544: Lookup scope for class variables in class_eval'd procs changed in 1.9.3
- Joshua Ballanco wrote:
> While I prefer the behavior in 1.9.3 (it is more consistent with constant lookup rules), th... -
02:38 PM Bug #5544 (Closed): Lookup scope for class variables in class_eval'd procs changed in 1.9.3
- This issue was solved with changeset r35057.
Joshua, thank you for reporting this issue.
Your contribution to Ruby is... -
02:33 PM Bug #5777: class_eval/module_eval works differently when given a string than when given a block in 1.9.2 and 1.9.3
- George MacKerron wrote:
> Yehuda, thanks for the response. I understand that the lookup rules were changed between 1... -
02:28 PM Bug #5777 (Closed): class_eval/module_eval works differently when given a string than when given a block in 1.9.2 and 1.9.3
- This issue was solved with changeset r35056.
George, thank you for reporting this issue.
Your contribution to Ruby is... -
02:23 PM Bug #5570: Encoding of environment variables on Windows
- On Thu, Mar 15, 2012 at 05:16, Nikolai Weibull <[email protected]> wrote:
> On Thu, Mar 15, 2012 at 02:51, U.Nakamura <u... -
12:46 PM Bug #5570 (Closed): Encoding of environment variables on Windows
- This issue was solved with changeset r35030.
Nikolai, thank you for reporting this issue.
Your contribution to Ruby i... -
02:23 PM Feature #5008: Equal rights for Hash (like Array, String, Integer, Float)
- On Friday, 16 Mar 2012 at 1:13 PM, Yukihiro Matsumoto wrote:
> Hi,
>
> In message "Re: [ruby-core:43310] [ru... -
02:19 PM Feature #5008: Equal rights for Hash (like Array, String, Integer, Float)
- "Repeating myself, unlike other classes in the table, Hash does not have "natural" conversion from set of values, so ...
-
01:23 PM Feature #5008: Equal rights for Hash (like Array, String, Integer, Float)
- Hi,
In message "Re: [ruby-core:43310] [ruby-trunk - Feature #5008] Equal rights for Hash (like Array, String, I... -
12:18 PM Feature #5008: Equal rights for Hash (like Array, String, Integer, Float)
- I approve `to_h` as explicit conversion to a Hash.
It should be created and implemented for NilClass, Hash, Enumer... -
02:58 AM Feature #5008: Equal rights for Hash (like Array, String, Integer, Float)
- =begin
Request #3131 was fulfilled, so here is the updated feature matrix:
| | Kernel | Impli... -
02:12 PM Bug #5616 (Closed): * /lib/net/imap.rb exception in IMAP.new when get_response returns nil
- This issue was solved with changeset r35055.
Edsard, thank you for reporting this issue.
Your contribution to Ruby is... -
01:56 PM Bug #5620 (Closed): (Net::IMAP::ResponseParseError) unexpected token LBRA (expected SPACE)
- This issue was solved with changeset r35054.
art , thank you for reporting this issue.
Your contribution to Ruby is g... -
01:06 PM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
- Related: http://bugs.ruby-lang.org/issues/6154
-
01:05 PM Feature #6154: Eliminate extending WaitReadable/Writable at runtime
- I should have mentioned that JRuby has been running this way for a while (on master) and we have had no reports of in...
-
01:02 PM Feature #6154 (Closed): Eliminate extending WaitReadable/Writable at runtime
- The nonblocking IO operations started extending WaitReadable or WaitWritable into the Errno::EAGAIN instance some tim...
-
12:42 PM Bug #6151: ArgumentError of lambda shows wrong location
- The reason it raises an error is that instance_eval yields one argument (the receiver), and lambdas are strict about ...
-
12:30 PM Bug #6151 (Closed): ArgumentError of lambda shows wrong location
- fixed in r35051-r35053.
-
11:59 AM Bug #6151: ArgumentError of lambda shows wrong location
- You need to indent with spaces, before tabs.
-
06:13 AM Bug #6151: ArgumentError of lambda shows wrong location
- That's fun, go to report a bug in Ruby and hit a bug in Ruby's Bug tracker.
Try again, this time with no RD crap.
... -
06:08 AM Bug #6151 (Closed): ArgumentError of lambda shows wrong location
- =begin
Perhaps there is a reason, but it sure seems like a bug to me. Given this simple class:
#
c... -
12:07 PM Bug #6142: Enumerable::Lazy#zip doesn't rewind internal enumerators
- Thomas Sawyer wrote:
> A touch OT, but is Brian Candler being involved in the development of this? I don't know of a... -
12:03 PM Bug #6142: Enumerable::Lazy#zip doesn't rewind internal enumerators
- Innokenty Mikhailov wrote:
> a = (1..3).lazy.zip('a'..'z')
> a.to_a #=> [[1, "a"], [2, "b"], [3, "c"]]
> a.t... -
11:25 AM Bug #6152 (Closed): Enumerator::Lazy#take
- Nobuhiro IMAI wrote:
> 以下はテストにある Step クラスですが、
(snip)
> a.lazy.take(5).to_a # => [1, 2, 3, 4, 5]
> a.current... -
09:13 AM Bug #6152 (Closed): Enumerator::Lazy#take
- =begin
以下はテストにある Step クラスですが、
class Step
include Enumerable
attr_reader :current, :args
def initi... -
11:06 AM Revision ba20fe62 (git): * string.c (trnext): should advance char-wise.
- [ruby-core:43335][Bug #6156]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35069 b2dd03c8-39d4-4d8f-98ff-823fe69... -
08:42 AM Revision 7af3e9f0 (git): fix unreachable warning line number
- * parse.y (block_append_gen): fix unreachable warning line number.
should warn at the code, not jump.
git-svn-id: ... -
08:38 AM Revision be2dc443 (git): fix typo
- * test/ruby/test_module.rb (test_method_redefinition): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3... -
08:38 AM Revision 2b906bf2 (git): verbose_warning
- * test/ruby/envutil.rb (verbose_warning): should not hide execptions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
08:38 AM Revision d19e5328 (git): suppress warning.
- * test/ruby/envutil.rb: suppress warnings.
* test/ruby/test_exception.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang... -
08:38 AM Revision 36ada1b3 (git): fix indent
- * test/ruby/test_exception.rb (test_exception): fix indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35064 ... -
08:38 AM Revision 9faa9109 (git): Tempfile#open
- * test/ruby/test_exception.rb (test_systemexit_new,
test_exception_in_exception_equal): use Tempfile#open.
git-svn... -
08:38 AM Revision 62cdd6e6 (git): fix argument order
- * test/ruby/test_parse.rb (test_void_expr_stmts_value): expected value
comes first.
git-svn-id: svn+ssh://ci.ruby-... -
08:38 AM Revision a87f0aa0 (git): bug number
- * test/ruby/test_syntax.rb (test_keyword_rest): give the bug number to assertions.
git-svn-id: svn+ssh://ci.ruby-lan... -
08:33 AM Revision 19451891 (git): * enum.c (enum_take): allocate buffer array before iteration, as well
- as enum_first did.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35060 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:02 AM Revision a920c29c (git): * enum.c (enum_first): remove duplication.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35059 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:45 AM Revision a157c85a (git): * load.c (ruby_init_ext): don't free the given pointer itself.
- It is not guaranteed even that the pointer is on heap.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35058 b2dd0... -
05:38 AM Revision 58d1b85c (git): * vm_eval.c (rb_mod_module_eval): fix the documentation of
- class_eval to mention class variable lookup. [ruby-core:40649]
[Bug #5544]
git-svn-id: svn+ssh://ci.ruby-lang.org... -
05:28 AM Revision a377ef5e (git): * vm_eval.c (rb_mod_module_eval): fix the documentation of
- class_eval to mention constant lookup. [ruby-core:41718]
[Bug #5777]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/... -
05:12 AM Revision 6853b44a (git): * lib/net/imap.rb (initialize): raise Net::IMAP::Error when the
- connection is closed without a greeting response.
[ruby-core:40938] [Bug #5616]
git-svn-id: svn+ssh://ci.ruby-lang... -
04:56 AM Revision ed07df5a (git): * lib/net/imap.rb (rfc822_text): ignore [] after RFC822.
- [ruby-core:40945] [Bug #5620]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35054 b2dd03c8-39d4-4d8f-98ff-823fe6... -
03:34 AM Feature #6150 (Rejected): add Enumerable#grep_v
- Please add a grep_v() method to Enumerable that behaves like the opposite of grep().
For example, if Enumerable#gr... -
03:27 AM Feature #5422: File.fnmatch != Dir.glob # {no,sets}
- What if we pass a File::FNM_EXTGLOB flag to the File.fnmatch methods?
File.fnmatch? '{.g,t}*', '.gem', File::FNM... -
03:15 AM Feature #2294: [PATCH] ruby_bind_stack() to embed Ruby in coroutine
- Hello Steve,
I'm glad my patch fixed the problem for you. :)
Regarding what changed in Ruby 1.9 to cause this ... -
03:09 AM Revision 5308538b (git): * ChangeLog: fix typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35053 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:00 AM Revision 817eb7d1 (git): * vm_insnhelper.c (argument_error): use line number at the beginning
- of lambda, not the first code ob its body.
[ruby-core:43314][Bug #6151]
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
03:00 AM Revision e2ca7837 (git): * iseq.c (rb_iseq_first_lineno): constified.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35051 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:29 AM Feature #1122: request for: Object#try
- > How about just `respond` ?
>
> foo.respond(:bar)
I like it.
-r -
02:24 AM Feature #1122: request for: Object#try
- How about 'can'?
user.can(:talk)
Just my two cents.
-
12:26 AM Feature #1122: request for: Object#try
- How about just `respond` ?
foo.respond(:bar)
And really, there's no reason it can't support delegation styl... -
02:22 AM Revision 29f73009 (git): * enumerator.c (lazy_take): don't enumerate an extra value.
- [ruby-dev:45370] [Bug #6152]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35050 b2dd03c8-39d4-4d8f-98ff-823fe69... -
12:43 AM Bug #6144: regexec may allocate extra memory?
- > ただ、なぜわざわざ一度 char* 型の変数に代入しているのかはよく分かりません。
あ、stk_alloc の計算のために char* 型でなければならないのを見落としていました。 -
12:36 AM Bug #6144: regexec may allocate extra memory?
- alloc_addr は、その後 OnigStackIndex* にキャストされて、OnigStackIndex の配列として使用されています。
OnigStackIndex は intptr_t の typedef ですので、xa... -
12:21 AM Bug #6144 (Assigned): regexec may allocate extra memory?
- うーん、何か変えるとしたら、以下のような感じですかねぇ。
diff --git a/regexec.c b/regexec.c
index 2587cd9..9e31c71 100644
--- a/regexec.c
+...
03/15/2012
-
11:30 PM Bug #6143: Onigmo allows broken regexp: /(?(x.)/
- Onigmoのmasterブランチには修正を入れました。
https://github.com/k-takata/Onigmo/commit/35f530676970e42b83b5d6789dd5820101e430d7
現... -
09:30 PM Revision a1f4163d (git): * enumerator.c (lazy_zip_func): variadic argument needs explicit cast
- on the platforms where VALUE is longer than int.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35049 b2dd03c8-3... -
09:29 PM Revision 641e9e7b (git): * enumerator.c (lazy_init_iterator): no need to check overflow twice.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35048 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:57 PM Bug #6107: Documentation Abbrev (stdlib) confusing
- Patch to fix this on trunk.
- 08:53 PM Revision 25ac2aaf (git): * 2012-03-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:53 PM Revision 5e726766 (git): * enumerator.c (lazy_init_iterator): Fix type error (int vs long).
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35046 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:25 PM Feature #1122 (Rejected): request for: Object#try
- Matz still hate "try", so I'll close this ticket.
Please reopen this ticket if you have good name which convince mat... -
05:53 PM Feature #6070 (Rejected): The scope of for loop variables
- Koichi Sasada wrote:
> (2012/03/05 16:10), Shugo Maeda wrote:
> > For loops are syntactically close to while loops... - 05:16 PM Revision 815d88b5 (git): * 2012-03-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@35045 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:16 PM Revision a8182419 (git): * version.h: Increase patch level [Issue 6148]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@35044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:53 PM Bug #5486: rb_stat() doesn’t respect input encoding
- On Thu, Mar 15, 2012 at 05:24, Nikolai Weibull <[email protected]> wrote:
> 2012/3/15 U.Nakamura <[email protected]>... -
04:43 PM Bug #5486 (Closed): rb_stat() doesn’t respect input encoding
-
02:59 PM Bug #5486: rb_stat() doesn’t respect input encoding
- 2012/3/15 Trevor Wennblom <[email protected]>:
> try compiling an updated version of trunk from this repository:
> ... -
02:23 PM Bug #5486: rb_stat() doesn’t respect input encoding
- On 3/14/12 11:24 PM, Nikolai Weibull wrote:
> 2012/3/15 U.Nakamura<[email protected]>:
>> Hello,
>>
>> I... -
01:29 PM Bug #5486: rb_stat() doesn’t respect input encoding
- 2012/3/15 U.Nakamura <[email protected]>:
> Hello,
>
> In message "[ruby-core:43260] Re: [ruby-core:43236] [r... -
04:53 PM Bug #6148 (Closed): ruby_1_9_3 revision conflict
- Generally, people who want to backport should use tool/merger.rb.
It increment patch level. -
06:11 AM Bug #6148: ruby_1_9_3 revision conflict
- For backport commits, yes. I also believe rdoc-only clarifications are important and worthy of backporting.
IMO it... -
04:54 AM Bug #6148: ruby_1_9_3 revision conflict
- This is because I backported a small documentation change.
Should the version info be changed in those cases too?
... -
04:47 AM Bug #6148 (Closed): ruby_1_9_3 revision conflict
- Please remember to update the version info when backporting. Currently there are two 1.9.3p163's that can be built fr...
-
04:23 PM Bug #6146 (Closed): three possible bugs by nobu
- r35033,r35034,r35035
-
04:15 PM Bug #6149 (Third Party's Issue): Object#tap does not return the object it is called on in some cases
-
03:06 PM Bug #6149 (Rejected): Object#tap does not return the object it is called on in some cases
-
01:11 PM Bug #6149: Object#tap does not return the object it is called on in some cases
- I see that now. I'm going to close this.
-
01:06 PM Bug #6149: Object#tap does not return the object it is called on in some cases
- HTTParty::Response inherits from BasicObject, which doesn't define tap. So the tap method you are calling is provided...
-
12:35 PM Bug #6149 (Third Party's Issue): Object#tap does not return the object it is called on in some cases
- # gem install httparty
# then in an irb console enter :
require 'httparty'
class Foo
include HTTParty
base_u... -
02:20 PM Revision 2baeb782 (git): * enum.c (rb_enum_values_pack): rename from enum_values_pack, and
- remove static.
* enumerator.c (lazy_init_iterator, lazy_init_yielder,
lazy_select_func, lazy_reject_func, lazy_gre... -
01:23 PM Bug #5570: Encoding of environment variables on Windows
- On Thu, Mar 15, 2012 at 02:51, U.Nakamura <[email protected]> wrote:
> Hello,
>
> In message "[ruby-core:4323... -
10:14 AM Revision d135138f (git): * enumerator.c (lazy_zip): rescue StopIteration returned by
- Enumerator#next.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:25 AM Revision 032861ad (git): * enumerator.c (lazy_zip, lazy_cycle): Enumerator::Lazy#{zip,cycle}
- should be eager when a block is given, to be consistent with
Enumerable#{zip,cycle}.
git-svn-id: svn+ssh://ci.ruby... -
08:47 AM Revision ff1f6107 (git): * enumerator.c (InitVM_Enumerator): renamed Enumerable::Lazy to
- Enumerator::Lazy.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:38 AM Revision 4a1db362 (git): * enumerator.c (enumerator_lazy): added cycle to the documentation.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35039 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:37 AM Revision bf87ec4e (git): * parse.y (parser_yylex): fix warning line number.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:24 AM Revision b30c4aa8 (git): * test/ruby/test_m17n.rb (assert_warning): use common method.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:19 AM Revision fbdce669 (git): * enumerator.c (lazy_cycle): check argument number overflow before
- creating temporary array.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:16 AM Bug #6085 (Closed): Treatment of Wrong Number of Arguments
- Hi,
Martin Dürst wrote:
> While we are at it, can we also change the extremely cryptic "for".
> So the best wo... -
06:10 AM Bug #6085: Treatment of Wrong Number of Arguments
- Hi,
Yusuke Endoh wrote:
> You know, making parsing easy is not the purpose or the right way.
> My concern is j... -
06:04 AM Revision a258d6f4 (git): * util.c (ruby_strtod): no need to check same digit for hexdigit
- twice. [ruby-dev:45363][Bug #6146]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35035 b2dd03c8-39d4-4d8f-98ff... -
06:04 AM Revision 375aedbf (git): * parse.y (sym_check_asciionly): check ascii compatibility before
- scanning for code range.
* parse.y (intern_str): set to us-ascii if ascii only.
[ruby-dev:45363][Bug #6146]
git-s... -
06:03 AM Revision 36f6ce40 (git): * file.c (ruby_enc_find_basename): allow NULL as alllen.
- [ruby-dev:45363][Bug #6146]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35033 b2dd03c8-39d4-4d8f-98ff-823fe69... -
05:49 AM Revision 65fcaf41 (git): * string.c (rb_str_conv_enc_opts): default to original encoding.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:49 AM Revision f59caa29 (git): * hash.c (env_str_new, rb_f_getenv, env_fetch): use rb_str_conv_enc()
- instead of rb_str_encode() to simplify the code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35031 b2dd03c8-3... - 03:57 AM Revision fcaee4bd (git): * win32/win32.c, include/ruby/win32.h (rb_w32_ugetenv): new API to
- accept and to return UTF-8 strings.
* win32/win32.c (rb_w32_getenv): follow above change.
* win32/win32.c (rb_w32_g... -
03:31 AM Revision c6671f10 (git): * adjust style.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:00 AM Revision d18dc746 (git): * enumerator.c (lazy_cycle): add Enumerable::Lazy#cycle.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:39 AM Revision c037f1f6 (git): * adjust style.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:31 AM Revision 9f9201b8 (git): * test/ruby/test_arity.rb (TestArity#err_mess): use assert_raise.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35026 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
03/14/2012
-
10:31 PM Bug #6142: Enumerable::Lazy#zip doesn't rewind internal enumerators
- A touch OT, but is Brian Candler being involved in the development of this? I don't know of anyone who has discussed ...
-
06:25 PM Bug #6142 (Closed): Enumerable::Lazy#zip doesn't rewind internal enumerators
- All enumerables passed to Enumerable::Lazy#zip are converted into lazy enumerators.
When result evaluated - ruby ite... -
10:12 PM Revision 724e683e (git): * vm_eval.c (check_funcall): Raise ArgumentError if respond_to?
- requires more than three arguments. [Bug #6000]
* test/ruby/test_object.rb (class TestObject): Test for resp... -
09:23 PM Bug #6085: Treatment of Wrong Number of Arguments
- Let's focus on error message consistency of WNA :-)
We'd better discuss about anything else in another thread.
... -
09:04 PM Bug #6085: Treatment of Wrong Number of Arguments
- Martin Dürst wrote:
> While we are at it, can we also change the extremely cryptic "for".
> Whenever I see an error... -
05:53 PM Bug #6085: Treatment of Wrong Number of Arguments
- While we are at it, can we also change the extremely cryptic "for".
Whenever I see an error message of the form "... - 09:10 PM Revision 73163024 (git): * include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]
- * array.c: Use rb_check_arity / rb_error_arity
* class.c: ditto
* enumerator.c: ditto
* eval.c: ditto
* file.c: d... - 09:10 PM Revision 35c356ea (git): * vm_insnhelper.c: improve number of arguments error in case of
- optional parameters (issue #6085)
* include/ruby/intern.h: define UNLIMITED_ARGUMENTS
* test/ruby/test_arity.rb: t... -
08:07 PM Bug #6147 (Closed): should we check a result returned by fcntl?
- たぶん kosaki さん (それともささださん?)
thread_pthread.c の rb_thread_create_timer_thread で
fcntl(timer_thread_pipe[1], F... -
08:00 PM Bug #6146 (Closed): three possible bugs by nobu
- なかださん
なかださんの変更が関わってそうな箇所で Coverity Scan が教えて
くれたことを 3 つほど送ります。
1 つめ。file.c について、r34372 の変更で
3566 e... -
07:51 PM Bug #6141: rails-3.2.2+1.9.3p125 の環境で SEGV が発生
- =begin
Extracted backtrace from the dump;
-- C level backtrace information -------------------------------------... -
06:05 PM Bug #6141 (Rejected): rails-3.2.2+1.9.3p125 の環境で SEGV が発生
- 表題の環境で selenium のテストを実行している最中に net/http の先の何処かで SEGV が発生しました。
スタックトレースを添付します。 -
07:48 PM Bug #6145 (Closed): two possible bugs in Onigmo
- naruse さん、k-takata さん
遠藤です。
Coverity Scan さんが見つけてくれたバグの可能性 2 つです。
(ただし false positive の可能性は高い)
1 つめ。regcomp... -
07:44 PM Bug #6144 (Closed): regexec may allocate extra memory?
- naruse さん、k-takata さん
遠藤です。
多分鬼車の問題なんですが、regexec.c に
alloc_addr = (char* )xalloca(sizeof(char*) * (ptr_num))... -
07:40 PM Bug #6143 (Closed): Onigmo allows broken regexp: /(?(x.)/
- naruse さん、k-takata さん
遠藤です。
Onigmo の条件式正規表現のパースでエラーチェックが足りないようです。
$ ./miniruby -e 'p /(?(x.)/'
/(?(x.)/
マッ... -
07:17 PM Feature #5607: Inconsistent reaction in Range of String
- Yui NARUSE wrote:
> What is your plan?
Short version: Make it work the way Matz described it in http://bugs.rub... -
05:30 PM Bug #6124: remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
- Here is another issue:
If a gem package wants to depend on a gemified piece of standard library, it should also have... -
05:29 PM Bug #6140 (Rejected): test
-
05:28 PM Bug #6140 (Rejected): test
- Redmineを1.3.2にしたのでテスト
- 04:00 PM Revision 74bdcfe8 (git): * 2012-03-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:00 PM Revision 552adf8c (git): * enumerator.c (enumerable_lazy): fix the documentation of
- Enumerable#lazy.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35021 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:52 PM Revision 0562e3ff (git): * ChangeLog: fix typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35020 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:04 PM Revision c8860b50 (git): * enumerator.c (lazy_init_iterator): break when Qundef is returned
- to make obj.drop(3).take(2) work properly.
* enumerator.c (lazy_take_while): add Enumerable::Lazy#take_while.
* enu... -
10:29 AM Revision 0b35e9e5 (git): * enumerator.c (lazy_take): add Enumerable::Lazy#take.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:41 AM Revision 0d94434e (git): * enumerator.c: use long for array indices.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:26 AM Revision 449c8a2b (git): * enumerator.c: moved the comment of StopIteration.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35016 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:56 AM Revision cc3d03b1 (git): * numeric.c (flodivmod): must through the same pass if HAVE_FMOD or not.
- this is a bugfix of r35013.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35015 b2dd03c8-39d4-4d8f-98ff-823fe69... - 07:42 AM Revision 005953a1 (git): * test/test_tmpdir.rb (TestTmpdir#test_world_writable): skip on Windows.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35014 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:10 AM Revision 4c2e2d8b (git): * numeric.c: fix flodivmod for cornercases [Bug #6044]
- add ruby_float_mod
* insns.def (opt_mod): use ruby_float_mod
* internal.h: declare ruby_float_mod
* test/ruby/test... -
05:16 AM Bug #6137: openssl: hardcoded MD5 use leads to SSL server failure in FIPS mode
- Oh, thanks for the hint! Yes, now it makes sense why MD5 was used. I still think we don't need a crypto-strength hash...
-
03:58 AM Bug #6137: openssl: hardcoded MD5 use leads to SSL server failure in FIPS mode
- SHA-1 would work too - for a few years, until it's cryptographically broken enough to no longer be FIPS approved, lik...
-
02:25 AM Bug #6137 (Assigned): openssl: hardcoded MD5 use leads to SSL server failure in FIPS mode
- Thank you for your detailed analysis! Judging from OpenSSL's documentation [1] the parameter can potentially be any b...
-
12:43 AM Bug #6137 (Closed): openssl: hardcoded MD5 use leads to SSL server failure in FIPS mode
- =begin
I've got a host configured to be compliant with ((<U.S. Federal Information Processing Standard 140-2|URL:htt... - 04:49 AM Revision 4bb729a2 (git): * 2012-03-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@35012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:49 AM Revision 45086d1b (git): merge revision(s) 35010:
- * variable.c: Simplify rdoc for remove_const [Bug #5354]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1... - 04:48 AM Revision 092db4dc (git): * variable.c: Simplify rdoc for remove_const [Bug #5354]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35010 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:29 AM Revision 4bce9fc7 (git): more GCable
- * test/test_weakref.rb (make_weakref): more GCable, probably.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3500... -
01:44 AM Bug #6134: Ruby crashes when calling OpenSSL::PKCS7.new with invalid PKCS7 data
- Alright, so it is caused by something in 1.9.3. Thanks, that already helps a lot!
-
01:44 AM Revision cb1d2908 (git): * enumerator.c (lazy_grep_func): should use === instead of =~, as
- well as Enumerable#grep
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35008 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:35 AM Revision 8f30190d (git): InitVM_Enumerator
- * enumerator.c (InitVM_Enumerator): split from Init_Enumerator.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35... -
01:35 AM Revision 8cdfe403 (git): Init_Enumerator
- * enumerator.c (Init_Enumerator): initialize method IDs first.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@350... -
01:35 AM Revision 48f9f0bd (git): method_ids
- * template/id.h.tmpl (method_ids): define at once predefined method IDs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby...
03/13/2012
-
11:16 PM Revision 6b452591 (git): * enumerator.c (lazy_zip_func): use each for non-Array objects.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35004 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:08 PM Revision 22434473 (git): * enumerator.c (lazy_zip): add Enumerable::Lazy#flat_map.
- * enumerator.c (lazy_lazy): just returns self.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35003 b2dd03c8-39d4... - 10:56 PM Revision f24d9fcd (git): * ext/date/date_core.c (datetime_s_now): [ruby-core:43256].
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35002 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:34 PM Bug #6134: Ruby crashes when calling OpenSSL::PKCS7.new with invalid PKCS7 data
- I don't believe OpenSSL has been upgraded, but, running "openssl version" gives me:
OpenSSL 0.9.8r 8 Feb 2011
I rein... -
05:35 AM Bug #6134 (Assigned): Ruby crashes when calling OpenSSL::PKCS7.new with invalid PKCS7 data
- Thank you for reporting this issue. Could you please verify that your (native) OpenSSL library has not been upgraded ...
-
01:44 AM Bug #6134 (Closed): Ruby crashes when calling OpenSSL::PKCS7.new with invalid PKCS7 data
- Reproducing steps:
Run the following script in 1.9.3-p125 (it is attached to the issue as well)
require 'openssl... -
10:00 PM Bug #5989 (Closed): Keyword spash is syntax error when there are no explicit keyword arguments
- This issue was solved with changeset r34999.
Yura, thank you for reporting this issue.
Your contribution to Ruby is g... -
09:59 PM Bug #5989 (Open): Keyword spash is syntax error when there are no explicit keyword arguments
-
03:17 PM Bug #5989 (Closed): Keyword spash is syntax error when there are no explicit keyword arguments
- This issue was solved with changeset r34998.
Yura, thank you for reporting this issue.
Your contribution to Ruby is g... -
08:53 PM Bug #6085: Treatment of Wrong Number of Arguments
- Hello,
2012/3/13, Marc-Andre Lafortune <[email protected]>:
> Eric Hodel wrote:
>> Much like NameErro... -
08:53 PM Bug #6085: Treatment of Wrong Number of Arguments
- Hello,
> On Mon, Mar 12, 2012 at 10:31 AM, Yui NARUSE <[email protected]> wrote:
>> Use one of follwing:
>>... -
12:05 PM Bug #6085: Treatment of Wrong Number of Arguments
- Hi,
Eric Hodel wrote:
> Much like NameError#name and LoadError#path, why not ArgumentError#expected and ArgumentE... -
07:27 AM Bug #6085: Treatment of Wrong Number of Arguments
- Much like NameError#name and LoadError#path, why not ArgumentError#expected and ArgumentError#given? Also, ArgumentE...
-
05:58 AM Bug #6085: Treatment of Wrong Number of Arguments
- Hi,
On Mon, Mar 12, 2012 at 8:07 AM, Yusuke Endoh <[email protected]> wrote:
> One concern: I'm afraid if this chang... -
06:23 PM Bug #5486: rb_stat() doesn’t respect input encoding
- On Sun, Mar 11, 2012 at 22:41, Nobuyoshi Nakada <[email protected]> wrote:
>
> Issue #5486 has been updated by ... - 03:26 PM Revision db68d5ba (git): * 2012-03-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35001 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:26 PM Revision 08d81f26 (git): fix ripper
- * parse.y (new_args_gen, new_args_tail_gen): fix ripper.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35000 b2d... -
03:06 PM Bug #595 (Assigned): Fiber ignores ensure clause
-
01:03 PM Bug #5568 (Closed): IO#set_encoding ignores internal when the same as external only when specified as "ext:int"
- This issue was solved with changeset r34997.
Brian, thank you for reporting this issue.
Your contribution to Ruby is ... -
01:00 PM Revision 8fe3fb4c (git): * compile.c (iseq_set_arguments): keyword rest arg without keyword args.
- * node.c (dump_node): dump kw_rest_arg too.
* parse.y (block_param, f_arg): more kwrest patterns.
[ruby-core:42455]... -
12:37 PM Bug #5350 (Closed): WeakRef で謎の NoMethodError
- This issue was solved with changeset r34995.
Makoto, thank you for reporting this issue.
Your contribution to Ruby is... -
11:15 AM Bug #4814 (Rejected): minitest 2.2.x and test/unit do not get along
- Rejecting because of no feedback and I can't reproduce in my environment.
(if this issue is still reproducible, pl... -
11:06 AM Bug #4434 (Feedback): make test-all "-j10000" のように大きな並列数を与えると異常終了
- r34968 の変更で IO.popen による worker プロセスの起動に失敗した時に
>ERROR: Failed to launch job process - Errno::EMFILE: Too many open... -
10:59 AM Bug #5238 (Closed): installation failure if --with-sitedir=no or --with-vendordir=no
- This issue was solved with changeset r34993.
Sakuro, thank you for reporting this issue.
Your contribution to Ruby is... -
09:25 AM Feature #6136 (Rejected): Add gpg signatures whenever releasing ruby source tarballs
- I was one of the unfortunate people quick enough to grab the buggy version of ruby that contained bug #6040 as announ...
-
07:10 AM Bug #6132 (Rejected): Assignments don't happen correctly in "if" modifiers
- This is a feature of ruby.
Ruby parses left to right, so it see "lo" on the assignment side of the if. Since no l... -
06:17 AM Revision d6a977f6 (git): * parse.y (block_param, f_args): add rules for the case arguments
- begin with kwrest. [ruby-core:42455][Bug #5989]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34998 b2dd03c8-39... -
05:25 AM Bug #4421: [ext/openssl] Fix RSA public key encoding
- Nathaniel Talbott wrote:
> FYI, this does seem to break compatibility if you're using a fingerprint of the key for s... -
01:32 AM Bug #4421: [ext/openssl] Fix RSA public key encoding
- FYI, this does seem to break compatibility if you're using a fingerprint of the key for something, since (I just lear...
-
04:03 AM Revision db83618d (git): * io.c (io_encoding_set): always warn if external encoding and internal
- encoding are identical. [ruby-core:40727] [Bug #5568]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34997 b2dd03... -
04:03 AM Revision 272d72ef (git): Fix error and show given message and match message.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34996 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:37 AM Revision df058ea0 (git): Bug #5350
- * gc.c: add ObjectSpace::WeakMap. [ruby-dev:44565][Bug #5350]
* lib/weakref.rb: use WeakMap instead of _id2ref.
git... -
03:34 AM Revision 826cdd67 (git): assert_warn, assert_warning
- * test/ruby/envutil.rb (assert_warn): add optional message argument.
* test/ruby/envutil.rb (assert_warning): moved ... -
01:59 AM Revision 7e82db2e (git): * tool/rbinstall.rb (prepare): skip if basedir is not defined.
- [ruby-core:39135][Bug #5238]
* tool/rbinstall.rb (CONFIG.[]): check for mandatory
configurations.
git-svn-id: svn+... -
01:59 AM Revision 8a8936cb (git): re-configure
- * Makefile.in (reconfig, config.status): re-configure for version numbers.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
12:35 AM Bug #5493 (Feedback): Commit r33357 breaks build on Debian/sparc
- I cannot reproduce it on sparc Solaris 10.
-
12:17 AM Feature #6133 (Assigned): SSLSocketをshutdownできない
- http://www.openssl.org/docs/ssl/SSL_shutdown.html
に対応するメソッドがないので、送信の終わりを送れません。ただし微妙にshutdown(2)とインターフェースが違ってます。
03/12/2012
-
11:52 PM Bug #6132 (Rejected): Assignments don't happen correctly in "if" modifiers
- This works:
if lo = 3
la = lo
end
but this does not:
(la = lo) if (lo = 3)
It raises "NameError: unde... -
11:31 PM Bug #6085: Treatment of Wrong Number of Arguments
- Yusuke Endoh wrote:
> Hello, Marc-Andre
>
> Sorry I was missing this ticket. Your proposal looks smart to me.
... -
09:23 PM Bug #6085: Treatment of Wrong Number of Arguments
- Hello, Marc-Andre
Sorry I was missing this ticket. Your proposal looks smart to me.
I'd like to try and r... -
11:07 PM Bug #6131 (Closed): Ctrl-C handler do not work from exec process (Windows)
- Hello,
Originally reported to TheCodeShop group: https://groups.google.com/forum/?fromgroups#!topic/thecodeshop/ZI... -
09:20 PM Bug #5493: Commit r33357 breaks build on Debian/sparc
- Hello,
I can't check this ticket because I have no sparc machine.
Goto-san, could you check it?
r33357 itself ... -
07:23 PM Bug #5567 (Closed): IO#set_encoding ignores one invalid encoding unless a second argument is passed
- This issue was solved with changeset r34986.
Brian, thank you for reporting this issue.
Your contribution to Ruby is ... -
04:53 PM Bug #5570: Encoding of environment variables on Windows
- On Sun, Mar 11, 2012 at 22:44, Nobuyoshi Nakada <[email protected]> wrote:
>
> Issue #5570 has been updated by No... -
06:44 AM Bug #5570 (Feedback): Encoding of environment variables on Windows
- Which codepage should be used there, ACP or OEMCP?
-
12:10 AM Bug #5570: Encoding of environment variables on Windows
- Correct,
A example that reproduces the issue:... -
12:05 AM Bug #5570 (Assigned): Encoding of environment variables on Windows
- Ah, you are saying "use Wide API".
-
03:17 PM Revision 7f199d12 (git): Add missing assert_warning.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34991 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:12 PM Revision 6c698654 (git): * 2012-03-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:12 PM Revision f0f777bc (git): * enumerator.c (enumerable_lazy): added the documenation of Enumerable#lazy.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:56 PM Bug #5847 (Closed): Old Ruby 1.8 state flag for yield node appears to be unused
- This issue was solved with changeset r34984.
Thomas, thank you for reporting this issue.
Your contribution to Ruby is... -
01:49 PM Feature #6129: String#each_lineにおけるmemmem()の利用
- =begin
確認したい点があります。
* パラグラフモードでも効果があるか
* マルチバイト文字の途中にマッチした場合はどうなるか
また、追加されたコードが既存のコードとかなり重複しているように見えます。
重複を減... -
12:54 PM Bug #5833 (Closed): [mingw] trivial patch for thread.c build warning
-
12:47 PM Bug #5829: /dl/test_cptr.rb Segmentation fault on Ruby 1.9.3 P0
- Seems like a bug in the test code.
-
12:44 PM Bug #5473 (Closed): Raise in method_missing causes infinite loop
- This issue was solved with changeset r34983.
Peter, thank you for reporting this issue.
Your contribution to Ruby is ... -
11:19 AM Revision b681457f (git): * lib/tmpdir.rb (Dir::tmpdir): test the current directory suitable for
- temporary directory.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34988 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:09 AM Revision 5e3009aa (git): * lib/fileutils.rb (fu_have_symlink?): specify TypeError for rescue
- clause.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34987 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:24 AM Bug #5374 (Feedback): Weird SecurityError with ruby1.9, File.stat/Dir.glob and $SAFE=1
- Does this happen with recent versions?
-
10:23 AM Revision 33ceea5c (git): * encoding.c (rb_find_encoding): new function find encoding from
- arbitrary object as a pointer to rb_encoding, and return NULL if
not found.
* io.c (io_encoding_set): just warn uns... -
10:03 AM Revision c60602ac (git): * vm_method.c (Init_eval_method): respond_to? and
- respond_to_missing? are public.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34985 b2dd03c8-39d4-4d8f-98ff-823... -
08:21 AM Feature #6130 (Closed): inspect using to_s is pain
- Every time I define #to_s on a class I have to remember to also redefine #inspect. It's annoying and has led me to wa...
-
06:41 AM Bug #5486 (Feedback): rb_stat() doesn’t respect input encoding
- Does this issue still occur?
-
05:56 AM Revision c5feeb9a (git): * node.h (NEW_YIELD), parse.y (new_yield_gen): array-values flags
- has been already obsolete. patch by Thomas Enebo.
[ruby-core:41929][Bug #5847]
git-svn-id: svn+ssh://ci.ruby-lang... -
03:44 AM Revision a2229db3 (git): * vm_method.c (Init_eval_method): copy basic methods to Exception.
- [ruby-core:40287][Bug #5473]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34983 b2dd03c8-39d4-4d8f-98ff-823fe69... -
01:13 AM Revision b19f3a8a (git): * eval_jump.c (rb_exec_end_proc): remember the latest exit status.
- [ruby-core:43173][Bug #5218]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34982 b2dd03c8-39d4-4d8f-98ff-823fe69... -
12:32 AM Revision 90b7ddb8 (git): Exclude json/add/complex.rb.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34981 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
03/11/2012
-
11:59 PM Bug #5570: Encoding of environment variables on Windows
- On Sun, Mar 11, 2012 at 15:36, Yui NARUSE <[email protected]> wrote:
>
> Issue #5570 has been updated by Yui NAR... -
11:36 PM Bug #5570 (Rejected): Encoding of environment variables on Windows
- Ruby uses AreFileApisANSI() ? GetACP() : GetOEMCP() on Windows, not environment variables.
-
11:35 PM Feature #6129 (Closed): String#each_lineにおけるmemmem()の利用
- memmem()というGNU拡張のライブラリ関数がありますが、string.cのrb_str_each_line()で可能であればこのmemmem()を利用する事を提案します。
次のベンチマークを実行しました。
requi... -
10:37 PM Revision 48b5b163 (git): * lib/tmpdir.rb: update document for changing
- FileUtils.remove_entry_secure to FileUtils.remove_entry.
* NEWS: add incompatiblity note for lib/tmpdir.rb.
git-s... -
10:36 PM Bug #5846 (Closed): JSON.parse with :object_class causes SEGV
- This issue was solved with changeset r34971.
Hiroshi, thank you for reporting this issue.
Your contribution to Ruby i... -
10:19 PM Revision bcb9e567 (git): * lib/tmpdir.rb (Dir.tmpdir): should not use world-writable but
- non-sticky directory.
* lib/tmpdir.rb (Dir.mktmpdir): check the parent directory.
git-svn-id: svn+ssh://ci.ruby-lang... -
10:04 PM Revision 42437780 (git): * random.c (Init_Random): removed rb_Random_DEFAULT and register as
- mark-object instead of global variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34978 b2dd03c8-39d4-4d8f-9... -
10:03 PM Revision b87f2fe1 (git): * random.c (random_s_rand): ensure default PRNG is re-initialized
- after fork. patched by Eric Wong. [ruby-core:41209][Bug #5661]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3... -
09:52 PM Revision 06279f0e (git): * ext/json: properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:48 PM Revision 1100fdfc (git): * lib/fileutils.rb: remove tailing spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34975 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:53 PM Bug #5577 (Assigned): test/testunit/test_parallel.rb causes NoMethodError when file descriptor is limited to 30.
- とりあえず根本の原因である worker の起動に失敗したときはエラーメッセージを表示して exit 1 するようにしました。 (r34968)
ただ、(ulimit -n 30; make test-all TESTS='te... -
05:28 PM Bug #5577 (Closed): test/testunit/test_parallel.rb causes NoMethodError when file descriptor is limited to 30.
- This issue was solved with changeset r34968.
Akira, thank you for reporting this issue.
Your contribution to Ruby is ... -
06:36 PM Bug #4044 (Feedback): Regex matching errors when using \W character class and /i option
-
06:29 PM Bug #5684 (Rejected): [[Ruby 1.9:]] Socket doesn't respect default external encoding
-
06:01 PM Bug #6128 (Rejected): Thread#run does not work within signal handler
- trap handler (registered block) run on main thread. So Thread#run for main thread doesn't work.
You should use ot... -
12:10 PM Bug #6128 (Rejected): Thread#run does not work within signal handler
- If I stop Thread.main, calling Thread.main.run in a signal handler does not wake up the main thread.
Please see th... - 05:42 PM Revision 966eacca (git): * 2012-03-12
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34974 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:42 PM Revision 199d1fa9 (git): Add missing files of r34971,
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:35 PM Bug #6046 (Third Party's Issue): Berkeley DB dbm_open in libc is called even if --with-dbm-type=gdbm_compat is specified on FreeBSD
- 田中さんが 3rd party issue で良いといったので,
このチケットは 3rd party issue. -
05:27 PM Bug #5939 (Rejected): ActiveSupport::Callbacks で SEGV
- では一旦Rejectしておきます。
-
05:25 PM Bug #5939: ActiveSupport::Callbacks で SEGV
- この現象ですが 2/16 に 1.9.3p125 を使うようにしてから現在まで再現はしていません。
-
05:26 PM Bug #5932: gc_mark_children で SEGV が発生
- #5939 同様に 2/16 以降 1.9.3p125 を使うようにしてから再現していません。
-
05:24 PM Bug #5985: miniruby skews "make benchmark" results
- I'll change it.
-
05:20 PM Bug #5914 (Rejected): Calling extend with an anonymous module requires use of parentheses
-
05:18 PM Bug #5882: segfault in miniruby in ruby1.9.3 crosscompile for ARM
- Nice "ruby -v".
-
05:12 PM Bug #5828: Non anonymous classes can't be frozen, cloned and then inspected
- Tanaka-san says he found the reason of this issue.
-
05:08 PM Bug #5780: test/fileutils/test_fileutils.rb:86: [BUG] Segmentation fault
- We need ARM maintainer.
Endo-san, could you deliver this issue?
-
04:57 PM Bug #5703 (Assigned): Ruby 1.9.3p0 segmentation fault (during autoload?)
-
04:56 PM Bug #5689 (Rejected): class variables inside of instance methods inside of "class_eval"
-
04:47 PM Bug #5627 (Feedback): [ASYNC BUG] thread_timer: select
-
04:45 PM Bug #5616 (Assigned): * /lib/net/imap.rb exception in IMAP.new when get_response returns nil
-
04:41 PM Bug #5544 (Assigned): Lookup scope for class variables in class_eval'd procs changed in 1.9.3
-
04:40 PM Bug #5538: ruby memory error running minitests
- I cannot reproduce this issue.
Please give me the simple way for reproducing.
-
04:38 PM Bug #5527 (Assigned): set_trace_func binding incorrect
- Maybe it is implicit incompatibility between 1.8 and 1.9. No one can find out about it.
What should we do on 2.0?
-
04:36 PM Bug #5708 (Closed): Tempfile.new(pre) with block in test_autoclose
- r34129 で修正済みのようですので閉じます。
-
04:34 PM Bug #5519 (Feedback): Enumerator#next skips c-return hooks
-
04:30 PM Bug #5493 (Assigned): Commit r33357 breaks build on Debian/sparc
-
04:29 PM Bug #5487 (Assigned): popen3 + timeout regression in ruby 1.9
-
04:27 PM Bug #5486 (Assigned): rb_stat() doesn’t respect input encoding
-
04:24 PM Bug #5473 (Assigned): Raise in method_missing causes infinite loop
-
04:23 PM Bug #5468 (Assigned): IPSocket#valid_v6? in ipaddr.rb contains incorrect regexps
-
04:20 PM Bug #5449 (Assigned): nested constant opasign not working
-
04:17 PM Bug #5437: Using fibers leads to huge memory leak
- I'll review it later. however, i think it is libc (malloc) issue...
-
04:15 PM Feature #5431 (Feedback): Check issue with ruby-1.9.3-rc1
-
04:14 PM Bug #5406 (Assigned): inconsistent odd-length array rejection in Hash[*ary] vs Hash[ary]
-
04:12 PM Bug #5385 (Feedback): ~/gems/gems/posix-spawn-0.3.6/lib/posix_spawn_ext.bundle: [BUG] Segmentation fault ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin11.1.0]
-
04:05 PM Bug #5368: ensure節でsleepするようなThreadがあるとインタプリタが終了しない
- 今日,非同期例外の話が出たので,それと交えて考えます.
多分. -
03:52 PM Bug #5357 (Assigned): Indentation of nested operators should nest
-
03:51 PM Bug #5356 (Assigned): Add ? to ruby-operator-re
-
03:51 PM Bug #5353 (Assigned): TLS v1.0 and less - Attack on CBC mode
-
03:49 PM Bug #5782 (Closed): File.binwrite doc and hash argument
- This issue was solved with changeset r34967.
Marc-Andre, thank you for reporting this issue.
Your contribution to Rub... -
03:47 PM Bug #5350 (Assigned): WeakRef で謎の NoMethodError
-
03:46 PM Bug #5339 (Assigned): ERB generates extra newlines on Windows
-
03:45 PM Bug #5334 (Assigned): Segmentation fault in InternetExplorer IServiceProvider interface
-
03:39 PM Bug #5328 (Assigned): Splat args are treated wrongly in instance_exec and class_exec
-
03:33 PM Bug #5304 (Assigned): Array#pack handles objects for eg format 'E' differently than 1.8
- Please discuss with matz.
However, I assign this ticket to Murata-san, because matz will ignore assignment.
Murat... -
03:30 PM Bug #5283 (Assigned): クラスオブジェクトの clone に関する質問
-
03:27 PM Bug #5263 (Assigned): Ruby crash when installing yard-0.7.2 installation
-
03:27 PM Bug #5249 (Assigned): C の Proc の比較のバグ
-
03:24 PM Bug #5238 (Assigned): installation failure if --with-sitedir=no or --with-vendordir=no
-
03:22 PM Bug #5224 (Assigned): Yard seems to be crashing ruby.
-
03:14 PM Bug #4413 (Rejected): Segmentation fault when using deliver for GMAIL SMTP
- Rejecting because we have no feedback.
-
03:14 PM Bug #4820 (Rejected): EXC_CRASH (SIGABRT)
- Rejecting because we have no feedback.
-
03:14 PM Bug #4912 (Rejected): Segmentation fault while HTTPS request
- Rejecting because we have no feedback.
-
03:07 PM Bug #953: 深い入れ子の配列の取り扱いで落ちる
- 頑張ります.
-
02:59 PM Revision b7df3e9f (git): * pack.c (pack_unpack): when unpack('M') occurs an illegal byte
- sequence, output the "=" character and the following character in
the decoded data without any transformation.
[r... -
01:36 PM Revision 4d8d3184 (git): * ext/json: Merge 164a75c8bd2007d32c4d7665d53140d8fc126dcd.
- [ruby-core:41917] [Bug #5846]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34971 b2dd03c8-39d4-4d8f-98ff-823fe6... -
12:59 PM Revision 9d9ab5a3 (git): * ChangeLog: fix a typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34970 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:23 AM Feature #6126: Introduce yes/no constants aliases for true/false
- Hi,
(12/03/11 6:03), Yusuke Endoh wrote:
> I really hate the names "true" and "false" for another reason:
>... -
06:23 AM Feature #6126: Introduce yes/no constants aliases for true/false
- Off topic.
I really hate the names "true" and "false" for another reason:
their length should be equal. For ... -
08:38 AM Revision cfbdbd9b (git): * ChangeLog: fix a typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34969 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:28 AM Revision 42b1df08 (git): * lib/test/unit.rb: Put error message into STDERR if failed to lanch
- worker (job) process. [ruby-dev:44802] [Bug #5577]
* lib/test/unit/parallel.rb: If failed to increment_io, exit with... -
06:49 AM Revision 605f4bae (git): * io.c: fix rdoc of `IO.binwrite` to show same as `IO.write` except
- it opens file with mode "wb:ASCII-8BIT". [Bug #5782] [ruby-core:42592]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t... - 05:53 AM Revision 290f7cd7 (git): * 2012-03-11
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:53 AM Revision ed924d2f (git): cosmetic change.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
03/10/2012
-
09:40 PM Feature #6126 (Rejected): Introduce yes/no constants aliases for true/false
-
03:37 PM Feature #6126: Introduce yes/no constants aliases for true/false
- @Dave wow, you win.
I just was jealous to this obj-c thing.
Anybody pls close the issue -
02:00 PM Feature #6126: Introduce yes/no constants aliases for true/false
#- You can please yourself in your own programs by
#- adding a couple of lines at the top.
#==================...-
01:20 PM Feature #6126: Introduce yes/no constants aliases for true/false
- Egor Homakov wrote:
> 2. do you like it?
false
-
09:20 AM Feature #6126: Introduce yes/no constants aliases for true/false
- @ujihisa hrm.. Are you trying to inject english grammar in the logic? And, What is wrong with
"Didn't you eat sushi?"... -
08:53 AM Feature #6126: Introduce yes/no constants aliases for true/false
- I don't agree with the suggestion.
yes = either true or false
"Did you eat sushi?": "Yes I did" = true
"Didn't... -
08:39 AM Feature #6126: Introduce yes/no constants aliases for true/false
- It is good point but would you consider it like if/unless? they do same job but used in proper places.
p 1 if yes
p... -
08:32 AM Feature #6126: Introduce yes/no constants aliases for true/false
- New aliases lead to more code mess and mixing yes/no and true/false styles. Newbies would get only more confused seei...
-
07:00 AM Feature #6126: Introduce yes/no constants aliases for true/false
- @sebastian Yes they are for programmers. And there were no need for C/C++/... because assembler commands were very we...
-
06:42 AM Feature #6126: Introduce yes/no constants aliases for true/false
- That wasn't offense at all. There was a hype on Twitter about your Borat-like sentences (which were treated positive ...
-
06:21 AM Feature #6126: Introduce yes/no constants aliases for true/false
- References:
http://www.otierney.net/objective-c.html
it's common practice to define constants YES Yes in all lang... -
05:57 AM Feature #6126: Introduce yes/no constants aliases for true/false
- @sebastian will you forgive me if I ask you to align topic?
-
05:45 AM Feature #6126: Introduce yes/no constants aliases for true/false
- Considering your poor english I'm able to belive that you are not joking.
-
05:29 AM Feature #6126 (Rejected): Introduce yes/no constants aliases for true/false
- I propose to have predefined constants of TrueClass and FalseClass - yes/no accordingly.
Benefits:
1. 'truefalse'.s... -
02:52 PM Revision 3007acfb (git): * st.c: pack tables also generic keys. patched by Sokolov Yura at
- https://github.com/ruby/ruby/pull/84
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34964 b2dd03c8-39d4-4d8f-98f... -
02:52 PM Revision a73d958c (git): * st.c: add st_foreach_check for fixing iteration over packed table
- and st_delete_safe. patched by Sokolov Yura at
https://github.com/ruby/ruby/pull/84
git-svn-id: svn+ssh://ci.rub... -
02:52 PM Revision efae6194 (git): * st.c: fix packed num_entries on delete_safe. patched by Sokolov
- Yura at https://github.com/ruby/ruby/pull/84
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34962 b2dd03c8-39d4-... -
01:33 PM Revision 0934e6c0 (git): * enumerator.c: remove trailing space.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:17 AM Bug #5973: Bus Error in simple project requiring YARD
- Gabriel Gilder wrote:
> Sorry for the delay, I did not receive any email notification of an update on this thread.
... -
12:02 AM Feature #4514: #deep_clone and #deep_dup for Objects
- Marc-Andre Lafortune wrote:
> Shyouhei Urabe wrote:
> > * It is not always obvious what a "deep" copy is. For inst...
Also available in: Atom