[#39845] Re: [ruby-cvs:33238] Ruby:r26022 (trunk): * marshal.c (w_object): dump instance variables when using — Tanaka Akira <akr@...>
2009/12/5 <nobu@ruby-lang.org>:
3 messages
2009/12/06
[#39846] [Bug #2447] reduce GC pressure by symbol table without String instance — Yusuke Endoh <redmine@...>
Bug #2447: reduce GC pressure by symbol table without String instance
5 messages
2009/12/06
[#39847] stable find.rb — Tanaka Akira <akr@...>
44OH44Kj44Os44Kv44OI44Oq44KS5YaN5biw55qE44Gr44Gf44Gp44Gj44Gf57WQ5p6c44KS5q+U
5 messages
2009/12/06
[#39851] Time.now + str と #to_r — Yukihiro Matsumoto <matz@...>
まつもと ゆきひろです
9 messages
2009/12/07
[#39852] Re: Time.now + str と #to_r
— "NARUSE, Yui" <naruse@...>
2009/12/07
成瀬です。
[#39855] [RubySpec #2460] RubySpecでFiberのSpecがおちる — 三村 益隆 <redmine@...>
RubySpec #2460: RubySpecでFiberのSpecがおちる
4 messages
2009/12/08
[#39863] [Feature #2471] want to choose a GC algorithm — _ wanabe <redmine@...>
Feature #2471: want to choose a GC algorithm
8 messages
2009/12/09
[#39874] faster Enumerator#each by rb_block_call with current block — Yusuke ENDOH <mame@...>
遠藤です。
7 messages
2009/12/13
[#39894] Re: faster Enumerator#each by rb_block_call with current block
— Yukihiro Matsumoto <matz@...>
2009/12/19
まつもと ゆきひろです
[#39897] Re: faster Enumerator#each by rb_block_call with current block
— Yusuke ENDOH <mame@...>
2009/12/20
遠藤です。
[#39912] [Bug #2522] Segmentation Fault is occurred on r26158 by running rubyspec — Kenta Murata <redmine@...>
Bug #2522: Segmentation Fault is occurred on r26158 by running rubyspec
4 messages
2009/12/23
[ruby-dev:39872] [Bug #2474] The __FILE__ constant equals a relative path when required using a relative path FAILED on 1.8.8dev
From:
"ujihisa ." <redmine@...>
Date:
2009-12-12 04:11:23 UTC
List:
ruby-dev #39872
Bug #2474: The __FILE__ constant equals a relative path when required using a relative path FAILED on 1.8.8dev http://redmine.ruby-lang.org/issues/show/2474 起票者: ujihisa . ステータス: Assigned, 優先度: Normal 担当者: Akinori MUSHA, カテゴリ: core, Target version: Ruby 1.8.8 ruby -v: ruby 1.8.8dev (2009-12-07 revision 26034) [i386-darwin9.8.0] Ruby 1.8.7と1.8.8devで、requireされたファイルの__FILE__が異なる値を持ちます。 $ cat a.rb [19:50:07] p __FILE__ require __FILE__ $ ruby187 -v a.rb [20:00:31] ruby 1.8.7 (2009-07-30 patchlevel 192) [i686-darwin9.7.0] "a.rb" "./a.rb" "./a.rb" $ ruby188 -v a.rb [20:00:37] ruby 1.8.8dev (2009-12-07 revision 26034) [i386-darwin9.8.0] "a.rb" "/Users/ujihisa/a.rb" "/Users/ujihisa/a.rb" ChangeLogを見ましたが、いつこの変更が行なわれたのか分かりませんでした。 この変更により、ruby 1.8.8devはspec/rubyspec/language/file_spec.rbに通りません。 もしもこの変更が意図的ならものでしたら、RubySpec側を変更します。 ---------------------------------------- http://redmine.ruby-lang.org