Project

General

Profile

Activity

From 05/27/2009 to 06/02/2009

06/02/2009

10:31 PM Bug #1557 (Closed): Memory leak in DRb
=begin
Hi,
I just made a stress test on my distributed ruby service, and I think there is a memory leak, at least...
tibur (Thibaut Neiger)
08:41 PM Bug #595: Fiber ignores ensure clause
=begin
ワナベと申します。

かなり前のチケットですが、題名の件についてパッチを書きました。
もしまだどなたもパッチを書かれていないようならご検討ください。

Index: thread.c
===========...
wanabe (_ wanabe)
06:43 PM Bug #1500: test_io runs forever in windows
=begin
I am seeing this too.

Ruby version: ruby-1.9.1-p129
Cygwin version: CYGWIN_NT-5.1 1.5.25(0.156/4/2) 20...
jonco (Jon Coppeard)
03:24 PM Revision 6eaf79f3 (git): * 2009-06-03
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:24 PM Revision c5949a0e (git): * string.c (rb_str_gsub_bang): modify check at the beginning.
[ruby-core:23662] ref [ruby-core:23657]
* string.c (rb_str_rstrip_bang): ditto. [ruby-core:23657]
* string.c (rb_...
matz (Yukihiro Matsumoto)
08:11 AM Bug #1550: String#lstrip! raises RuntimeError on Frozen String Despite Making No Changes
=begin
On Mon, Jun 1, 2009 at 11:07 PM, Yukihiro Matsumoto <[email protected]> wrote:

> In message "Re: [ruby-co...
runpaint (Run Paint Run Run)
07:55 AM Bug #1550: String#lstrip! raises RuntimeError on Frozen String Despite Making No Changes
=begin
Hi,

In message "Re: [ruby-core:23663] Re: [Bug #1550] String#lstrip! raises RuntimeError on Frozen String ...
matz (Yukihiro Matsumoto)
07:07 AM Bug #1550: String#lstrip! raises RuntimeError on Frozen String Despite Making No Changes
=begin
Hi,

In message "Re: [ruby-core:23657] [Bug #1550] String#lstrip! raises RuntimeError on Frozen String Desp...
matz (Yukihiro Matsumoto)
05:38 AM Bug #1554 (Closed): Enumerator#first & #take should consume only what is needed [patch]
=begin
Currently, in Ruby 1.9.x:

require 'stringio'
s = StringIO.new("first \n second \n third")

s.rewin...
marcandre (Marc-Andre Lafortune)
04:29 AM Revision 8b362c8a (git): * 2009-06-02
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:29 AM Revision 06ac7185 (git): * test/ripper/test_filter.rb: add tests. see [ruby-dev:37856]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)

06/01/2009

11:17 PM Bug #1553 (Closed): String#index Ignores Out-of-Range Offset When Given Regexp Matching the Empty String
=begin
On Ruby 1.9 String#index(Regexp, Fixnum) ignores the Fixnum offset when the Regexp matches the empty string a...
runpaint (Run Paint Run Run)
08:52 PM Bug #1552 (Closed): String#strip! raises RuntimeError on Frozen String Despite Making No Changes
=begin
Calling String#strip! on a frozen string raises a RuntimeError even if the string was not changed. String#rst...
runpaint (Run Paint Run Run)
08:43 PM Bug #1551 (Closed): String#slice! Raises RuntimeError on Frozen String Despite Making No Changes
=begin
On 1.9.2 and 1.9.1 calling String#slice! on a frozen string causes a RuntimeError to be raised even if the me...
runpaint (Run Paint Run Run)
08:13 PM Bug #1550 (Closed): String#lstrip! raises RuntimeError on Frozen String Despite Making No Changes
=begin
Calling String#lstrip! on a frozen string raises a RuntimeError even if the string was not changed. String#rs...
runpaint (Run Paint Run Run)
11:47 AM Revision 4f2a770b (git): * lib/mkmf.rb (create_makefile): should set srcs in all paths.
* lib/mkmf.rb (create_makefile): $objs somtimes includes files with
$OBJEXT instead of ".o".
git-svn-id:...
U.Nakamura
11:27 AM Bug #1548 (Closed): Segfault when Transferring to a Fiber which Resumes Itself
=begin
Applied in changeset r23616.
=end
nobu (Nobuyoshi Nakada)
06:16 AM Bug #1548 (Closed): Segfault when Transferring to a Fiber which Resumes Itself
=begin
On both the trunk version and 1.9.1 I can reproduce a segfault by transferring to a Fiber from the root Fiber...
runpaint (Run Paint Run Run)
02:21 AM Revision 6c743b0e (git): * cont.c (cont_capture, fiber_store): reraise transferred error.
* cont.c (fiber_switch): transfers dead fiber error to the previouse
or root fiber if the current fiber is dead. [...
nobu (Nobuyoshi Nakada)
01:41 AM Revision 4c79d4be (git): * include/ruby/intern.h (rb_exc_new2): optimization for literal.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:11 AM Revision 99945ed6 (git): * cont.c: fixed types.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:14 AM Revision 3a1b61f0 (git): * ext/bigdecimal/bigdecimal.c (VpAlloc): avoid ALLOCA_N() to avoid
segmentation fault caused by (insanely) long decimal values.
backported from 1.9.
* ext/bigdecimal/bigdecimal.c (Bi...
matz (Yukihiro Matsumoto)

05/31/2009

10:54 PM Revision 3252c3f5 (git): * 2009-06-01
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:54 PM Revision 5d612b96 (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): returns Inf if
exp is bigger than DBL_MANT_DIG.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23611 b2dd03c8-39d4-4...
matz (Yukihiro Matsumoto)
10:46 PM Revision cfacda1a (git): * 2009-06-01
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23610 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:46 PM Revision 5594f2bf (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): returns Inf if
exp is bigger than DBL_MANT_DIG.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23609 b2dd03c8-39d4-4d8f-98ff-823...
matz (Yukihiro Matsumoto)
02:28 PM Revision 8dadafa2 (git): * lib/mkmf.rb (create_makefile): checks for duplication of source
files.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
02:28 PM Revision 17d88c03 (git): * lib/mkmf.rb (create_makefile): checks for duplication of source
files.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
02:26 PM Revision 7dbc1cf6 (git): * file.c (istrailinggarbage): fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:26 PM Revision d6d8d973 (git): * file.c (istrailinggarbage): fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:57 AM Bug #999: SSL & ZIP missing from ruby-1.9.1-preview1-i386-mswin32
=begin
On Sat, May 30, 2009 at 9:02 AM, Pan Li <[email protected]> wrote:
> Issue #999 has been updated by Pan ...
luislavena (Luis Lavena)

05/30/2009

11:29 PM Bug #1543 (Closed): failure: test_endblockwarn(TestBeginEndBlock) [c:/dev/downloads/ruby_trunk/test/ruby/test_beginendblock.rb:66]:
=begin
11) Failure:
test_endblockwarn(TestBeginEndBlock) [c:/dev/downloads/ruby_trunk/test/ruby/test_beginendblock...
rogerdpack (Roger Pack)
11:25 PM Bug #1542 (Closed): test_inplace_rename_impossible(TestArgf)
=begin
10) Failure:
test_inplace_rename_impossible(TestArgf) [c:/dev/downloads/ruby_trunk/test/ruby/test_argf.rb:1...
rogerdpack (Roger Pack)
11:24 PM Bug #1541 (Closed): mingw ssl: Errno::ENOTSOCK: An operation was attempted on something that is not a socket.
=begin
If you delete test_io.rb and test_exception.rb and re-run make test-all for mingw, it completes!
Yea!

...
rogerdpack (Roger Pack)
11:03 PM Bug #1540 (Third Party's Issue): read on win32 now defaults to blocking
=begin
Currently the win32.{c,h} files override calls to "read" in the code with windows style read calls.
The goa...
rogerdpack (Roger Pack)
09:04 PM Bug #999: SSL & ZIP missing from ruby-1.9.1-preview1-i386-mswin32
=begin
I know it is a hack but that it works for me.
=end
[email protected] (Pan Li)
09:02 PM Bug #999: SSL & ZIP missing from ruby-1.9.1-preview1-i386-mswin32
=begin
Hi guys, I wrote a post to share my experience on fixing the problem. Basically what you need is downloading ...
[email protected] (Pan Li)

05/29/2009

05:17 PM Bug #1534 (Closed): Inconsistency Between Struct#to_s and Struct#inspect
=begin
Applied in changeset r23606.
=end
nobu (Nobuyoshi Nakada)
07:33 AM Bug #1534 (Closed): Inconsistency Between Struct#to_s and Struct#inspect
=begin
http://redmine.ruby-lang.org/issues/show/1427
http://redmine.ruby-lang.org/issues/show/1533
の二つと同じ問題をStru...
ujihisa (Tatsuhiro Ujihisa)
05:17 PM Bug #1537 (Closed): The Feature of Hash#to_s was Changed
=begin
Applied in changeset r23605.
=end
nobu (Nobuyoshi Nakada)
05:00 PM Bug #1537 (Closed): The Feature of Hash#to_s was Changed
=begin
r23604で、Hash#to_sの仕様が以下のように変わりましたが、これは意図的なものですか?

[before] Hashの各keyとvalueをinspectしたものを{}内にまとめる
{'' => ...
ujihisa (Tatsuhiro Ujihisa)
10:07 AM Bug #1533 (Closed): Inconsistency Between Hash#to_s and Hash#inspect
=begin
Applied in changeset r23604.
=end
nobu (Nobuyoshi Nakada)
06:15 AM Bug #1533 (Closed): Inconsistency Between Hash#to_s and Hash#inspect
=begin
There is an inconsistency between Hash#to_s and Hash#inspect with respect to recursive data structures. For e...
runpaint (Run Paint Run Run)
09:33 AM Bug #1527 (Closed): 1.9 compilation fails on windows if you have the pthread library installed
=begin

=end
nobu (Nobuyoshi Nakada)
04:27 AM Bug #1527: 1.9 compilation fails on windows if you have the pthread library installed
=begin
thanks appears fixed.
=end
rogerdpack (Roger Pack)
08:10 AM Revision 08e914f3 (git): * struct.c (Init_Struct): made #to_s an alias to #inspect to
reduce the result of recursive struct. a patch from ujihisa at
[ruby-dev:38554].
git-svn-id: svn+ssh://ci.ruby-l...
nobu (Nobuyoshi Nakada)
08:08 AM Revision 2a6fb969 (git): * hash.c (Init_Hash): made #to_s an alias to #inspect to reduce
the result of recursive array. a patch from ujihisa at
[ruby-core:23601]. [ruby-dev:38555]
git-svn-id: svn+ssh:...
nobu (Nobuyoshi Nakada)
04:18 AM Bug #1532 (Closed): Improved matrix.rb [patch]
=begin
The fact that the 'matrix' library is included in Ruby is very helpful.
There are currently some open bugs,...
marcandre (Marc-Andre Lafortune)
04:17 AM Bug #1531 (Closed): Matrix#determinant fails on some matrices
=begin
ruby1.9 -r matrix -e 'Matrix[[0,1],[1,0]].determinant'
/usr/local/ruby191/lib/ruby/1.9.1/matrix.rb:685:in `...
marcandre (Marc-Andre Lafortune)
01:04 AM Revision 893349ca (git): * hash.c (rb_hash_inspect): rescurses with defined ID to get rid
of extra call. [ruby-core:23601]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23604 b2dd03c8-39d4-4d8f-98ff-8...
nobu (Nobuyoshi Nakada)
12:30 AM Revision 82f2e90d (git): * enum.c (collect_all): checks interrupts. [ruby-core:23594]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:19 AM Revision b45d7f93 (git): * ext/thread/thread.c (unlock_mutex_inner): fixed wrong variable.
a patch from Jeremy Kemper <jeremy AT bitsweat.net> at
[ruby-core:23592]. [ruby-core:23588]
git-svn-id: svn+ssh:...
nobu (Nobuyoshi Nakada)

05/28/2009

08:12 AM Bug #1527 (Feedback): 1.9 compilation fails on windows if you have the pthread library installed
=begin

=end
nobu (Nobuyoshi Nakada)
08:11 AM Bug #1527: 1.9 compilation fails on windows if you have the pthread library installed
=begin
I think it's fixed at r23601.
=end
nobu (Nobuyoshi Nakada)
07:46 AM Bug #1527 (Closed): 1.9 compilation fails on windows if you have the pthread library installed
=begin
how to recreate: download GCC 4.4 with pthreads from http://www.tdragon.net/recentgcc/ (the default)
build ...
rogerdpack (Roger Pack)
07:45 AM Bug #1368: ruby19 trunk (svn revision 23160) build fails compiling dl ext on win32
=begin
do you still get this error?
-=r
=end
rogerdpack (Roger Pack)
03:58 AM Bug #1523 (Closed): typo in sample/optparse/opttest.rb
=begin
Applied in changeset r23600.
=end
matz (Yukihiro Matsumoto)
02:25 AM Bug #1020: Matrix#rank loops in some circumstances
=begin
Similarly:

$ ruby1.8 -rmatrix -ve 'p Matrix[ [1, 2, 0, 3], [1, -2, 3, 0], [0, 0, 4, 8], [2, 4, 0, 6]...
runpaint (Run Paint Run Run)
01:58 AM Bug #1525: Deadlock in Ruby 1.9's VM caused by ConditionVariable.wait and fork?
=begin
It appears that this bug is OS X-specific. On Ubuntu 8.04 it behaves correctly: ruby 1.9.1p129 (2009-05-12 re...
hongli (Hongli Lai)
01:43 AM Bug #1525 (Closed): Deadlock in Ruby 1.9's VM caused by ConditionVariable.wait and fork?
=begin
The following code seems to cause a VM-wide deadlock on 1.9:

require 'thread'

lock = Mutex.ne...
hongli (Hongli Lai)

05/27/2009

10:39 PM Revision f0371f2f (git): * configure.in (THREAD_MODEL): reject unknown value and checks
pthread.h only when pthread. [ruby-core:23577]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23601 b2dd03c8-39...
nobu (Nobuyoshi Nakada)
06:48 PM Revision 62005d34 (git): * sample/optparse/opttest.rb: typo fixed. [ruby-dev:38544]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e matz (Yukihiro Matsumoto)
06:44 PM Revision 4f6bfb4a (git): * time.c (time_strftime): update RDoc according to info from
Marc-Andre Lafortune in [ruby-core:23575]. [ruby-core:23564]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2359...
matz (Yukihiro Matsumoto)
05:48 PM Revision 0fd221bd (git): * lib/uri: don't set @parser if it is DEFAULT_PARSER for marshaling
URI objects between Ruby 1.8 and Ruby 1.9.
[ruby-dev:38377]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23...
akr (Akira Tanaka)
04:31 PM Revision 7afe0c92 (git): * marshal.c (w_encoding): more compact encoding information for
US-ASCII and UTF-8. [incompatible] [experimental]
* marshal.c (r_ivar): restore :E encoding information.
git-svn-i...
matz (Yukihiro Matsumoto)
04:16 PM Revision 80ad1473 (git): * bignum.c (bigand_int): new function to calculate bignum and
fixnum without allocating internal bignum.
* bignum.c (bigor_int): ditto.
* bignum.c (bigxor_int): ditto.
* bignum...
matz (Yukihiro Matsumoto)
03:56 PM Revision 72f4e2c7 (git): * 2009-05-28
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:56 PM Revision 844a6890 (git): * st.c (st_insert2): new function with processing new key,
e.g. copy.
* hash.c (rb_hash_aset): use st_insert2() to reduce redundant
st_lookup calls.
git-svn-id: svn+ssh://c...
matz (Yukihiro Matsumoto)
02:00 PM Revision 51bf0388 (git): * parse.y (struct parser_params): lex_gets_ptr should be long.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:44 AM Revision 6fc35dff (git): * vm_dump.c (rb_vm_bugreport): no empty lines.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:47 AM Bug #1506 (Closed): irbで日本語を入力できない
=begin
Applied in changeset r23591.
=end
naruse (Yui NARUSE)
01:40 AM Bug #1506: irbで日本語を入力できない
=begin
いまいです。

From: Nobuhiro IMAI <redmine_at_ruby-lang.org>
Date: Sat, 23 May 2009 19:27:16 +0900

> irb(main...
no6v (Nobuhiro IMAI)
 

Also available in: Atom