Project

General

Profile

Activity

From 01/27/2011 to 02/02/2011

02/02/2011

09:49 PM Bug #4354: File.realdirpath is expected to test for real file.
=begin
On Wed, Feb 2, 2011 at 12:32 AM, Tanaka Akira <[email protected]> wrote:
> 2011/2/2 Luis Lavena <redmine@ruby-lan...
luislavena (Luis Lavena)
09:48 PM Bug #4354 (Rejected): File.realdirpath is expected to test for real file.
=begin

=end
luislavena (Luis Lavena)
12:32 PM Bug #4354: File.realdirpath is expected to test for real file.
=begin
2011/2/2 Luis Lavena <[email protected]>:

> If 'real' is attempting to check for real files, also real...
akr (Akira Tanaka)
11:04 AM Bug #4354 (Rejected): File.realdirpath is expected to test for real file.
=begin
Hello,

Comparing File.realpath behavior with File.realdirpath behavior, they don't match:

...
luislavena (Luis Lavena)
06:30 PM Bug #4341 (Open): baserubyに1.8.xを指定すると make benchmark がエラー
=begin

=end
naruse (Yui NARUSE)
02:36 PM Bug #4352: [patch] Fix eval(s, b) backtrace; make eval(s, b) consistent with eval(s)
Thank you for that detailed explanation. The problem for me is the
connection to `source_location`, which should be ...
quix (James M. Lawrence)
12:46 PM Bug #4352: [patch] Fix eval(s, b) backtrace; make eval(s, b) consistent with eval(s)
Hi,
2011/2/1 James M. Lawrence <[email protected]>:
> Knowing the line of an error inside eval is useful. Pas...
mame (Yusuke Endoh)
05:35 AM Bug #4352: [patch] Fix eval(s, b) backtrace; make eval(s, b) consistent with eval(s)
I came across this issue when I noticed that source_location gives non-useful info when a binding is passed to eval.... quix (James M. Lawrence)
02:15 PM Bug #4355: Segmentation Fault
=begin
[user1@hoho6 ~]$ gem list ruby-debug

*** LOCAL GEMS ***

ruby-debug-base19 (0.11.25.jb3, 0.11.24)
...
bobgus (Bob Gustafson)
02:14 PM Bug #4355 (Third Party's Issue): Segmentation Fault
=begin
I was working in the RubyMine debugger. I think the program went off to update something in the Database (po...
bobgus (Bob Gustafson)
10:05 AM Bug #4300: Merge keys not working as expected in psych yaml parser
=begin
Thanks!
Do I have to do anything special to get this backported to 1.9.2?
=end
wr0ngway (Matthew Conway)
08:43 AM Bug #4340: Encoding of result string for String#gsub is not consistent
=begin
The attached patch fixes this problem, may I commit?
=end
drbrain (Eric Hodel)
03:24 AM Bug #4353 (Feedback): Missing Patch Level on ruby-lang.org FTP
=begin

=end
luislavena (Luis Lavena)
01:48 AM Bug #4353: Missing Patch Level on ruby-lang.org FTP
=begin
I don't know what you're referring to.

There is no such 1.9.2-p174 out, latest patchlevel officially rel...
luislavena (Luis Lavena)
01:44 AM Bug #4353 (Rejected): Missing Patch Level on ruby-lang.org FTP
=begin
ruby_source_code uses the FTP to grab the Ruby source for whatever patch level is installed. Currently if r...
jfelchner (Jeff Felchner)

02/01/2011

01:39 PM Feature #4197: Improvement of the benchmark library
=begin
Hi

> * lib/benchmark.rb: fix benchmarck to work with current ruby.
>  patched by Benoit Daloze [ruby-core...
kosaki (Motohiro KOSAKI)
01:17 AM Feature #4197 (Closed): Improvement of the benchmark library
=begin
This issue was solved with changeset r30747.
Benoit, thank you for reporting this issue.
Your contribution ...
naruse (Yui NARUSE)
11:31 AM Bug #4352 (Closed): [patch] Fix eval(s, b) backtrace; make eval(s, b) consistent with eval(s)
=begin
def ex_message
begin
yield
rescue => e
p e.message
end
end

ex_message { eval(...
quix (James M. Lawrence)
01:17 AM Bug #4341 (Closed): baserubyに1.8.xを指定すると make benchmark がエラー
=begin
This issue was solved with changeset r30747.
Motohiro, thank you for reporting this issue.
Your contributio...
naruse (Yui NARUSE)
12:04 AM Feature #4351: Server Name Indication (SNI) for net/http
=begin
へぇ、こんなものが、知りませんでした。
わたしは賛成です、入れてしまっていいんじゃないでしょうか。
=end
naruse (Yui NARUSE)

01/31/2011

09:11 PM Feature #4351 (Closed): Server Name Indication (SNI) for net/http
=begin
ふと、SSL で name based vitual をやる話 (SNI - RFC 3546) はどうなったんだっけ、
と思って探したら、以下を見つけたので、net/http にも対処を
入れるのはどうですか...
akr (Akira Tanaka)
06:37 PM Bug #4350: Segmentation fault and Bus Error
=begin
It seems related to #2295
=end
qianthinking (Leon Li)
06:34 PM Bug #4350 (Rejected): Segmentation fault and Bus Error
=begin
My server crashes 0-4 times a day with segmentation faults.
The fault seems related to activerecord transa...
qianthinking (Leon Li)
03:21 PM Bug #4349 (Closed): typo of rdoc in marshal.c
=begin
--- marshal.c 2011-01-31 15:15:25.000000000 +0900
+++ marshal.c.new 2011-01-31 15:16:39.000000000 +...
phasis68 (Heesob Park)
02:47 PM Bug #4345 (Closed): IRB fails with --disable-gems and Ubuntu default LANG variable
=begin
This issue was solved with changeset r30741.
Luis, thank you for reporting this issue.
Your contribution to...
yugui (Yuki Sonoda)
02:30 PM Bug #4345: IRB fails with --disable-gems and Ubuntu default LANG variable
=begin

=end
yugui (Yuki Sonoda)
05:37 AM Bug #4345: IRB fails with --disable-gems and Ubuntu default LANG variable
=begin
IRB's localization support appears to try using RubyGems to load the localized file?

This was the commit...
headius (Charles Nutter)
02:07 PM Bug #4343: Dir.glob does match files without extension
=begin
On 01/30/2011 06:30 PM, mathew wrote:
> On Sat, Jan 29, 2011 at 11:49, Jeremy Bopp <[email protected]> wrote:
...
javanthropus (Jeremy Bopp)
09:30 AM Bug #4343: Dir.glob does match files without extension
=begin
On Sat, Jan 29, 2011 at 11:49, Jeremy Bopp <[email protected]> wrote:
> Where possible, Ruby scripts should se...
meta (mathew murphy)
11:20 AM Bug #1145: IRB adds trailing quote to wtring methods when performing auto-completion
=begin
Yes, unfortunately it still happens.

Except for JRuby, all the following "rubies" have this defect:
* r...
adrianomitre (Adriano Mitre)
08:42 AM Feature #4326: Fiber should respond to call() and []
=begin
New patch without Fiber#[]
=end
tenderlovemaking (Aaron Patterson)
08:37 AM Feature #4326: Fiber should respond to call() and []
=begin
On Sat, Jan 29, 2011 at 10:15:31AM +0900, Yusuke ENDOH wrote:
> Hi,
>
> 2011/1/27 Kurt Stephens <redmine...
tenderlovemaking (Aaron Patterson)
08:26 AM Feature #4326: Fiber should respond to call() and []
=begin
On Sun, Jan 30, 2011 at 01:47:06PM +0900, Charles Oliver Nutter wrote:
> On Sat, Jan 29, 2011 at 11:41 AM, A...
tenderlovemaking (Aaron Patterson)
07:32 AM Bug #4346: Sort_by! causes uniq! to crash on array of hashes
=begin
Thank you. I tested with SVN revision stated above and the bug is gone.
=end
squarism (Chris Dillon)
06:07 AM Bug #4346 (Closed): Sort_by! causes uniq! to crash on array of hashes
=begin
This issue was solved with changeset r30738.
Chris, thank you for reporting this issue.
Your contribution t...
naruse (Yui NARUSE)
03:12 AM Bug #4346 (Closed): Sort_by! causes uniq! to crash on array of hashes
=begin
Summary:
Sorting an array of hashes before doing a uniq! causes ruby to crash on uniq!.

Program to rep...
squarism (Chris Dillon)
06:29 AM Feature #4147: Array#sample で重みを指定したい
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:43148] [Ruby 1.9-Feature#4147] Array#sample で重みを指定したい"
on Sun, ...
matz (Yukihiro Matsumoto)
05:32 AM Feature #4347 (Closed): Tracing cannot be re-enabled after callcc [patch]
=begin
% patch -p1 < test_continuation_tracing.patch
patching file test/ruby/test_continuation.rb
% ./ruby -v ...
quix (James M. Lawrence)

01/30/2011

10:18 PM Feature #4326: Fiber should respond to call() and []
=begin
This might go in a slightly different direction, but I would really love Fiber to define #to_proc allowing th...
rkh (Konstantin Haase)
01:50 PM Feature #4326: Fiber should respond to call() and []
=begin
On Fri, Jan 28, 2011 at 9:28 PM, Jim Weirich <[email protected]> wrote:
> I wouldn't say Knuth is wrong,...
headius (Charles Nutter)
01:47 PM Feature #4326: Fiber should respond to call() and []
=begin
On Sat, Jan 29, 2011 at 11:41 AM, Aaron Patterson
<[email protected]> wrote:
>> 1. subroutines are...
headius (Charles Nutter)
02:41 AM Feature #4326: Fiber should respond to call() and []
=begin
On Sat, Jan 29, 2011 at 09:45:30AM +0900, Charles Oliver Nutter wrote:
> On Fri, Jan 28, 2011 at 5:29 PM, Aa...
tenderlovemaking (Aaron Patterson)
07:14 PM Feature #4147: Array#sample で重みを指定したい
=begin
>機能的な必要性/十分性については私には判断がつきませんが、私
>には問題なさそうに見えます。ただし、each_sample, each_choice
>という名前に若干の違和感がありますので、ruby-cor...
oj (Yoji Ojima)
11:36 AM Bug #4343: Dir.glob does match files without extension
=begin
Here is some more results of Dir.glob on Windows.


irb(main):001:0> Dir.glob('bla*')
=> ["bla", "bla...
phasis68 (Heesob Park)
03:01 AM Bug #4343: Dir.glob does match files without extension
=begin
Ok, the confusion comes from the differences between platforms. Lets have file named "foo.bar".

On Wind...
vo.x (Vit Ondruch)
02:49 AM Bug #4343: Dir.glob does match files without extension
=begin
On 01/29/2011 11:09 AM, Vít Ondruch wrote:
> Well glob should behave on Windows by Windows conventions and o...
javanthropus (Jeremy Bopp)
02:26 AM Bug #4343: Dir.glob does match files without extension
=begin


On 1/29/2011 12:09 PM, Vít Ondruch wrote:
> Well glob should behave on Windows by Windows conventions an...
lsegal (Loren Segal)
02:00 AM Bug #4343: Dir.glob does match files without extension
=begin
On 01/29/2011 10:33 AM, Vít Ondruch wrote:
> Dne 29.1.2011 17:27, Jeremy Bopp napsal(a):
>> On 01/29/2011 1...
javanthropus (Jeremy Bopp)
01:27 AM Bug #4343: Dir.glob does match files without extension
=begin
On 01/29/2011 10:19 AM, Nobuyoshi Nakada wrote:
> Issue #4343 has been updated by Nobuyoshi Nakada.
>
>
...
javanthropus (Jeremy Bopp)
01:25 AM Bug #4343: Dir.glob does match files without extension
=begin
If they are the same, then my original scenario has to list also "bla", otherwise you are not consistent.
=end
vo.x (Vit Ondruch)
01:19 AM Bug #4343: Dir.glob does match files without extension
=begin
> Why there is for the first case listed "bla." instead of just "bla".

Because you gave "bla.". Dir.glo...
nobu (Nobuyoshi Nakada)
12:38 AM Bug #4343: Dir.glob does match files without extension
=begin
Well by displaying the "dir" output I tried to point out that it is not that expected.

Btw. these are ot...
vo.x (Vit Ondruch)
12:25 AM Bug #4343 (Feedback): Dir.glob does match files without extension
=begin

=end
nobu (Nobuyoshi Nakada)
12:24 AM Bug #4343: Dir.glob does match files without extension
=begin
Yes, it is a expected result, as you specified the pattern with extension.
=end
nobu (Nobuyoshi Nakada)
12:10 AM Bug #4343 (Rejected): Dir.glob does match files without extension
=begin
C:\temp\pat>dir bla.*
Svazek v jednotce C je Windows7_x64_OS.
Sériové číslo svazku je 2C6E-5F69.

...
vo.x (Vit Ondruch)
06:09 AM Bug #4345 (Closed): IRB fails with --disable-gems and Ubuntu default LANG variable
=begin
Hello,

...
luislavena (Luis Lavena)
03:57 AM Bug #4344 (Closed): [ext/openssl] BN comparison to nil fails
=begin
This issue was solved with changeset r30724.
Martin, thank you for reporting this issue.
Your contribution ...
naruse (Yui NARUSE)
03:19 AM Bug #4344 (Closed): [ext/openssl] BN comparison to nil fails
=begin
Hi all,

this currently fails in all 1.9.2 versions including trunk:

require 'openssl'

bn = Ope...
MartinBosslet (Martin Bosslet)

01/29/2011

10:18 PM Bug #4342 (Closed): YAML raises an exception while parsing certain regular expressions
=begin
Roundtripping does not work for the regular expresion //n , and this appears to be distinct from Backport87 b...
agrimm (Andrew Grimm)
08:35 PM Bug #4341 (Closed): baserubyに1.8.xを指定すると make benchmark がエラー
=begin
trunkをビルドするとき、baserubyを指定する必要があるのですが、多くの人はruby-1.8.xを
指定していると思います(それが推奨と以前聞きました)。

しかしながら、make benchma...
kosaki (Motohiro KOSAKI)
12:07 PM Feature #3908: private constant
=begin
Hi, matz

May I introduce these methods in relation to private constants?

- Module#public_constants, a...
mame (Yusuke Endoh)
10:42 AM Feature #4326: Fiber should respond to call() and []
=begin
On Fri, Jan 28, 2011 at 7:15 PM, Yusuke ENDOH <[email protected]> wrote:
> Hi,
>
> 2011/1/27 Kurt  Stephens <...
headius (Charles Nutter)
10:16 AM Feature #4326: Fiber should respond to call() and []
=begin
Hi,

2011/1/27 Kurt Stephens <[email protected]>:
> Shouldn't Fiber#[] behave like Thread#[]?

I th...
mame (Yusuke Endoh)
09:47 AM Feature #4326: Fiber should respond to call() and []
=begin
On Fri, Jan 28, 2011 at 6:45 PM, Charles Oliver Nutter
<[email protected]> wrote:
> LSP says the opposite...
headius (Charles Nutter)
09:45 AM Feature #4326: Fiber should respond to call() and []
=begin
On Fri, Jan 28, 2011 at 5:29 PM, Aaron Patterson
<[email protected]> wrote:
> My point is that it ...
headius (Charles Nutter)
08:29 AM Feature #4326: Fiber should respond to call() and []
=begin
On Sat, Jan 29, 2011 at 02:58:46AM +0900, Charles Nutter wrote:
> Issue #4326 has been updated by Charles Nu...
tenderlovemaking (Aaron Patterson)
02:57 AM Feature #4326: Fiber should respond to call() and []
=begin
RPRR and Nobu make good points.

Fibers are coroutines...agreed.

If we go by Knuth, a subroutine "is...
headius (Charles Nutter)
10:34 AM Bug #4340: Encoding of result string for String#gsub is not consistent
=begin
Your beginning-of-string substitutions don't use the "hi" variable in either case. It doesn't affect the resu...
headius (Charles Nutter)
09:54 AM Bug #4340 (Closed): Encoding of result string for String#gsub is not consistent
=begin
Depending upon where the replacement occurs, the encoding of the result of String#gsub is not consistent.

...
drbrain (Eric Hodel)
09:54 AM Bug #4337: rubygems calls chdir directly, actions should be enclosed in a block
=begin
This should be fixed in trunk now as well, please verify.
=end
drbrain (Eric Hodel)
06:55 AM Bug #4337 (Closed): rubygems calls chdir directly, actions should be enclosed in a block
=begin
Unfortunately your supplied patch did not pass the tests.

I committed a different version which allowed ...
drbrain (Eric Hodel)
01:44 AM Bug #4337 (Closed): rubygems calls chdir directly, actions should be enclosed in a block
=begin
When installing gems, windows_stub_script is called in installer.rb which
directly calls Dir.chdir.

If...
pyr (Pierre-Yves Ritschard)
04:54 AM Feature #4168: WeakRef is unsafe to use in Ruby 1.9
=begin
If you move the code into a gem, I can add the same bits for JRuby so people can gem install it in 1.8.7 and ...
headius (Charles Nutter)
02:57 AM Bug #4325: [ext/openssl] Encoding of subclasses fails when it shouldn't
=begin
Hi,
I found a imo quite reasonable use case for sublassing Sequence or Set.
Imagine you have an instance...
MartinBosslet (Martin Bosslet)

01/28/2011

04:44 PM Bug #4283 (Assigned): Timeout.timeout may cause application exit unintetionally
=begin

=end
usa (Usaku NAKAMURA)
04:44 PM Bug #4285 (Assigned): Ruby don't have asynchrounous exception safe syntax and It should have.
=begin

=end
usa (Usaku NAKAMURA)
04:43 PM Bug #4301 (Assigned): Off-by-one line number in Psych parse error
=begin

=end
usa (Usaku NAKAMURA)
04:43 PM Bug #4311 (Assigned): ruby setup.sb fails to install ruby gems
=begin

=end
usa (Usaku NAKAMURA)
04:43 PM Feature #4326 (Assigned): Fiber should respond to call() and []
=begin

=end
usa (Usaku NAKAMURA)
11:10 AM Feature #4326: Fiber should respond to call() and []
=begin
I understood what you meant, and agree in principle. I wanted to think about the implications given that (a) ...
runpaint (Run Paint Run Run)
07:41 AM Feature #4326: Fiber should respond to call() and []
=begin
On Thu, Jan 27, 2011 at 02:14:16PM -0800, Aaron Patterson wrote:
> On Thu, Jan 27, 2011 at 01:07:33PM +0900,...
tenderlovemaking (Aaron Patterson)
07:15 AM Feature #4326: Fiber should respond to call() and []
=begin
On Thu, Jan 27, 2011 at 01:07:33PM +0900, Nobuyoshi Nakada wrote:
> Hi,
>
> At Wed, 26 Jan 2011 16:08:52 ...
tenderlovemaking (Aaron Patterson)
04:41 PM Bug #4334: r30660 以降 ruby/test_require.rb で 2F
=begin
いつも報告ありがとうございます。
#4336が後出しで重複するチケットなわけですが、そっちがCloseされたのでこちらもCloseします。
=end
usa (Usaku NAKAMURA)
04:40 PM Bug #4334 (Closed): r30660 以降 ruby/test_require.rb で 2F
=begin

=end
usa (Usaku NAKAMURA)
11:54 AM Bug #4334 (Assigned): r30660 以降 ruby/test_require.rb で 2F
=begin

=end
usa (Usaku NAKAMURA)
11:49 AM Bug #4334 (Closed): r30660 以降 ruby/test_require.rb で 2F
=begin
r30660 以降、ruby/test_require.rb で 2F になっています。

$ make test-all TESTS='-v -n "/test_require/" ruby/test_req...
metanest (Makoto Kishimoto)
04:30 PM Bug #4336: test_require.rb#test_require_path_home が test failure
=begin
以下の失敗も同じ原因ですね

4) Failure:
test_require_too_long_filename(TestRequire) [/home/kosaki/linux/ruby-svn/r...
kosaki (Motohiro KOSAKI)
04:27 PM Bug #4336 (Closed): test_require.rb#test_require_path_home が test failure
=begin
This issue was solved with changeset r30704.
Motohiro, thank you for reporting this issue.
Your contributio...
kosaki (Motohiro KOSAKI)
04:18 PM Bug #4336 (Assigned): test_require.rb#test_require_path_home が test failure
=begin
なお、以下のテストではいまだにstderrでエラーが取れているので、若干統一が取れてない気もします。

t = Tempfile.new(["test_ruby_test_require", ".rb"...
kosaki (Motohiro KOSAKI)
04:10 PM Bug #4336 (Closed): test_require.rb#test_require_path_home が test failure
=begin
r30660でエラー時のメッセージがfprintfからrb_warningにかわったので、(つまり無引数の時にはエラーが出なくなったので)
テストが失敗します。
テストを追従させるつもりでいますが、r30660...
kosaki (Motohiro KOSAKI)
12:00 PM Feature #4335 (Rejected): String#split for empty string is always empty array
Here is ruby's behavior:

```ruby
' '.split('/')
# => [" "]
''.split('/')
# => []
'/'.split('/')
# => []
``...
phasis68 (Heesob Park)
12:00 PM Bug #4294: IO.popen ['"ping"', 'localhost -n 3'] fails
=begin

=end
usa (Usaku NAKAMURA)
11:59 AM Bug #4317 (Closed): File.stat cause Segmentation Fault if take a long string.
=begin
fixed at r30666 by himself.
Thank you, kosaki-san.
=end
usa (Usaku NAKAMURA)
11:57 AM Bug #4320 (Assigned): Bus Error in digest/sha2 on sparc
=begin

=end
usa (Usaku NAKAMURA)
11:55 AM Feature #4328 (Assigned): export rb_thread_call_with_gvl()
=begin

=end
usa (Usaku NAKAMURA)
11:52 AM Bug #4333 (Closed): test_too_long_path2 が失敗します
=begin
入れ違いになりましたが、r30697 で対応してみました。
報告ありがとうございます。
=end
usa (Usaku NAKAMURA)
11:46 AM Bug #4333 (Closed): test_too_long_path2 が失敗します
=begin
r30680 および r30682 で追加されたテスト test_too_long_path2 が失敗しています。
メッセージで長大な行が出力されます(以下では改行を入れて編集してます)。

$ make ...
metanest (Makoto Kishimoto)
06:50 AM Bug #4332 (Third Party's Issue): Some seemingly random segfaults
=begin
With my application https://github.com/meh/failirc/tree/223b01554601835cdfd45c6d20e8aeac3445bdbf I'm getting...
meh. (meh. I don't care)
01:08 AM Bug #4305 (Rejected): Win32 上で bignum の test_too_big_to_s が失敗
=begin
うむむ、いつの間にか直っている。
bisectするほど重篤な問題でもないのでたんにrejectとします。
=end
kosaki (Motohiro KOSAKI)

01/27/2011

10:48 PM Bug #4331 (Closed): FileUtils::DryRun.copy_entry makes changes.
=begin
$ ls src/
README
$ ls dst/
$ ruby -e "require 'fileutils; FileUtils::DryRun.copy_entry 'src/', 'dst/'"
...
aereal (Hanae Aoki)
09:37 PM Bug #4330 (Closed): IO.popen case Segmentation Fault if take a long string.
=begin
This issue was solved with changeset r30670.
Motohiro, thank you for reporting this issue.
Your contributio...
kosaki (Motohiro KOSAKI)
08:38 PM Bug #4330 (Closed): IO.popen case Segmentation Fault if take a long string.
=begin
following script cause segmentation fault.

ruby -e 'IO.popen(["c:/ruby/bin/ruby.exe "+"a
"*10_000_000,...
kosaki (Motohiro KOSAKI)
08:52 PM Bug #4319 (Closed): StringValueCStr() should terminate
=begin

=end
nobu (Nobuyoshi Nakada)
06:37 PM Bug #4313 (Closed): File.identical? cause Segmentation Fault if take a long string.
=begin
This issue was solved with changeset r30667.
Motohiro, thank you for reporting this issue.
Your contributio...
kosaki (Motohiro KOSAKI)
06:27 PM Bug #4316 (Closed): Dir.new cause Segmentation Fault if take a long string.
=begin
This issue was solved with changeset r30666.
Motohiro, thank you for reporting this issue.
Your contributio...
kosaki (Motohiro KOSAKI)
05:33 PM Bug #4314 (Closed): spwn cause Segmantation Fault if take a long string.
=begin
r30661,r30662 and r30663 fixed this issue.
=end
kosaki (Motohiro KOSAKI)
03:51 PM Feature #4328 (Closed): export rb_thread_call_with_gvl()
=begin
I think it is general enough to remain supported along
with the rest of the MRI C API, especially since
...
normalperson (Eric Wong)
01:07 PM Feature #4326: Fiber should respond to call() and []
=begin
Hi,

At Wed, 26 Jan 2011 16:08:52 +0900,
Aaron Patterson wrote in [ruby-core:34861]:
> Fibers are conside...
nobu (Nobuyoshi Nakada)
10:45 AM Feature #4326: Fiber should respond to call() and []
=begin
Shouldn't Fiber#[] behave like Thread#[]? What about Continuation#[]?

=end
kstephens (Kurt Stephens)
10:19 AM Feature #4168: WeakRef is unsafe to use in Ruby 1.9
=begin
Progress: https://github.com/kstephens/ruby/commit/8058894024c9bac07e6e44c91f5984a1e347074f

* Refactored M...
kstephens (Kurt Stephens)
08:47 AM Bug #4315 (Closed): Process.spawn cause Segmentation Fault if take a long string. (windows)
=begin
This issue was solved with changeset r30662.
Motohiro, thank you for reporting this issue.
Your contributio...
nobu (Nobuyoshi Nakada)
08:47 AM Bug #4312 (Closed): exec cause Segmentation fault if passing very long string
=begin
This issue was solved with changeset r30662.
Motohiro, thank you for reporting this issue.
Your contributio...
nobu (Nobuyoshi Nakada)
01:06 AM Feature #4197: Improvement of the benchmark library
=begin
Hi,

> Koichi said the lib is not his, so I reviewed it.

Thank you.

> I almost accept your patc...
Eregon (Benoit Daloze)
 

Also available in: Atom