Project

General

Profile

Activity

From 01/18/2011 to 01/24/2011

01/24/2011

11:44 PM Bug #4314 (Closed): spwn cause Segmantation Fault if take a long string.
=begin
ruby 1.9.3dev (2011-01-24 trunk 30642) [x86_64-linux]
-e:1: [BUG] Segmentation fault
ruby 1.9.3dev (2011-...
kosaki (Motohiro KOSAKI)
11:42 PM Revision a0eeef69 (git): * dln_find.c (dln_find_1): omit too long pathnames.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30653 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
11:28 PM Revision ced2d699 (git): * string.c (rb_str_resize): get rid of out-of-bound access.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30652 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
11:23 PM Bug #4313: File.identical? cause Segmentation Fault if take a long string.
=begin
It maybe windows only. I doubt w32_io_info makes stack overflow.
=end
kosaki (Motohiro KOSAKI)
11:20 PM Bug #4313 (Closed): File.identical? cause Segmentation Fault if take a long string.
=begin
Following script crash immediately, But error log doesn't display at all.

------------------------------...
kosaki (Motohiro KOSAKI)
11:16 PM Feature #4309: [ext/openssl] ASN1 performance enhancement
=begin
Hi,

2011/1/24 Martin Bosslet <[email protected]>:
> recently I noticed that the method
>
> static i...
mame (Yusuke Endoh)
10:26 AM Feature #4309: [ext/openssl] ASN1 performance enhancement
=begin
Added tests that further assert behavior of OpenSSL::ASN1::default_tag/default_tag_class_of. Attachment repla...
MartinBosslet (Martin Bosslet)
09:42 AM Feature #4309 (Closed): [ext/openssl] ASN1 performance enhancement
=begin
Hi all,

recently I noticed that the method

static int ossl_asn1_default_tag(VALUE obj)

(in o...
MartinBosslet (Martin Bosslet)
10:50 PM Revision 9a4a8673 (git): * test/ruby/test_thread.rb: remove unused variables.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
10:50 PM Revision fa6f4336 (git): * test/ruby/test_thread.rb (TestThread#test_condvar_nolock_2): get rid of method redefined.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
10:50 PM Revision ff4085d6 (git): move under correct class
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30649 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
10:00 PM Revision 7a6113d6 (git): * string.c (rb_string_value_cstr): rb_str_modify can change
RSTRING_PTR.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30648 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
09:47 PM Bug #4312: exec cause Segmentation fault if passing very long string
=begin
Because rb_proc_exec() are using alloca and it can cause stack overflow. It shouldn't.
=end
kosaki (Motohiro KOSAKI)
09:45 PM Bug #4312 (Closed): exec cause Segmentation fault if passing very long string
=begin
% ./ruby -ve 'exec "a"*100_000_000'

ruby 1.9.3dev (2011-01-24 trunk 30642) [x86_64-linux]
-e:1: [BUG] ...
kosaki (Motohiro KOSAKI)
09:12 PM Bug #4308: Wrong Bignum calculation in some case.
=begin
#!/usr/bin/env ruby

class Array
def sum
reduce(:+)
end

def var
empty? ? 0.0 :...
nobu (Nobuyoshi Nakada)
09:58 AM Bug #4308 (Rejected): Wrong Bignum calculation in some case.
=begin
It seems from floating point's accuracy.
In line 9, it uses to_f and the value exceeds its limit.
=end
naruse (Yui NARUSE)
06:59 AM Bug #4308 (Rejected): Wrong Bignum calculation in some case.
=begin
I tried to calculate variance of an array but calculation returns wrong result
when numbers are big.The pro...
shouichi (Shouichi Kamiya)
09:07 PM Bug #4310 (Closed): String#% cause Segmentation fault on Windows
=begin
This issue was solved with changeset r30641.
Heesob, thank you for reporting this issue.
Your contribution ...
nobu (Nobuyoshi Nakada)
02:11 PM Bug #4310: String#% cause Segmentation fault on Windows
=begin

=end
yugui (Yuki Sonoda)
12:06 PM Bug #4310 (Closed): String#% cause Segmentation fault on Windows
=begin
String#% cause Segmentation fault on Windows with trunk version in case of long string.

C:\work>ruby -ve...
phasis68 (Heesob Park)
06:25 PM Revision 68823fde (git): * test/ruby/test_thread.rb: Added various ConditionVariable tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30647 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
06:23 PM Revision e9d8fd9b (git): * 2011-01-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:23 PM Revision cab9751e (git): * object.c (rb_str_to_dbl): Fix again. use rb_str_tmp_new()
instead ALLOC_N.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
kosaki (Motohiro KOSAKI)
03:39 PM Bug #4311: ruby setup.sb fails to install ruby gems
=begin
On Jan 23, 2011, at 19:56, Kent Paul Dolan <[email protected]> wrote:

> After installing Ruby and down...
drbrain (Eric Hodel)
12:55 PM Bug #4311 (Closed): ruby setup.sb fails to install ruby gems
=begin
Ruby maintainers,

I don't know if this is a bug, or just user
incomprehension, but anyway...

Afte...
[email protected] (Kent Paul Dolan)
12:51 PM Revision c11a4d8f (git): * vm_insnhelper.h: parenthesize macro arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30644 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:30 PM Revision 2ec31553 (git): * object.c (rb_str_to_dbl): use ALLOC_N instead ALLOCA_N because
ALLOC_N may cause stack overflow.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30643 b2dd03c8-39d4-4d8f-98ff-...
kosaki (Motohiro KOSAKI)
12:04 PM Revision 76789bbb (git): * 2011-01-24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:04 PM Revision 97b8e499 (git): * error.c (rb_invalid_str): prevent intermediate variable from GC.
[ruby-core:34820]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
11:09 AM Bug #4298: Duration of calling String#[] with the same index is strangely related to string length.
=begin
Thanks for the update. We will look into a cache in JRuby...
=end
enebo (Thomas Enebo)
10:09 AM Bug #4298: Duration of calling String#[] with the same index is strangely related to string length.
=begin
Hi,

In message "Re: [ruby-core:34814] [Ruby 1.9-Bug#4298] Duration of calling String#[] with the same inde...
matz (Yukihiro Matsumoto)
10:06 AM Bug #4298: Duration of calling String#[] with the same index is strangely related to string length.
=begin
2011/1/24 Thomas Enebo <[email protected]>:
> Marcin and I were wondering the other day why character le...
naruse (Yui NARUSE)
09:51 AM Bug #4298: Duration of calling String#[] with the same index is strangely related to string length.
=begin
Marcin and I were wondering the other day why character length is not cached in the string. It seems wheneve...
enebo (Thomas Enebo)
09:19 AM Bug #4298: Duration of calling String#[] with the same index is strangely related to string length.
=begin
JRuby does need a similar fix. I filed http://jira.codehaus.org/browse/JRUBY-5411 to cover it.
=end
headius (Charles Nutter)
07:38 AM Bug #4298: Duration of calling String#[] with the same index is strangely related to string length.
=begin
I think it's worth pointing out that Nobu's fix does not prevent String#[] from needing to do a character sca...
headius (Charles Nutter)
08:02 AM Bug #4307: include fails after undef_method
=begin
So it was a misunderstanding of #undef_method that led me to not expect the
actual behaviour. Thanks for th...
adrianomitre (Adriano Mitre)
05:10 AM Bug #4307: include fails after undef_method
=begin


On 1/23/2011 2:14 PM, Adriano Mitre wrote:
> After using #undef_method on a method "inherited" from a mi...
lsegal (Loren Segal)
04:14 AM Bug #4307 (Rejected): include fails after undef_method
=begin
After using #undef_method on a method "inherited" from a mixin, reincluding the mixin should redefine it, bu...
adrianomitre (Adriano Mitre)
06:10 AM Bug #4301: Off-by-one line number in Psych parse error
=begin
FYI, 1.8/syck parses the yaml shown here, but libyaml (and SnakeYAML) do not (correctly). Ran into it because...
headius (Charles Nutter)

01/23/2011

02:03 PM Revision b9c0b503 (git): * test/io/console/test_io_console.rb: Don't run test if the system
don't support io/console.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30640 b2dd03c8-39d4-4d8f-98ff-823fe69b...
kosaki (Motohiro KOSAKI)
01:20 PM Revision 99ef8670 (git): * test/fiddle/test_fiddle.rb: Don't run test if the system don't support
fiddle.
* test/fiddle/test_function.rb: ditto.
* test/fiddle/test_closure.rb: ditto.
git-svn-id: ...
kosaki (Motohiro KOSAKI)
09:34 AM Bug #4306 (Rejected): psych makes a lot of test failure on Win32 build
=begin
I'm sorry. Yes, rebuild and retest work perfectly.
Therefore I'll close this ticket.

Thanks.
=end
kosaki (Motohiro KOSAKI)
07:52 AM Bug #4306: psych makes a lot of test failure on Win32 build
=begin
On Sun, Jan 23, 2011 at 01:41:47AM +0900, Motohiro KOSAKI wrote:
> Bug #4306: psych makes a lot of test fail...
tenderlovemaking (Aaron Patterson)
01:41 AM Bug #4306 (Rejected): psych makes a lot of test failure on Win32 build
=begin
Latest trunk makes a lot of test failure of 'nmake test-all' on win32 platform.

------------------------...
kosaki (Motohiro KOSAKI)
08:27 AM Bug #4298 (Closed): Duration of calling String#[] with the same index is strangely related to string length.
=begin
This issue was solved with changeset r30636.
Radosław, thank you for reporting this issue.
Your contributio...
nobu (Nobuyoshi Nakada)
08:06 AM Bug #4298: Duration of calling String#[] with the same index is strangely related to string length.
=begin
Hi,

2011/1/23 Charles Nutter <[email protected]>:
> Issue #4298 has been updated by Charles Nutter.
...
phasis68 (Heesob Park)
08:00 AM Bug #4298: Duration of calling String#[] with the same index is strangely related to string length.
=begin
Hi,

In message "Re: [ruby-core:34793] [Ruby 1.9-Bug#4298] Duration of calling String#[] with the same inde...
matz (Yukihiro Matsumoto)
03:42 AM Bug #4298: Duration of calling String#[] with the same index is strangely related to string length.
=begin
Perhaps I'm mistaken, but isn't RSTRING_LEN the byte length of the string? Isn't that always guaranteed to be...
headius (Charles Nutter)
07:47 AM Bug #4303 (Third Party's Issue): Segmentation fault (using tarantula and hpricot)
=begin

=end
tenderlovemaking (Aaron Patterson)
07:44 AM Bug #4301 (Open): Off-by-one line number in Psych parse error
=begin
Reopening as this seems like a bug in libyaml.
=end
tenderlovemaking (Aaron Patterson)
07:41 AM Bug #4301: Off-by-one line number in Psych parse error
=begin
On Sat, Jan 22, 2011 at 05:23:35PM +0900, Charles Nutter wrote:
> Issue #4301 has been updated by Charles Nu...
tenderlovemaking (Aaron Patterson)
02:39 AM Revision 35dbe505 (git): * vm_exec.h: parenthesize macro arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:32 AM Revision 6df02103 (git): * template/fake.rb.in (ruby): suppress warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30637 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:09 AM Bug #4305 (Rejected): Win32 上で bignum の test_too_big_to_s が失敗
=begin
Win32上で test-allすると以下のfailureが出ます

----------------------------------------------------------------------...
kosaki (Motohiro KOSAKI)
01:07 AM Bug #4304 (Rejected): Win32上でfiber大量生成テストが失敗
=begin
現在、win32でtest-all すると以下のエラーがでます

-----------------------------------------------------------------------...
kosaki (Motohiro KOSAKI)

01/22/2011

11:17 PM Revision 734b6151 (git): * string.c (str_nth_len, str_utf8_nth): return the rest length together.
* string.c (rb_str_substr): get rid of measure the length always
to improve performance for huge string. [...
nobu (Nobuyoshi Nakada)
11:00 PM Revision b0eaf0f6 (git): * string.c (str_nth_len, str_utf8_nth): return the rest length together.
* string.c (rb_str_substr): get rid of measure the length always
to improve performance for huge string.
git-svn-i...
nobu (Nobuyoshi Nakada)
10:47 PM Bug #4303: Segmentation fault (using tarantula and hpricot)
=begin
This turned out to be an issue with hpricot 0.8.3. Using an older
version of hpricot solved the problem. So...
markus (Markus Bengts)
10:43 PM Revision 18e3c52b (git): reverting r30628 since this seems like a bug in libyaml
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e tenderlovemaking (Aaron Patterson)
10:11 PM Bug #4298: Duration of calling String#[] with the same index is strangely related to string length.
=begin
This bug(or feature) is due to the repetitive calling of str_strlen() function.

Here is a sentry patch f...
phasis68 (Heesob Park)
05:23 PM Bug #4301: Off-by-one line number in Psych parse error
=begin
Hmm, I think there's more to this, and it could certainly be a bug in libyaml. The following version has the ...
headius (Charles Nutter)
11:27 AM Bug #4301 (Closed): Off-by-one line number in Psych parse error
=begin
This issue was solved with changeset r30628.
Charles, thank you for reporting this issue.
Your contribution...
Anonymous
03:46 PM Revision 8135c466 (git): * 2011-01-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:46 PM Revision fe505c47 (git): * test/test_syslog.rb: Fix to make a lot of test failure if
the platform doesn't support syslog.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30632 b2dd03c8-39d4-4d8f-98...
kosaki (Motohiro KOSAKI)
02:42 PM Revision d21bc2f8 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30631 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
11:37 AM Bug #4300 (Closed): Merge keys not working as expected in psych yaml parser
=begin
This issue was solved with changeset r30629.
Matthew, thank you for reporting this issue.
Your contribution...
Anonymous
11:27 AM Bug #4297 (Closed): test_time in ruby/test/psych/test_json_tree.rb makes test failure
=begin
This issue was solved with changeset r30627.
Motohiro, thank you for reporting this issue.
Your contributio...
Anonymous
02:51 AM Revision 6e5aa631 (git): * ext/psych/lib/psych/visitors/to_ruby.rb: fixing merge key support
when multiple merge keys are specified.
* test/psych/test_merge_keys.rb: tests for multi-merge key support
git-svn-i...
tenderlovemaking (Aaron Patterson)
02:34 AM Revision 5b1c06c7 (git): * ext/psych/lib/psych/visitors/to_ruby.rb: merge keys are actually
part of YAML 1.1, so they should be supported. Remove warning and
merge keys to parent. [ruby-core:34679]
* test/...
tenderlovemaking (Aaron Patterson)
02:23 AM Revision 7b876e65 (git): * ext/psych/parser.c (parse): fixing off-by-one error on line numbers
in parse exceptions. [ruby-core:34690]
* test/psych/test_parser.rb: test for error
git-svn-id: svn+ssh://ci.ruby-la...
tenderlovemaking (Aaron Patterson)
02:18 AM Revision cab95ab7 (git): fixed a bug in the test suite. Thanks Benoit Daloze! [ruby-core:34641]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e tenderlovemaking (Aaron Patterson)
01:26 AM Revision 8dd3a4af (git): * ext/psych/parser.c (parse): add the file name to the exception when
parse errors occur.
* test/psych/test_parser.rb: test for parse error file name
git-svn-id: svn+ssh://ci.ruby-lang.o...
tenderlovemaking (Aaron Patterson)
01:13 AM Revision 0331314d (git): * ext/psych/parser.c (parse): fix assertion error when reusing a
parser after an exception has been raised
* test/psych/test_parser.rb: test for assertion error
git-svn-id: svn+ssh:...
tenderlovemaking (Aaron Patterson)
12:36 AM Bug #4294: IO.popen ['"ping"', 'localhost -n 3'] fails
=begin
Absolutely agree to Usaku: the whole point of the Array variant of IO.popen is to *not* need to quote strings...
rklemme (Robert Klemme)

01/21/2011

09:05 PM Feature #4288: Allow invoking arbitrary method names with foo."something" syntax
=begin
Em 21-01-2011 07:37, Charles Oliver Nutter escreveu:
> On Fri, Jan 21, 2011 at 2:50 AM, Stephen Sykes<sdsy...
rosenfeld (Rodrigo Rosenfeld Rosas)
06:38 PM Feature #4288: Allow invoking arbitrary method names with foo."something" syntax
=begin
On Fri, Jan 21, 2011 at 2:50 AM, Stephen Sykes <[email protected]> wrote:
> Yes, agree, if you want interpol...
headius (Charles Nutter)
05:50 PM Feature #4288: Allow invoking arbitrary method names with foo."something" syntax
=begin
> It does, but my concern with it is that (in the same way as
> string-interpolated ."" syntax) it can't be ...
sdsykes (Stephen Sykes)
06:39 AM Feature #4288: Allow invoking arbitrary method names with foo."something" syntax
=begin
On Wed, Jan 19, 2011 at 6:03 PM, Gary Wright <[email protected]> wrote:
> I probably wasn't clear. I also don'...
headius (Charles Nutter)
08:59 PM Bug #4303 (Feedback): Segmentation fault (using tarantula and hpricot)
=begin
Could you try again at ruby-trunk without rvm?

See also: http://redmine.ruby-lang.org/wiki/ruby/HowtoRep...
sorah (Sorah Fukumori)
08:26 PM Bug #4303 (Third Party's Issue): Segmentation fault (using tarantula and hpricot)
=begin
I get this this segmentation fault when running tarantula tests for a rails application. I don't know if the ...
markus (Markus Bengts)
07:11 PM Revision 960720ef (git): * ext/psych/lib/psych/nodes/node.rb: Make Psych::Nodes::Node
enumerable.
* ext/psych/lib/psych/visitors/depth_first.rb: Add a depth-first
visitor to enumerate over a YAML AST i...
tenderlovemaking (Aaron Patterson)
03:54 PM Revision 5f710e22 (git): * 2011-01-22
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:54 PM Revision 741e7788 (git): * vm_core.h: parenthesize macro arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:41 AM Feature #4257: switch_hitter - an acceleration of date library
=begin
Looks good. The only thing I noticed is that DateTime#amjd is broken:

$ ruby -v -r date -e 'DateTime.ne...
jeremyevans0 (Jeremy Evans)
11:29 AM Bug #4294: IO.popen ['"ping"', 'localhost -n 3'] fails
=begin
Thank you Usaku,

I can take what you've said if that's what Ruby Spec has specified.

I just don't ...
redstun (red stun)
09:41 AM Feature #4168: WeakRef is unsafe to use in Ruby 1.9
=begin
Ok, I see why Brian's reference queue doesn't have the same restrictions as the JVM's: it isn't triggered by ...
headius (Charles Nutter)
08:38 AM Feature #4168: WeakRef is unsafe to use in Ruby 1.9
=begin
I'm not sure I see any real benefit to caching the WeakReference and SoftReference objects themselves. Indeed...
headius (Charles Nutter)
04:17 AM Feature #4168: WeakRef is unsafe to use in Ruby 1.9
=begin
Charles:

I've been using Brian's ref gem as a starting point for a proposed standard API; for example: W...
kstephens (Kurt Stephens)
09:34 AM Bug #4301 (Third Party's Issue): Off-by-one line number in Psych parse error
=begin
For the following yaml:

# based on "SGML/XML character entity reference" at http://www.bitjungle.com/is...
headius (Charles Nutter)
09:27 AM Bug #3889 (Closed): Incorrectly detected i686-w64-mingw32 as x64-mingw
=begin
This issue was solved with changeset r30620.
Luis, thank you for reporting this issue.
Your contribution to...
luislavena (Luis Lavena)
09:15 AM Revision 85f8c01a (git): * configure.in: should not use -Werror=* flags while conftests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:19 AM Bug #4300 (Assigned): Merge keys not working as expected in psych yaml parser
=begin

=end
naruse (Yui NARUSE)
04:10 AM Bug #4300 (Closed): Merge keys not working as expected in psych yaml parser
=begin
Psych doesn't seem to support merge keys ( http://yaml.org/type/merge.html ) with alias/anchor the same way ...
wr0ngway (Matthew Conway)
12:46 AM Bug #4287: test_europe_lisbon(TestTimeTZ) Failure
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:43085] Re: [Ruby 1.9-Bug#4287] test_europe_lisbon(TestTimeTZ) Failur...
matz (Yukihiro Matsumoto)
12:30 AM Bug #4287: test_europe_lisbon(TestTimeTZ) Failure
=begin
近永と申します。

対応して頂いてありがとうございます。

> ところで、Chikanaga がコミット権を取得して自分でチェックインするのがみんなが幸せになれると
> 思うですが、どうでしょうか。
小さな...
nagachika (Tomoyuki Chikanaga)
12:18 AM Revision 89bd00d8 (git): * configure.in: Fix incorrectly detected x86_64-w64-mingw32 due
canonalization of target_os. Bug #3889 [ruby-core:32634]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30620 b2d...
luislavena (Luis Lavena)

01/20/2011

08:45 PM Bug #4297: test_time in ruby/test/psych/test_json_tree.rb makes test failure
=begin
On 20 January 2011 05:05, Motohiro KOSAKI <[email protected]> wrote:
> % svn diff
> Index: test/psych/t...
Eregon (Benoit Daloze)
01:06 PM Bug #4297: test_time in ruby/test/psych/test_json_tree.rb makes test failure
=begin

=end
kosaki (Motohiro KOSAKI)
01:05 PM Bug #4297 (Closed): test_time in ruby/test/psych/test_json_tree.rb makes test failure
=begin
Recently ruby trunk + linux increase one test failure.

-------------------------------------------------...
kosaki (Motohiro KOSAKI)
08:10 PM Feature #4299 (Closed): no warning: found = in conditional, should be ==
=begin
http://d.hatena.ne.jp/nagachika/20110119/ruby_trunk_changes_30595_30603
で知ったのですが、右辺の種類によっては「warning: found...
znz (Kazuhiro NISHIYAMA)
06:28 PM Bug #4298: Duration of calling String#[] with the same index is strangely related to string length.
=begin
I copied&pasted wrong info about ruby's version. It's actually:

$ ruby-trunk -v
ruby 1.9.3dev (2010-09...
radarek (Radosław Bułat)
06:21 PM Bug #4298 (Closed): Duration of calling String#[] with the same index is strangely related to string length.
=begin
The longer string is the slower is String#[] (for the same index > 0). See the example benchmark below:

...
radarek (Radosław Bułat)
03:40 PM Revision 7fd0d4a4 (git): revert unrelated fix from r30615. Sorry!
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
03:38 PM Revision c940b393 (git): * configure.in: Fix rb_cv_va_args_macro was broken. We are using
-Werror=implicit-function-declaration compile option. therefore
we need a function declaration explicitly.
...
kosaki (Motohiro KOSAKI)
03:35 PM Bug #4256: [BUG] Segmentation fault ruby 1.9.2p0 (2010-08-18) [i386-mingw32]
=begin
Hi all,

The issue was resolved when we uninstalled IE7 and installed IE6. We want know if there is any c...
mahendravadar (Rama Mahendravada)
03:25 PM Bug #4294: IO.popen ['"ping"', 'localhost -n 3'] fails
=begin
Hello,

In message "[ruby-core:34642] [Ruby 1.9-Bug#4294] IO.popen ['"ping"', 'localhost -n 3'] fails"
...
usa (Usaku NAKAMURA)
01:48 PM Bug #4294: IO.popen ['"ping"', 'localhost -n 3'] fails
=begin
Right, the case became more obvious when we're running commands whose path contains spaces.

In 1.8.7 IO....
redstun (red stun)
02:36 AM Bug #4294: IO.popen ['"ping"', 'localhost -n 3'] fails
=begin
Perhaps the OP was really concerned about things not on PATH and in dirs with spaces.

FWIW, the followin...
jonforums (Jon Forums)
01:57 AM Bug #4294: IO.popen ['"ping"', 'localhost -n 3'] fails
=begin
How is that a bug ? If ping is surrounded by quotes, ruby will look for an executable named "ping" with the q...
zimbatm (zimba tm)
12:54 AM Bug #4294 (Closed): IO.popen ['"ping"', 'localhost -n 3'] fails
=begin
>> RUBY_VERSION
=> "1.9.2"
>> RUBY_PLATFORM
=> "i386-mingw32"
>> IO.popen ['"ping"', 'localhost -n 3...
redstun (red stun)
03:00 PM Revision 3c1b996a (git): * 2011-01-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:59 PM Revision 6bc19376 (git): * node.h: parenthesize macro arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:34 PM Revision d41d2f26 (git): * configure.in: Add '#include <stdlib.h>' to
rb_cv_localtime_overflow test too. It's reported by Tomoyuki
Chikanaga. Thanks.
git-svn-id: svn+ssh://ci...
kosaki (Motohiro KOSAKI)
01:52 PM Bug #4287: test_europe_lisbon(TestTimeTZ) Failure
=begin
> いつもありがとうございます。Linuxとのことなのでこちらでコミットさせていただきました。
> ところで、Chikanaga がコミット権を取得して自分でチェックインするのがみんなが幸せに

Chikanag...
kosaki (Motohiro KOSAKI)
12:37 PM Bug #4287 (Closed): test_europe_lisbon(TestTimeTZ) Failure
=begin
This issue was solved with changeset r30612.
Tomoyuki, thank you for reporting this issue.
Your contributio...
kosaki (Motohiro KOSAKI)
12:30 PM Bug #4287: test_europe_lisbon(TestTimeTZ) Failure
=begin
いつもありがとうございます。Linuxとのことなのでこちらでコミットさせていただきました。
ところで、Chikanaga がコミット権を取得して自分でチェックインするのがみんなが幸せになれると
思うですが、どう...
kosaki (Motohiro KOSAKI)
11:56 AM Bug #4287 (Assigned): test_europe_lisbon(TestTimeTZ) Failure
=begin

=end
naruse (Yui NARUSE)
01:02 PM Bug #4283: Timeout.timeout may cause application exit unintetionally
=begin
Hi,

2011/1/20 Charles Oliver Nutter <[email protected]>:
> So I repeat: JRuby implements kill and raise...
mame (Yusuke Endoh)
06:58 AM Bug #4283: Timeout.timeout may cause application exit unintetionally
=begin
On Wed, Jan 19, 2011 at 4:32 AM, Yusuke ENDOH <[email protected]> wrote:
> I guess that you misunderstand cance...
headius (Charles Nutter)
09:16 AM Feature #4264: General type coercion protocol for Ruby
=begin
Em 19-01-2011 19:53, Charles Oliver Nutter escreveu:
> On Wed, Jan 19, 2011 at 5:54 AM, Rodrigo Rosenfeld ...
rosenfeld (Rodrigo Rosenfeld Rosas)
06:57 AM Feature #4264: General type coercion protocol for Ruby
=begin
On Wed, Jan 19, 2011 at 5:54 AM, Rodrigo Rosenfeld Rosas
<[email protected]> wrote:
> I like the cast_to/c...
headius (Charles Nutter)
08:13 AM Feature #4288: Allow invoking arbitrary method names with foo."something" syntax
=begin
On Wed, Jan 19, 2011 at 8:53 AM, Nikolai Weibull <[email protected]> wrote:
> And, as demonstrated, isn’t #send g...
headius (Charles Nutter)
08:13 AM Feature #4288: Allow invoking arbitrary method names with foo."something" syntax
=begin
On Wed, Jan 19, 2011 at 2:58 PM, Gary Wright <[email protected]> wrote:
> Maybe I'm crazy, but could I suggest...
headius (Charles Nutter)
06:23 AM Feature #4288: Allow invoking arbitrary method names with foo."something" syntax
=begin
On Wed, Jan 19, 2011 at 21:58, Gary Wright <[email protected]> wrote:

> On Jan 18, 2011, at 12:51 AM, Charle...
now (Nikolai Weibull)
08:04 AM Revision cffda96b (git): fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
07:18 AM Feature #4168: WeakRef is unsafe to use in Ruby 1.9
=begin
More comments:

* On JVM, you can only specify a ReferenceQueue to the constructor of a Reference. You ca...
headius (Charles Nutter)
07:02 AM Feature #4168: WeakRef is unsafe to use in Ruby 1.9
=begin
FYI, on the JVM it is not possible to use an arbitrary collection for reference enqueuing, and I think there'...
headius (Charles Nutter)
07:13 AM Revision 74535bd6 (git): * README.EXT, README.EXT.ja: You shouldn't choose ``conftest.c'' as a
name of a source file.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Kenta Murata
04:51 AM Bug #3967: rdoc generates bad HTML output for '...' in parameter list, call-seq: with multiple values
=begin
Back-ref: #4149 can be resolved once this is fixed.
=end
meta (mathew murphy)
03:27 AM Revision 1a3950e2 (git): * configure.in: Add stdlib.h inclusion into rb_cv_negative_time_t
test becuase it's required for exit(3). The patch is
created by Tomoyuki Chikanaga. [Bug #4287] [ruby-dev:4...
kosaki (Motohiro KOSAKI)
02:41 AM Revision a9f76259 (git): * test/webrick/utils.rb (TestWEBrick::RubyBin): test CGI does not need
to load rubygems. if it activated, ruby raises LoadError about
rbconfig.rb.
git-svn-id: svn+ssh://ci.ruby-lang.o...
U.Nakamura
12:20 AM Revision 74b0a7a0 (git): * ext/psych/lib/psych/visitors/json_tree.rb: Fix JSON emit for
DateTime and Time classes.
* test/psych/test_json_tree.rb: test for JSON emit
git-svn-id: svn+ssh://ci.ruby-lang.org...
tenderlovemaking (Aaron Patterson)

01/19/2011

11:53 PM Feature #4288: Allow invoking arbitrary method names with foo."something" syntax
=begin
On Wed, Jan 19, 2011 at 14:56, Austin Ziegler <[email protected]> wrote:
> On Tue, Jan 18, 2011 at 12:51 ...
now (Nikolai Weibull)
11:13 PM Feature #4288: Allow invoking arbitrary method names with foo."something" syntax
=begin
On Tue, Jan 18, 2011 at 12:51 AM, Charles Nutter <[email protected]> wrote:
> This is one Groovy feature...
austin (Austin Ziegler)
03:45 AM Feature #4288 (Assigned): Allow invoking arbitrary method names with foo."something" syntax
=begin

=end
naruse (Yui NARUSE)
11:05 PM Revision a17cdfdd (git): * ext/psych/lib/psych/coder.rb (represent_object): arbitrary objects
may be passed to the Psych::Coder object.
* ext/psych/lib/psych/visitors/yaml_tree.rb: support for visiting
arbitra...
tenderlovemaking (Aaron Patterson)
10:42 PM Feature #4168: WeakRef is unsafe to use in Ruby 1.9
=begin
Progress:

* Implementation of reference queue core protocol in C. Works with any object that respond_to...
kstephens (Kurt Stephens)
01:33 PM Feature #4168: WeakRef is unsafe to use in Ruby 1.9
=begin
Progress:

* Prototype for C SoftReference as requested by Brian.
* Refactored code to use a rb_referen...
kstephens (Kurt Stephens)
06:54 AM Feature #4168: WeakRef is unsafe to use in Ruby 1.9
=begin
FWIW, "ref" is the namespace Java uses (java.lang.ref.WeakReference). Since Ruby's namespaces are shorter, I'...
headius (Charles Nutter)
03:26 AM Feature #4168: WeakRef is unsafe to use in Ruby 1.9
=begin
Progress:

* Moved weakref.c into ext/weak_reference/weak_reference.c via a simple gc_api.c callback manag...
kstephens (Kurt Stephens)
09:23 PM Revision 64847a9c (git): Importing rubygems @ c2d4131: Deal with platforms that have DLEXT2 == nil. Fixes RF#28867
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Ryan Davis
09:03 PM Revision df2762fb (git): * 2011-01-20
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:03 PM Revision 63d5d7f5 (git): * method.h: parenthesize macro arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
08:55 PM Feature #4264: General type coercion protocol for Ruby
=begin
On 19-01-2011 08:05, mathew wrote:
> On Tue, Jan 11, 2011 at 10:26, Charles Nutter<[email protected]> ...
rosenfeld (Rodrigo Rosenfeld Rosas)
07:06 PM Feature #4264: General type coercion protocol for Ruby
=begin
On Tue, Jan 11, 2011 at 10:26, Charles Nutter <[email protected]> wrote:
> Issue #4264 has been updated ...
meta (mathew murphy)
07:34 PM Bug #4283: Timeout.timeout may cause application exit unintetionally
=begin
Hi,

2011/1/19 Charles Oliver Nutter <[email protected]>:
> JRuby implements Thread#raise and #kill usin...
mame (Yusuke Endoh)
03:21 PM Bug #4283: Timeout.timeout may cause application exit unintetionally
=begin
On Tue, Jan 18, 2011 at 10:00 PM, Yusuke ENDOH <[email protected]> wrote:
> This is not just a problem of Threa...
headius (Charles Nutter)
01:13 PM Bug #4283: Timeout.timeout may cause application exit unintetionally
=begin
Hi,

2011/1/19 Charles Nutter <[email protected]>:
> I tried to patch this many times, and it's very d...
mame (Yusuke Endoh)
06:44 AM Bug #4283: Timeout.timeout may cause application exit unintetionally
=begin
We also have a "load test" for Timeout here: https://github.com/jruby/jruby/blob/master/test/load/load_timeou...
headius (Charles Nutter)
06:37 AM Bug #4283: Timeout.timeout may cause application exit unintetionally
=begin
I tried to patch this many times, and it's very difficult. The problem here is that kill is inherently broken...
headius (Charles Nutter)
01:00 PM Bug #4285: Ruby don't have asynchrounous exception safe syntax and It should have.
=begin
Hi,

2011/1/19 Charles Nutter <[email protected]>:
> I tried to patch this many times, and it's very d...
mame (Yusuke Endoh)
06:49 AM Bug #4285: Ruby don't have asynchrounous exception safe syntax and It should have.
=begin
It is not possible to make cross-thread exception-raising safe with current Ruby semantics.

See the disc...
headius (Charles Nutter)
02:25 AM Bug #4285: Ruby don't have asynchrounous exception safe syntax and It should have.
=begin
Actually, protecting from async exceptions in the ensure block would
be mostly backward-compatible. It means...
zimbatm (zimba tm)
01:54 AM Bug #4285: Ruby don't have asynchrounous exception safe syntax and It should have.
=begin
2011/1/18 Yusuke ENDOH <[email protected]>:
> Basically agreed, but what is needed actually?

I think that en...
zimbatm (zimba tm)
12:22 PM Bug #4238 (Closed): GC.stress 下で OptionParser で設定のない引数をパースさせると core
=begin
直ったとのことなので代理コミットしときました。Chikanagaさんは早くまつもとさんに言ってコミット権をもらうべきだと思います。
=end
kosaki (Motohiro KOSAKI)
10:21 AM Bug #4238: GC.stress 下で OptionParser で設定のない引数をパースさせると core
=begin
note-2 のパッチで私のほうでも SEGV が起きなくなりました。
=end
metanest (Makoto Kishimoto)
08:40 AM Revision 0d672545 (git): * 2011-01-19
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@30605 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:40 AM Revision 896e7a06 (git): * win32/win32.c (init_stdhandle): backport mistake of r29382.
some code are needless in ruby 1.8.
[ruby-core:34579]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1...
U.Nakamura
04:17 AM Revision 4993a1a8 (git): Finish removing code, (fixes sources command test).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)
03:41 AM Bug #4291: rb_time_new with negative values (pre-epoch dates) on Windows
=begin
My previous comment is not accurate and enough helpful.

rb_time_new's prototype is VALUE rb_time_new(tim...
naruse (Yui NARUSE)
02:34 AM Bug #4291: rb_time_new with negative values (pre-epoch dates) on Windows
=begin
Shouldn't we use 64bit on all platforms instead ?
=end
zimbatm (zimba tm)
02:23 AM Bug #4291 (Rejected): rb_time_new with negative values (pre-epoch dates) on Windows
=begin
-11676096000 exceeds 32bit long.
On i386-mingw32, long is 32bit (on mswin32 long is of course 32bit, and ms...
naruse (Yui NARUSE)
01:16 AM Bug #4291 (Rejected): rb_time_new with negative values (pre-epoch dates) on Windows
=begin
rb_time_new does not handle negative values (and thus pre-epoch dates) on windows. It seems like it should gi...
banker (Kyle Banker)
03:33 AM Revision b7dd8d07 (git): Always enable rubygems/custom_require
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)
03:27 AM Bug #4290 (Closed): !_=%w~ dumps core
=begin
This issue was solved with changeset r30597.
Yusuke, thank you for reporting this issue.
Your contribution ...
mame (Yusuke Endoh)
03:21 AM Revision 6d6fe7fe (git): * proc.c (proc_call): Add gc guard to avoid segfault. The fix
is created by Tomoyuki Chikanaga. [Bug #4238][ruby-dev:42963]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30...
kosaki (Motohiro KOSAKI)
03:09 AM Revision 84e892f8 (git): Remove require of deleted file in RubyGems.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)
02:42 AM Bug #4292: Type of rdoc in string.c
=begin
I apologize, I meant typo.
=end
dre3k (Andrei Kulakov)
02:32 AM Bug #4292 (Closed): Type of rdoc in string.c
=begin
--- string.c (revision 30594)
+++ string.c (working copy)
@@ -2577,7 +2577,7 @@
* against <i>str</i>...
dre3k (Andrei Kulakov)
12:08 AM Revision e798ccba (git): Import rubygems 1.5.0 (release candidate)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Ryan Davis

01/18/2011

11:30 PM Bug #4290 (Closed): !_=%w~ dumps core
=begin
遠藤です。

以下で SEGV します。

$ ./miniruby -e '!_=%w~'
-e:1: unterminated string meets end of file
...
mame (Yusuke Endoh)
11:04 PM Bug #4285: Ruby don't have asynchrounous exception safe syntax and It should have.
=begin
Hi,

2011/1/18 Motohiro KOSAKI <[email protected]>:
> Endoh-san, Grr, my fault. I thought Thread.join ...
mame (Yusuke Endoh)
02:05 PM Bug #4285: Ruby don't have asynchrounous exception safe syntax and It should have.
=begin
Endoh-san, Grr, my fault. I thought Thread.join call pthread_join, but it doesn't. So right you are, thread v...
kosaki (Motohiro KOSAKI)
02:36 AM Bug #4285: Ruby don't have asynchrounous exception safe syntax and It should have.
=begin
Why not use a mutex? Too big a performance hit?
=end
mwaechter (Matthias Wächter)
02:36 AM Bug #4285: Ruby don't have asynchrounous exception safe syntax and It should have.
=begin
Why not use a mutex? Too big a performance hit?
=end
mwaechter (Matthias Wächter)
10:38 PM Revision d26fb035 (git): Reverting nobu's rubygems patch. It needs: 1) to have a test, 2) to be UTF8, and 3) to work on 1.8 (see Gem.read_binary). (It should also be submitted to the rubygems repo or tracker)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Ryan Davis
10:10 PM Bug #4238: GC.stress 下で OptionParser で設定のない引数をパースさせると core
=begin
以下のように proc_call() に GC 除けを追加することで、わたしの環境では OptionParser を使った例も、
縮小版も SEGV が起きなくなりました(ruby 1.9.3dev (2011-0...
nagachika (Tomoyuki Chikanaga)
07:23 PM Bug #4289 (Closed): Timeouts in threads cause SEGV
=begin
Derived from [Bug#4266]

Running deadlock_test.rb in [Bug#4266] on trunk makes segfault. git bisect indi...
kosaki (Motohiro KOSAKI)
06:37 PM Feature #4222: Irb tab completion support for the valid (but rare) obj::method invocation syntax
=begin
けいじゅ@いしつかです.

In [ruby-dev:43049] the message: "[ruby-dev:43049] Re: Fwd:
[ruby-core:33987] [Ruby 1.9-Feat...
keiju (Keiju Ishitsuka)
06:17 PM Revision a525f4d5 (git): * parse.y: avoid NULL reference. [ruby-dev:43067]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e mame (Yusuke Endoh)
05:56 PM Revision c7ec5b5c (git): * 2011-01-19
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:56 PM Revision b680cd7d (git): * vsnprintf.c (cvt): set first byte of buf to NUL for the case when
no bytes are written to the buf. [ruby-dev:43062]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30595 b2dd03c8-3...
naruse (Yui NARUSE)
05:14 PM Bug #4283: Timeout.timeout may cause application exit unintetionally
=begin
>|Is this still correct?
>
>Yes, just because no one was willing to take over.

Oh, sad. Unfortunatel...
kosaki (Motohiro KOSAKI)
04:58 PM Bug #4266: Timeouts in threads cause "ThreadError: deadlock; recursive locking"
=begin
Hi,

I plan to commit mutex-synchronize-use-c-implementation.patch at this weekend. So if anyone have obj...
kosaki (Motohiro KOSAKI)
02:50 PM Feature #4288 (Closed): Allow invoking arbitrary method names with foo."something" syntax
=begin
This is one Groovy feature I tend to like.

For non-standard or arbitrary method names, it would be nice...
headius (Charles Nutter)
02:27 PM Bug #4287: test_europe_lisbon(TestTimeTZ) Failure
=begin
このテストについては configure.in を以下のように修正すると成功するようになりました。

Index: configure.in
================================...
nagachika (Tomoyuki Chikanaga)
02:09 PM Bug #4287 (Closed): test_europe_lisbon(TestTimeTZ) Failure
=begin
先日(r30550 以降)から Linux 上で make test-all の faiure が 1つ増えています。

1) Failure:
test_europe_lisbon(TestTimeT...
nagachika (Tomoyuki Chikanaga)
02:05 PM Revision 0858cbf3 (git): update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:05 PM Revision 196833eb (git): * gc.h: parenthesize macro arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
09:34 AM Revision aa3cb74b (git): * lib/irb/comletion.rb: Irb tab completion support for XX::method forms.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e keiju (Keiju Ishitsuka)
06:11 AM Revision 9ffaa7e9 (git): * lib/logger.rb: added RDoc document for logging message escape
by Hal Brodigan. See #3869
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30591 b2dd03c8-39d4-4d8f-98ff-823fe69b...
Hiroshi Nakamura
02:57 AM Bug #4244 (Closed): Psych.to_json generate incorrect JSON
=begin
This issue was solved with changeset r30587.
Tomoyuki, thank you for reporting this issue.
Your contributio...
Anonymous
 

Also available in: Atom