Project

General

Profile

Activity

From 11/02/2010 to 11/08/2010

11/08/2010

11:43 PM Feature #4015: File::DIRECT Constant for O_DIRECT
=begin
Hi,

In message "Re: [ruby-core:33107] [Ruby 1.9-Feature#4015] File::DIRECT Constant for O_DIRECT"
on ...
matz (Yukihiro Matsumoto)
09:48 PM Feature #4015: File::DIRECT Constant for O_DIRECT
=begin
Thanks, Eric. I've updated the patch with your suggestions. The _advice_ argument is now a Symbol. On platfor...
runpaint (Run Paint Run Run)
11:26 PM Bug #4037 (Rejected): Net/http keep alive bug
=begin
I've found a bug where if the target server sends an eof to the socket, net/http will raise an error. I've ...
manveru (Michael Fellinger)
10:30 PM Revision b3c7867d (git): * error.c (rb_syserr_new): new function to make SystemCallError
instance without errno. [EXPERIMENTAL]
* error.c (rb_syserr_fail, rb_mod_syserr_fail): ditto.
git-svn-id: svn+ssh:/...
nobu (Nobuyoshi Nakada)
10:28 PM Revision b188d19e (git): * util.c (ruby_strtod): suppress a warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:14 PM Bug #4005: YAML fails to roundtrip Time objects
=begin
> As pointed out fractional time does not appear to round trip very well:

Yes, this is originally intend...
naruse (Yui NARUSE)
09:08 PM Bug #4034: format() の %a 指定子での丸めが常に零方向になっている
=begin
> あれ、以下で確認したんですが再現しません。
> ruby 1.9.3dev (2010-11-08 trunk 29719) [x86_64-linux]
> ruby 1.9.3dev (2010-11-08...
tadf (tadayoshi funaba)
06:40 PM Bug #4034: format() の %a 指定子での丸めが常に零方向になっている
=begin
あれ、以下で確認したんですが再現しません。
ruby 1.9.3dev (2010-11-08 trunk 29719) [x86_64-linux]
ruby 1.9.3dev (2010-11-08 tru...
naruse (Yui NARUSE)
09:02 PM Bug #4022 (Rejected): Mistake in this cocient of logs followed by %1
=begin
Learn floating point numbers.

What Every Computer Scientist Should Know About Floating-Point Arithmetic
...
naruse (Yui NARUSE)
08:59 PM Revision f3e35474 (git): * lib/*.rb: Remove unused variable warnings.
Patch by Run Paint [ruby-core:30991]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29726 b2dd03c8-39d4-4d8f-98ff...
Marc-Andre Lafortune
08:58 PM Revision cceca83a (git): * lib/rubygems/*: Remove unused variables warnings
Patch by Run Paint [ruby-core:30991]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29725 b2dd03c8-39d4-4d8f-98ff...
Marc-Andre Lafortune
08:58 PM Revision 571ed865 (git): * lib/rdoc/*.rb: Remove unused variable warnings.
Patch by Run Paint [ruby-core:30991]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29724 b2dd03c8-39d4-4d8f-98ff...
Marc-Andre Lafortune
08:58 PM Revision ec67ee33 (git): * lib/rake/*.rb: Remove unused variable warnings.
Patch by Run Paint [ruby-core:30991]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29723 b2dd03c8-39d4-4d8f-98ff...
Marc-Andre Lafortune
08:57 PM Revision ed4eaf7c (git): * 2010-11-09
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29722 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:57 PM Revision 64167ddd (git): * lib/minitest/mock.rb: Remove unused variable warnings.
Patch by Run Paint [ruby-core:30991]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29721 b2dd03c8-39d4-4d8f-98ff...
Marc-Andre Lafortune
03:47 PM Bug #4035 (Closed): format() の %a 指定子で幅指定が正しく機能しないことがある
=begin
This issue was solved with changeset r29719.
tadayoshi, thank you for reporting this issue.
Your contributi...
naruse (Yui NARUSE)
02:37 PM Feature #4016 (Closed): Consider adding Age Unicode property
=begin
This issue was solved with changeset r29717.
Ammar, thank you for reporting this issue.
Your contribution t...
naruse (Yui NARUSE)
02:31 PM Feature #4016: Consider adding Age Unicode property
=begin
Run Paint Run Run wrote:
> I've started this. What forms of property name do we want to support?
>
> * ...
naruse (Yui NARUSE)
10:47 AM Bug #4014: Case-Sensitivity of Property Names Depends on Regexp Encoding
=begin
Here is the new patch:
diff --git a/regenc.c b/regenc.c
index b9b03b0..4067079 100644
--- a/regenc.c
...
naruse (Yui NARUSE)
09:57 AM Bug #4036 (Closed): gbk-tbl.rb missed out the euro sign
=begin
This issue was solved with changeset r29713.
oCameLo, thank you for reporting this issue.
Your contribution...
naruse (Yui NARUSE)
06:57 AM Bug #4036 (Closed): gbk-tbl.rb missed out the euro sign
=begin
irb(main):001:0> 0x80.chr.force_encoding('gbk').encode('utf-8')
Encoding::UndefinedConversionError: "\x80" ...
oCameLo (oCameLo oTnTh)
09:28 AM Revision e640e1c5 (git): * util.c (ruby_hdtoa): fix type cast and bufsize.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
06:44 AM Revision 599a7071 (git): * vsnprintf.c (BSD_vfprintf): fix precision specifier doesn't
work well on %f. [ruby-dev:42552]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29719 b2dd03c8-39d4-4d8f-98ff-82...
naruse (Yui NARUSE)
05:41 AM Revision 1f3e96b7 (git): * win32/win32.c (get_wsa_extension_function): typos. orz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29718 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
05:32 AM Revision a0265b06 (git): * tool/enc-unicode.rb,
enc/unicode/name2ctype.h, enc/unicode/name2ctype.h.blt,
enc/unicode/name2ctype.kwd, enc/unicode/name2ctype.src:
A...
naruse (Yui NARUSE)
05:14 AM Bug #4031: configure: $NM is empty, causing "command not found"
=begin
> $ grep -A1 export_prefix config.cache
I do not have any config.cache

However, config.log match (and ...
Eregon (Benoit Daloze)
03:19 AM Revision 294070d8 (git): * configure.in: support -h for solaris linker when gcc not used
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shyouhei (Shyouhei Urabe)
02:48 AM Revision 7dd7ce0f (git): * win32/win32.c (finish_overlapped_socket): refactoring.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29715 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
02:03 AM Revision 877e90f1 (git): * win32/win32.c (get_proc_address): refactoring.
* win32/win32.c (get_wsa_exetinsion_function): refactoring.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29714...
U.Nakamura
12:50 AM Revision 7b5e9245 (git): * enc/trans/gbk-tbl.rb: Add euro sign. [ruby-core:33094]
CP936, which is de facto definition of GBK, has it.
http://msdn.microsoft.com/en-us/goglobal/cc305153.aspx
git-svn...
naruse (Yui NARUSE)

11/07/2010

11:23 PM Feature #4015: File::DIRECT Constant for O_DIRECT
=begin
Run Paint Run Run <[email protected]> wrote:
> Last suggestion from me, I promise. ;-)

It's a great o...
normalperson (Eric Wong)
10:26 PM Revision 2cff55db (git): * configure.in: check only the first symbol to get rid of
duplication. [ruby-core:33084] #4031
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29712 b2dd03c8-39d4-4d8f-98f...
nobu (Nobuyoshi Nakada)
09:53 PM Bug #4035: format() の %a 指定子で幅指定が正しく機能しないことがある
=begin
%a ではなく、%f でした。
=end
tadf (tadayoshi funaba)
09:47 PM Bug #4035 (Closed): format() の %a 指定子で幅指定が正しく機能しないことがある
=begin
format() の %a 指定子で幅指定が正しく機能しないことがある。

format('%#10.0f', -0.5).tap{|x| p x.size}
11
#=> " -0."
...
tadf (tadayoshi funaba)
09:41 PM Bug #4034 (Closed): format() の %a 指定子での丸めが常に零方向になっている
=begin
format() の %a 指定子での丸めが常に零方向になっている。

format('%.0a', Float('0x1.fp+1')) #=> "0x1.p+1"
format('%.1a', Flo...
tadf (tadayoshi funaba)
08:51 PM Bug #3674: dRuby サーバプロセスを停止する時に時間がかかることがある
=begin
これってどうなってますか?
=end
naruse (Yui NARUSE)
08:19 PM Bug #3782: NendoのテストスイートでSEGVが発生する
=begin
stowとかを用いずに/home/foo/hogeとかにインストールするとか、
1.9.2ブランチ先端とかでも再現しますかね。
=end
naruse (Yui NARUSE)
08:14 PM Bug #4026 (Closed): Bad sed expression in configure.in
=begin

=end
naruse (Yui NARUSE)
08:14 PM Feature #4025 (Rejected): Add Assertion class to Core
=begin
This feature needs at least consensus among test frame work authors.
And it needs more use cases.
Your pr...
naruse (Yui NARUSE)
08:10 PM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
=begin
須藤です。

In <[email protected]>
"[ruby-dev:42548] Re: [Ruby 1.9-Bug#3990][Closed] tests of rexml...
kou (Kouhei Sutou)
07:14 PM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
=begin
(2010/11/06 12:10), Kouhei Sutou wrote:
>>> 3. 当初の1.の理由は2.ではなくREXMLのAPIの互換性を失わせる
>>> べきではない、だったが...
naruse (Yui NARUSE)
08:09 PM Bug #4030 (Assigned): ext/openssl OpenSSL::ASN1::decode / to_der
=begin

=end
naruse (Yui NARUSE)
12:06 AM Bug #4030 (Closed): ext/openssl OpenSSL::ASN1::decode / to_der
=begin
Hi all,

I have a PKCS#7 SignedData whose EncapContentInfo's content is BER-encoded using indefinite leng...
MartinBosslet (Martin Bosslet)
06:59 PM Bug #4033 (Assigned): Segmentation fault : ext/openssl:OpenSSL::X509::StoreContext#cleanup
=begin

=end
naruse (Yui NARUSE)
06:30 PM Bug #4033 (Closed): Segmentation fault : ext/openssl:OpenSSL::X509::StoreContext#cleanup
=begin
以下のコードがSegmentation faultで止まります。
---
require 'openssl'
cert = OpenSSL::X509::Certificate.new
store = ...
ohai (Ippei Obayashi)
06:59 PM Feature #3846 (Assigned): ext/openssl: choose the OpenSSL::Digest class for OpenSSL::OCSP::CertificateId
=begin

=end
naruse (Yui NARUSE)
06:39 PM Bug #4029 (Feedback): Stack consistency error (sp: 7, bp: 8) using external libs
=begin
I can't reproduce it with 1.9.2p430 and trunk on x86 darwin and linux, regardless fix of a bug that my_func()...
nobu (Nobuyoshi Nakada)
04:41 PM Bug #4031: configure: $NM is empty, causing "command not found"
=begin
I don't see it, on both of darwin and linux.
What's the result of the following command?

$ grep -A1 ex...
nobu (Nobuyoshi Nakada)
10:32 AM Bug #4031: configure: $NM is empty, causing "command not found"
=begin
Now I see:
configure: WARNING: Cache variable rb_cv_export_prefix contains a newline.

Is that expected...
Eregon (Benoit Daloze)
10:17 AM Bug #4031 (Closed): configure: $NM is empty, causing "command not found"
=begin
This issue was solved with changeset r29710.
Benoit, thank you for reporting this issue.
Your contribution ...
nobu (Nobuyoshi Nakada)
05:38 AM Bug #4031 (Closed): configure: $NM is empty, causing "command not found"
=begin
Running autoconf (2.61), and then ./configure result in an error (ignored):

"./configure: line 39432: co...
Eregon (Benoit Daloze)
04:11 PM Bug #4032 (Closed): Segmentation Fault on Random Lines
=begin
And has been backported to 1.9.2 already.
Wait for the next release.
=end
nobu (Nobuyoshi Nakada)
12:13 PM Bug #4032: Segmentation Fault on Random Lines
=begin
Yep, fixed on trunk. Neat.

Thanks.
=end
kabaka (Kyle Johnson)
10:52 AM Bug #4032: Segmentation Fault on Random Lines
=begin
I think this problem is already fixed on trunk.

Please try it on trunk too.

--sora_h
=end
sorah (Sorah Fukumori)
10:37 AM Bug #4032 (Closed): Segmentation Fault on Random Lines
=begin
I am running Arch Linux x86_64 using the current Ruby available from the official repos (ruby 1.9.2_p0-4 acco...
kabaka (Kyle Johnson)
01:17 AM Revision c01ebbd9 (git): property.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29711 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:13 AM Revision 958456db (git): * configure.in (NM): check on all platforms. #4031
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29710 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)

11/06/2010

09:55 PM Bug #4027: Signal.trap で busy loop に陥る
=begin
> というか、rb_get_next_signal() で rb_enable_interrpt() して、シグナル
> マスクを全部外しているのは、とてもまずいような。というか、メインスレッド
> のシグナル...
nagachika (Tomoyuki Chikanaga)
09:19 PM Revision 37e7bf76 (git): removing empty teardown, cleaning up whitespace errors
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29709 b2dd03c8-39d4-4d8f-98ff-823fe69b080e tenderlovemaking (Aaron Patterson)
09:19 PM Revision 4032e6d6 (git): * 2010-11-07
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:19 PM Revision e6a8cbc2 (git): * test/openssl/test_ocsp.rb: adding test for r29699. Thanks Elise
Huard! [ruby-core:32460]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29707 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
tenderlovemaking (Aaron Patterson)
07:25 PM Feature #3846: ext/openssl: choose the OpenSSL::Digest class for OpenSSL::OCSP::CertificateId
=begin
tests in attachment. git patch
=end
ehuard (Elise Huard)
12:57 AM Feature #3846 (Closed): ext/openssl: choose the OpenSSL::Digest class for OpenSSL::OCSP::CertificateId
=begin
This issue was solved with changeset r29699.
Elise, thank you for reporting this issue.
Your contribution t...
Anonymous
04:18 PM Bug #3976: ruby/1.9.1/webrick/server.rb:90: [BUG] Segmentation fault
=begin
Yes, it does work if I simply run it, and not use the debugger
=end
frissony (Fris Sony)
02:21 PM Feature #3917: [proposal] called_from() which is much faster than caller()
=begin
Hi Run Run, thank you for your comment about Kernel#caller.

2010/10/29 Run Paint Run Run <redmine@ruby-lan...
kwatch (makoto kuwata)
12:10 PM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
=begin
須藤です。

In <[email protected]>
"[ruby-dev:42519] Re: [Ruby 1.9-Bug#3990][Closed] tests of rexml...
kou (Kouhei Sutou)
07:46 AM Feature #4016: Consider adding Age Unicode property
=begin
Run Paint Run Run beat me by a few minutes :)

In addition to the syntax possibilities outlined by Run Pain...
ammar (Ammar Ali)
07:28 AM Feature #4016: Consider adding Age Unicode property
=begin
I've started this. What forms of property name do we want to support?

* \p{age=5.2} / \p{age=6} This is ...
runpaint (Run Paint Run Run)
07:09 AM Bug #4029 (Rejected): Stack consistency error (sp: 7, bp: 8) using external libs
=begin
cat example_ext.c

#include "ruby.h"
VALUE cMyClass;

static VALUE
my_func( VALUE receiver, VA...
catswhiskers (Andrew Senior)
04:23 AM Bug #4014: Case-Sensitivity of Property Names Depends on Regexp Encoding
=begin
> - Only lowercase for everything. Explicitly diverge from Unicode TR#18
> for the sake of Ruby-internal c...
runpaint (Run Paint Run Run)
03:59 AM Feature #4015: File::DIRECT Constant for O_DIRECT
=begin
Last suggestion from me, I promise. ;-)

O_DIRECT is a controversial (<http://lkml.org/lkml/2007/1/11/121...
runpaint (Run Paint Run Run)

11/05/2010

10:33 PM Revision 967e92af (git): * configure.in (rb_cv_export_prefix): check for prefixed
underscore of exported symbols
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29706 b2dd03c8-39d4-4d8f-98ff-823fe...
nobu (Nobuyoshi Nakada)
10:33 PM Revision 8f5689bf (git): * process.c (p_uid_change_privilege, p_gid_change_privilege):
suppress warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
10:30 PM Revision ec50e32d (git): * tool/rbinstall.rb (bin-comm): prepend prolog shell script if
necessary.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
10:28 PM Revision 41a25b85 (git): * configure.in (LIBRUBY_RELATIVE): use rpath token expansion.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
10:24 PM Revision 6d9cd484 (git): * template/ruby.pc.in (arch, sitearch): reordered.
* configure.in: keep failed file.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29702 b2dd03c8-39d4-4d8f-98ff-82...
nobu (Nobuyoshi Nakada)
10:05 PM Bug #4027: Signal.trap で busy loop に陥る
=begin
(2010/11/05 12:49), Tomoyuki Chikanaga wrote:
> チケット #4027 が更新されました。 (by Tomoyuki Chikanaga)
>
>
> 残念なが...
ko1 (Koichi Sasada)
10:05 PM Bug #4027: Signal.trap で busy loop に陥る
=begin
(2010/11/05 12:49), Tomoyuki Chikanaga wrote:
> チケット #4027 が更新されました。 (by Tomoyuki Chikanaga)
>
>
> 残念なが...
ko1 (Koichi Sasada)
09:49 PM Bug #4027: Signal.trap で busy loop に陥る
=begin
残念ながら signal_buff を increment しているところを rb_disable_interrupt()/rb_enable_interrupt() でくくってみた実行体でも再現しました。
ただ今...
nagachika (Tomoyuki Chikanaga)
07:39 PM Bug #4027 (Rejected): Signal.trap で busy loop に陥る
=begin
Signal.trap のシグナルハンドラ内で Mutex(Monitor) を用いる調査をしていて
稀にインタプリタが CPU を占有して busy loop 状態になることがありました。

あまり小さく...
nagachika (Tomoyuki Chikanaga)
10:03 PM Revision 340c3b46 (git): * process.c (rb_fork_err): save errinfo before fdopen.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29701 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:35 PM Bug #4014: Case-Sensitivity of Property Names Depends on Regexp Encoding
=begin


On 2010/11/03 3:41, Yui NARUSE wrote:
> Issue #4014 has been updated by Yui NARUSE.

> Hmm, it's a dif...
duerst (Martin Dürst)
07:35 PM Bug #4014: Case-Sensitivity of Property Names Depends on Regexp Encoding
=begin


On 2010/11/03 3:41, Yui NARUSE wrote:
> Issue #4014 has been updated by Yui NARUSE.

> Hmm, it's a dif...
duerst (Martin Dürst)
07:24 PM Feature #4016: Consider adding Age Unicode property
=begin
On 2010/11/04 13:12, NARUSE, Yui wrote:
> 2010/11/3 Ammar Ali<[email protected]>:
>> Please consider ad...
duerst (Martin Dürst)
03:49 PM Revision a7188103 (git): * 2010-11-06
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:49 PM Revision 2b620bec (git): * ext/openssl/ossl_ocsp.c (ossl_ocspcid_initialize): an optional
parameter may be used to specify the OpenSSL::OCSP::CertificateId on
initialization. Thanks Elise Huard! [ruby-cor...
tenderlovemaking (Aaron Patterson)
08:05 AM Bug #4026: Bad sed expression in configure.in
=begin
Gustavo Zacarias <[email protected]> wrote:
> Bug #4026: Bad sed expression in configure.in
> http://re...
normalperson (Eric Wong)
07:28 AM Bug #4026: Bad sed expression in configure.in
=begin

=end
gustavoz (Gustavo Zacarias)
07:22 AM Bug #4026 (Closed): Bad sed expression in configure.in
=begin
There's a bad sed expression in configure.in for LDFLAGS.
The result is LDFLAGS passed in environment to co...
gustavoz (Gustavo Zacarias)
03:25 AM Feature #4025 (Rejected): Add Assertion class to Core
=begin
I notice every test framework has it's own Assertion class (names very such as AssertionFailure, AssertionFai...
trans (Thomas Sawyer)
03:23 AM Revision 6c9e95df (git): * test/ruby/test_{process,system}.rb (test_fallback_to_sh):
meaningless and wrong tests where /bin/sh does not exist.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29698 b2...
nobu (Nobuyoshi Nakada)
03:19 AM Feature #3963: Map class in standard library
=begin
I can't check that post b/c service is down :(.

But I would argue that a class like this goes much furt...
trans (Thomas Sawyer)
03:18 AM Revision 1cf7194e (git): * process.c (proc_spawn_v): should spawn, not exec.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29697 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:58 AM Revision 12ae5bb8 (git): fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29696 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
12:47 AM Bug #4024 (Closed): IO#readlines(0) never return
=begin
This issue was solved with changeset r29694.
Tomoyuki, thank you for reporting this issue.
Your contributio...
nobu (Nobuyoshi Nakada)
12:17 AM Feature #3993 (Closed): small change of ext/fiddle/extconf.rb for Windows
=begin
This issue was solved with changeset r29691.
Usaku, thank you for reporting this issue.
Your contribution t...
Anonymous
12:16 AM Bug #4010 (Rejected): YAML fails to roundtrip non ASCII String
=begin
Closing since Psych works as expected. "default_internal" must be set for strings to be automatically transc...
tenderlovemaking (Aaron Patterson)

11/04/2010

11:08 PM Bug #4024 (Closed): IO#readlines(0) never return
=begin
1.9.2 および trunk で IO#readlines の引数に 0 を渡すと無限ループ状態になり処理がかえってこなくなります。
IO#each_line も同様に "" を yield し続けます。
(...
nagachika (Tomoyuki Chikanaga)
04:21 PM Revision d0553ffb (git): * process.c (proc_exec_v, proc_spawn_v): try to execute with sh if
no shebang. [ruby-core:32745] [EXPERIMENTAL]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29695 b2dd03c8-39d4-...
nobu (Nobuyoshi Nakada)
03:39 PM Revision ee388f6e (git): * io.c (rb_io_readlines, rb_io_each_line): limit must not be zero.
a patch from Tomoyuki Chikanaga at [ruby-dev:42538]. #4024
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29694 ...
nobu (Nobuyoshi Nakada)
03:26 PM Revision e2a62c21 (git): * common.mk (ext/ripper/ripper.c): RUBY needs to be set.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29693 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:15 PM Revision 2ff05374 (git): * 2010-11-05
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:15 PM Revision 8c196cfb (git): * ext/fiddle/extconf.rb: fixing ffi library location on windows.
Thanks Usa! [ruby-core:32930]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29691 b2dd03c8-39d4-4d8f-98ff-823fe6...
tenderlovemaking (Aaron Patterson)
02:08 PM Bug #4014: Case-Sensitivity of Property Names Depends on Regexp Encoding
=begin
2010/11/3 Run Paint Run Run <[email protected]>:
> Do we want all valid property names to be case insens...
naruse (Yui NARUSE)
01:35 PM Bug #4013: rake/test_tasks.rb fails if ENV assined test value
=begin
こんにちは、なかむら(う)です。

In message "[ruby-dev:42534] [Ruby 1.9-Bug#4013] rake/test_tasks.rb fails if ENV assined ...
usa (Usaku NAKAMURA)
12:06 PM Bug #4013: rake/test_tasks.rb fails if ENV assined test value
=begin
まず、普通 commit メッセージは ChangeLog に書く内容とほぼ同内容です。
(インデント消したりヘッダ消したりくらい)

で、ChangeLogには歴史的経緯からML書くことが多いかな。
...
naruse (Yui NARUSE)
01:46 AM Bug #4013: rake/test_tasks.rb fails if ENV assined test value
=begin
>あと、普通 ML の方を参照しますね。
これは、commitメッセージに、"...[ruby-dev:42508]"というように書くという意味?
(bug#を書き間違えていたorz)
=end
arton (Akio Tajima)
01:13 PM Feature #4016: Consider adding Age Unicode property
=begin
2010/11/3 Ammar Ali <[email protected]>:
> Please consider adding the Age Unicode property to Oniguruma....
naruse (Yui NARUSE)
12:06 PM Revision 71603f3f (git): * gc.c (rb_newobj): force garbage_collect() if GC.stress == true.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
11:51 AM Revision be4eee21 (git): * ChangeLog: missed to write a last ChangeLog.
* gc.c (gc_finalize_deferred): removed.
* gc.c (rb_gc_finalize_deferred): Do not invoke a free_unused_heaps().
git...
ko1 (Koichi Sasada)
11:48 AM Revision ad342700 (git): * gc.c (run_final): do not need argument obj.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
11:46 AM Revision e95b72a1 (git): * gc.c (run_final): do not need argument obj.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
11:27 AM Revision ba0143b5 (git): * gc.c (before_gc_sweep): fix commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29686 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
11:21 AM Revision 3ff23bf9 (git): * gc.c (after_gc_sweep, before_gc_sweep):
invoke rb_sweep_method_entry() as soon as possilbe.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29685 b2dd03...
ko1 (Koichi Sasada)
11:15 AM Revision 08db4526 (git): * gc.c (after_gc_sweep, slot_sweep): finalizers should be invoked
as soon as possible.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29684 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
ko1 (Koichi Sasada)
05:31 AM Feature #4017: [PATCH] CSV parsing speedup
=begin
Ah, sorry. I misunderstood. I think I get it now.

Basically, read_limit isn't a limit so much as a rea...
JEG2 (James Gray)
02:17 AM Bug #4020 (Closed): Fiber#initialize causes memory leaks
=begin
This issue was solved with changeset r29682.
Yusuke, thank you for reporting this issue.
Your contribution ...
mame (Yusuke Endoh)
01:15 AM Bug #4020: Fiber#initialize causes memory leaks
=begin
 ささだです。

(2010/11/03 16:01), Yusuke Endoh wrote:
> Fiber#initialize を複数回呼ぶとメモリリークします。

 ご指摘ありがとうございます。コミ...
ko1 (Koichi Sasada)
01:01 AM Bug #4020 (Closed): Fiber#initialize causes memory leaks
=begin
遠藤です。

Fiber#initialize を複数回呼ぶとメモリリークします。

f = Fiber.new {}
loop { f.send(:initialize) { } } #...
mame (Yusuke Endoh)
02:17 AM Bug #4019 (Closed): root fiber allows double resume
=begin
This issue was solved with changeset r29680.
Yusuke, thank you for reporting this issue.
Your contribution ...
mame (Yusuke Endoh)
01:14 AM Bug #4019: root fiber allows double resume
=begin
 ささだです。

(2010/11/03 16:00), Yusuke Endoh wrote:
> Fiber は自分自身を (直接または間接的に) resume しようとすると
> double resum...
ko1 (Koichi Sasada)
01:00 AM Bug #4019 (Closed): root fiber allows double resume
=begin
遠藤です。

Fiber は自分自身を (直接または間接的に) resume しようとすると
double resume という例外を投げますが

require "fiber"
Fib...
mame (Yusuke Endoh)
02:12 AM Bug #4022: Mistake in this cocient of logs followed by %1
=begin
That's just how floats work:

>> Math.log(4913)/Math.log(17) == 3.0
=> false
>> "%.50f" % (Math.log(4913)...
judofyr (Magnus Holm)
01:52 AM Bug #4022 (Rejected): Mistake in this cocient of logs followed by %1
=begin
I get a wrong answer when I apply the following expression: Math.log(4913)/Math.log(17) % 1
This happens in...
dsilber (Daniel Silberschmidt)
02:09 AM Feature #4015: File::DIRECT Constant for O_DIRECT
=begin
For O_DIRECT, would an approach along the following lines work?

1. Let `open`'s options Hash recognise a...
runpaint (Run Paint Run Run)
01:34 AM Revision eb691b7c (git): * configure.in (--with-valgrind): Now this option is default on.
You can still explicitly disable this feature by specifying
--without-valgrind.
git-svn-id: svn+ssh://ci.ruby-lan...
shyouhei (Shyouhei Urabe)
01:02 AM Bug #4010: YAML fails to roundtrip non ASCII String
=begin
On Wed, Nov 03, 2010 at 11:36:35AM +0900, Heesob Park wrote:
> 2010/11/3 Aaron Patterson <aaron@tenderlovema...
tenderlovemaking (Aaron Patterson)

11/03/2010

07:06 PM Feature #4015: File::DIRECT Constant for O_DIRECT
=begin
On Wed, Nov 3, 2010 at 8:13 AM, Nikolai Weibull <[email protected]> wrote:
> On Wed, Nov 3, 2010 at 00:19, Run Pa...
runpaint (Run Paint Run Run)
05:13 PM Feature #4015: File::DIRECT Constant for O_DIRECT
=begin
On Wed, Nov 3, 2010 at 00:19, Run Paint Run Run <[email protected]> wrote:

> * Prefix the constant nam...
now (Nikolai Weibull)
08:19 AM Feature #4015: File::DIRECT Constant for O_DIRECT
=begin
Two other approaches to platform-specific constants:

* Prefix the constant name with the platform name, ...
runpaint (Run Paint Run Run)
07:56 AM Feature #4015: File::DIRECT Constant for O_DIRECT
=begin
>> A couple of the `open(2)` flags on Linux don't have corresponding File:: constants:
>>
>> * O_DIRECT
...
runpaint (Run Paint Run Run)
07:42 AM Feature #4015: File::DIRECT Constant for O_DIRECT
=begin
Hi,

In message "Re: [ruby-core:33018] [Ruby 1.9-Feature#4015][Open] File::DIRECT Constant for O_DIRECT"
...
matz (Yukihiro Matsumoto)
06:50 AM Feature #4015 (Closed): File::DIRECT Constant for O_DIRECT
=begin
A couple of the `open(2)` flags on Linux don't have corresponding File:: constants:

* O_DIRECT

<<...
runpaint (Run Paint Run Run)
05:49 PM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
=begin
成瀬です。

(2010/11/03 8:24), Kouhei Sutou wrote:
> 現時点でどうなっているのかを確認させてください。それによって
> 進める順番が変わってくると思っています。
> ...
naruse (Yui NARUSE)
08:24 AM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
=begin
須藤です。

現時点でどうなっているのかを確認させてください。それによって
進める順番が変わってくると思っています。

以下のように認識していますがあっていますか?

1. 成瀬さんは「XMLDecl...
kou (Kouhei Sutou)
02:41 AM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
=begin
成瀬です。

まず、用語を整理すると、
iconv:
ext/iconv のこと、文字コード変換器
glibc iconv とか GNU libiconv とか Citrus iconv とかを呼ぶ
...
naruse (Yui NARUSE)
05:08 PM Revision d433ec57 (git): * cont.c (fiber_t_alloc): raise an error when fiber is going to be
initialized twice. [ruby-dev:42524]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29682 b2dd03c8-39d4-4d8f-98ff...
mame (Yusuke Endoh)
05:08 PM Revision ea3c5088 (git): * 2010-11-04
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29681 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:08 PM Revision a9afb7e5 (git): * cont.c (rb_fiber_resume): raise an "double resume" error when root
fiber is going to be resumed. [ruby-dev:42523]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29680 b2dd03c8-39d...
mame (Yusuke Endoh)
11:42 AM Feature #4017: [PATCH] CSV parsing speedup
=begin
* Rename the limit to just read_limit

That name sounds good. I'll submit an updated patch with the bette...
ender672 (Timothy Elliott)
10:49 AM Feature #4017: [PATCH] CSV parsing speedup
=begin
I'm for adding the read_limit option (I prefer that name to io_read_limit).

However, I'm not sure how I ...
JEG2 (James Gray)
09:43 AM Feature #4017 (Rejected): [PATCH] CSV parsing speedup
=begin
ruby_19_csv_parser_split_methods.patch
This patch breaks the CSV parser into multiple methods that are eas...
ender672 (Timothy Elliott)
11:36 AM Bug #4010: YAML fails to roundtrip non ASCII String
=begin
2010/11/3 Aaron Patterson <[email protected]>:
> On Tue, Nov 02, 2010 at 09:58:27PM +0900, Heesob P...
phasis68 (Heesob Park)
11:21 AM Bug #4010: YAML fails to roundtrip non ASCII String
=begin
On Tue, Nov 02, 2010 at 09:58:27PM +0900, Heesob Park wrote:
> Issue #4010 has been updated by Heesob Park.
...
tenderlovemaking (Aaron Patterson)
07:57 AM Bug #4011 (Closed): Invalid parsing of regexp /abc/min in irb
=begin
This issue was solved with changeset r29674.
Heesob, thank you for reporting this issue.
Your contribution ...
matz (Yukihiro Matsumoto)
07:47 AM Feature #3905 (Closed): rb_clear_cache_by_class() called often during GC for non-blocking I/O
=begin
This issue was solved with changeset r29673.
Eric, thank you for reporting this issue.
Your contribution to...
akr (Akira Tanaka)
04:25 AM Feature #3905: rb_clear_cache_by_class() called often during GC for non-blocking I/O
=begin
Tanaka Akira <[email protected]> wrote:
> 2010/10/30 Tanaka Akira <[email protected]>:
> > 2010/10/5, Eric Wong <redm...
normalperson (Eric Wong)
07:33 AM Feature #4016: Consider adding Age Unicode property
=begin
Sorry for the incorrect output, copy paste error on my part. Output should have been:

mini:bin ammar$ ./...
ammar (Ammar Ali)
07:25 AM Feature #4016 (Closed): Consider adding Age Unicode property
=begin
Please consider adding the Age Unicode property to Oniguruma. This property is useful when it is necessary to...
ammar (Ammar Ali)
05:24 AM Revision 5098e6f7 (git): * common.mk (INSTRUBY): run via $(SUDO) if given.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:23 AM Revision 81567892 (git): * lib/irb/ruby-lex.rb (RubyLex#identify_string): use charclass.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:17 AM Revision 4ec86dcc (git): * lib/ostruct.rb (OpenStruct#delete_field): also undefine
accessor methods. [ruby-core:33010]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29677 b2dd03c8-39d4-4d8f-98ff...
nobu (Nobuyoshi Nakada)
05:13 AM Revision 742d440c (git): * string.c (rb_enc_cr_str_buf_cat): concatenation of valid
encoding string and invalid encoding string should result
invalid encoding. [ruby-core:33027]
git-svn-id: svn+ssh...
nobu (Nobuyoshi Nakada)
04:56 AM Bug #4014: Case-Sensitivity of Property Names Depends on Regexp Encoding
=begin
> RunPaint's suggestion is reasonable one, the patch is following:

Do we want all valid property names t...
runpaint (Run Paint Run Run)
03:41 AM Bug #4014: Case-Sensitivity of Property Names Depends on Regexp Encoding
=begin
Hmm, it's a difficult problem...

> run@paint:~$ ruby -e 'p /\p{ascii}/u'
> /\p{ascii}/
> run@paint:~...
naruse (Yui NARUSE)
03:43 AM Feature #4007 (Assigned): numeric literal syntax sugar
=begin

=end
naruse (Yui NARUSE)
01:01 AM Revision f6b2490f (git): * gc.c, vm.c, vm_core.h: remove USE_VALUE_CACHE option.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29675 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)

11/02/2010

11:38 PM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
=begin
須藤です。

In <[email protected]>
"[ruby-dev:42515] Re: [Ruby 1.9-Bug#3990][Closed] tests of rexml...
kou (Kouhei Sutou)
10:35 PM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
=begin
(2010/11/02 21:50), Kouhei Sutou wrote:
> 須藤です。
>
> In<[email protected]>
> "[ruby-dev:4251...
naruse (Yui NARUSE)
09:50 PM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
=begin
須藤です。

In <[email protected]>
"[ruby-dev:42510] Re: [Ruby 1.9-Bug#3990][Closed] tests of rexml...
kou (Kouhei Sutou)
03:16 AM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
=begin
成瀬です。

(2010/10/30 21:17), Kouhei Sutou wrote:
> チケット #3990 が更新されました。 (by Kouhei Sutou)
> This issue was ...
naruse (Yui NARUSE)
10:50 PM Revision 2d189f67 (git): * lib/irb/ruby-lex.rb (RubyLex#identify_string): parse multiple
regex options. a patch from Heesob Park in [ruby-core:32988].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@296...
matz (Yukihiro Matsumoto)
10:37 PM Revision d2959579 (git): * vm_method.c (rb_clear_cache_by_class): just return if the class has
no method. reported by Eric Wong. [ruby-core:32689]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29673 b2dd0...
akr (Akira Tanaka)
09:58 PM Bug #4010: YAML fails to roundtrip non ASCII String
=begin
The same result with psych.

$ ruby -v -ryaml -e 'YAML::ENGINE.yamler = "psych"; s="한글";pYAML.load(YAML.d...
phasis68 (Heesob Park)
08:54 PM Bug #4010: YAML fails to roundtrip non ASCII String
=begin
On Mon, Nov 01, 2010 at 11:36:58AM +0900, Heesob Park wrote:
> Bug #4010: YAML fails to roundtrip non ASCII ...
tenderlovemaking (Aaron Patterson)
09:25 PM Revision 3d2e7013 (git): * ext/psych/lib/psych/visitors/visitor.rb (initialize): push accessor
methods to subclass that actually uses them.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29672 b2dd03c8-39d4-4...
tenderlovemaking (Aaron Patterson)
09:25 PM Revision d5b2de3a (git): * 2010-11-03
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29671 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:24 PM Revision ad9aa536 (git): * ext/psych/lib/psych/visitors/visitor.rb (accept): switch to
a dispatch cache rather than case / when statement.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29670 b2dd03c8...
tenderlovemaking (Aaron Patterson)
09:06 PM Bug #4014: Case-Sensitivity of Property Names Depends on Regexp Encoding
=begin
On Tue, Nov 2, 2010 at 5:07 AM, "Martin J. Dürst"
<[email protected]> wrote:
> I'd personally have pre...
runpaint (Run Paint Run Run)
02:08 PM Bug #4014: Case-Sensitivity of Property Names Depends on Regexp Encoding
=begin
I'd personally have preferred that Unicode regexps would stay with past
practice of keeping these things ca...
duerst (Martin Dürst)
02:08 PM Bug #4014: Case-Sensitivity of Property Names Depends on Regexp Encoding
=begin
I'd personally have preferred that Unicode regexps would stay with past
practice of keeping these things ca...
duerst (Martin Dürst)
02:37 AM Bug #4014 (Assigned): Case-Sensitivity of Property Names Depends on Regexp Encoding
=begin

=end
naruse (Yui NARUSE)
02:17 AM Bug #4014 (Closed): Case-Sensitivity of Property Names Depends on Regexp Encoding
=begin
A ticket filed against Read Ruby reminded me of the following inconsistency: in Unicode regexps, property nam...
runpaint (Run Paint Run Run)
08:40 PM Bug #4013 (Closed): rake/test_tasks.rb fails if ENV assined test value
=begin
fixed in r29668
あと、普通 ML の方を参照しますね。
# だけどたまに Redmine がメール拾えてないことがあるというトラップがあるので、そういうときはチケット番号も書く
=end
naruse (Yui NARUSE)
07:18 PM Bug #4013: rake/test_tasks.rb fails if ENV assined test value
=begin
>rake はメンテナいないし
おお、そうなんですか。では。
(なんでrakeでfailするのか、すごく不思議だった)

--
arton <[email protected]>

---------...
arton (Akio Tajima)
09:13 AM Bug #4013: rake/test_tasks.rb fails if ENV assined test value
=begin
コミットしてしまっていいんじゃないかと思います。
# rake はメンテナいないし
=end
naruse (Yui NARUSE)
02:04 AM Bug #4013 (Closed): rake/test_tasks.rb fails if ENV assined test value
=begin
Rakeはtaskの引数に与えた名前が見つからない場合、環境変数から値を取得します。
test_extra_parameters_are_ignoredでは、未指定の変数bがnilかをテストしますが、環境変数bが定...
arton (Akio Tajima)
07:17 PM Bug #4012: Get segmentation fault when trying to call method from 3rd party's API
=begin
In the spec of parameter, it's said:
IDSFilter: Either comma separated list of ID numbers or a TDFilter.Tex...
thyrlian (Jing Li)
06:23 PM Bug #4012: Get segmentation fault when trying to call method from 3rd party's API
=begin
Hi Luis,

Sorry for lack of information. The 'copied_id' is a Fixnum and here is 25511 for each running....
thyrlian (Jing Li)
05:42 AM Bug #4012: Get segmentation fault when trying to call method from 3rd party's API
=begin
Hello,

Since I don't have HP installed tools (or will be without knowing exactly from where and which on...
luislavena (Luis Lavena)
12:48 AM Bug #4012 (Closed): Get segmentation fault when trying to call method from 3rd party's API
=begin
I tried to call a method in an interface from 3rd party's API. The interface has been successfully found by...
thyrlian (Jing Li)
04:05 PM Bug #4011 (Assigned): Invalid parsing of regexp /abc/min in irb
=begin

=end
naruse (Yui NARUSE)
12:47 PM Revision 8114da9e (git): * NEWS: fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29669 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Sutou Kouhei
11:13 AM Revision 76bce610 (git): fix bug#3990, rake/test_tasks
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e arton (Akio Tajima)
07:25 AM Feature #1081: add File::write() convenience method
=begin
On 1 November 2010 15:37, Roger Pack <[email protected]> wrote:
> Issue #1081 has been updated by Roger ...
Eregon (Benoit Daloze)
12:12 AM Bug #3677 (Closed): unable to run certain gem binaries' in windows 7
=begin
thanks seems fixed now (along with all its other dupes...)
=end
rogerdpack (Roger Pack)
12:07 AM Feature #708: Lazy Enumerator#select, Enumerator#map etc.
=begin
another option might be to add new methods called "e_select" or what not, to avoid changing current functiona...
rogerdpack (Roger Pack)
12:04 AM Feature #3587 (Closed): windows: unable to sleep < 0.015s
=begin
This isn't a problem on windows 7, so...unless there's an easier way to do this in windows (or interest from ...
rogerdpack (Roger Pack)
 

Also available in: Atom