Activity
From 05/07/2009 to 05/13/2009
05/13/2009
-
08:01 PM Bug #1465 (Closed): debug segmentation fault when starting RoR Webrick server
- =begin
>> kuba@ibm:~/myapruby -rdebug ./script/server
Debug.rb
Emacs support available.
./script/server:2:...
05/12/2009
-
10:25 PM Bug #1418 (Open): File.join repeats recursive array contents
- =begin
=end
-
10:20 PM Bug #1396 (Open): Kernel.sleep fails with some Float values
- =begin
=end
-
09:57 PM Bug #1322 (Open): define_method scope bug
- =begin
=end
-
09:37 PM Bug #1329 (Open): Ruby 1.8.8 で "p eval('0' + '+0.1'*n)" が Segmentation Fault を発生させる
- =begin
=end
-
07:41 PM Bug #1306 (Open): exception when exiting from IRB if test/unit is loaded
- =begin
=end
-
07:40 PM Bug #1306 (Closed): exception when exiting from IRB if test/unit is loaded
- =begin
Applied in changeset r23032.
=end
-
07:37 PM Bug #963 (Open): /opt/local/lib/ruby/1.8/drb/drb.rb:852:in `initialize': getaddrinfo: nodename nor servname provided, or not known (SocketError)
- =begin
=end
-
07:36 PM Bug #963 (Closed): /opt/local/lib/ruby/1.8/drb/drb.rb:852:in `initialize': getaddrinfo: nodename nor servname provided, or not known (SocketError)
- =begin
Applied in changeset r22996.
=end
-
07:31 PM Bug #1297 (Open): Pathname#subの挙動について
- =begin
=end
-
04:38 PM Bug #1464 (Closed): backport request to ruby_1_9_1
- =begin
=end
-
11:13 AM Bug #1464 (Closed): backport request to ruby_1_9_1
- =begin
r22822のバックポートを希望します。
現状でビルドは通るのですが、全exe,dll,soのリンク時に不要な警告が出るようになっています。
=end
-
03:51 PM Bug #1363: Wrong value for Hash of NaN
- =begin
Hi,
In message "Re: [ruby-core:23427] Re: [Bug #1363] Wrong value for Hash of NaN"
on Mon, 11 May 200... -
03:43 PM Feature #666: Enumerable::to_hash
- =begin
Hi,
In message "Re: [ruby-core:23298] Re: [Feature #666](Rejected) Enumerable::to_hash"
on Fri, 24 A... -
10:46 AM Bug #1459 (Third Party's Issue): x64-mswin64 ruby 1.9 binary package lack zlib.dll
- =begin
=end
-
02:58 AM Bug #1459 (Third Party's Issue): x64-mswin64 ruby 1.9 binary package lack zlib.dll
- =begin
The x64 windows binary package on the ftp lacsk a 64 bit zlib.dll, so commands like gem does not work. Unfort... -
01:10 AM Bug #1388: cygwin-1.7, gcc4-4.3, and ruby-1.9. make btest #236 test_io.rb Segmentation fault
- =begin
On 2009/05/01 0:57, neomjp neomjp wrote:
> CC=gcc-4 configure --program-suffix="-19" --disable-pthread
> ...
05/11/2009
-
10:57 PM Bug #1457 (Closed): Some grammar rules not terminated with semicolon;
- =begin
Applied in changeset r23393.
=end
-
02:48 PM Bug #1457 (Closed): Some grammar rules not terminated with semicolon;
- =begin
Hi,
Not really a bug.
I guess Bison forgives the omission of rule-terminating delimiters ...
... ... -
09:58 PM Bug #1363: Wrong value for Hash of NaN
- =begin
Yukihiro Matsumoto wrote:
> Hi,
>
> In message "Re: [ruby-core:23423] Re: [Bug #1363] Wrong value for Has... -
09:34 PM Bug #1363: Wrong value for Hash of NaN
- =begin
In order to prevent confusion in using NaN as hash key,
it would be better to raise an error like in Lua.
... -
09:21 PM Bug #1363: Wrong value for Hash of NaN
- =begin
Hi,
In message "Re: [ruby-core:23423] Re: [Bug #1363] Wrong value for Hash of NaN"
on Mon, 11 May 200... -
07:04 PM Bug #1363: Wrong value for Hash of NaN
- =begin
Hi,
At Wed, 8 Apr 2009 14:38:31 +0900,
Heesob Park wrote in [ruby-core:23154]:
> Ruby cannot handle NaN ... -
08:17 PM Feature #1377 (Closed): Please provide constant File::NOATIME
- =begin
Applied in changeset r23392.
=end
-
08:14 AM Feature #1377: Please provide constant File::NOATIME
- =begin
Hi,
In message "Re: [ruby-core:23418] [Feature #1377] Please provide constant File::NOATIME"
on Mon, ... -
07:15 AM Feature #1377: Please provide constant File::NOATIME
- =begin
How about this patch?
Index: io.c
===================================================================
... -
01:17 PM Bug #1456 (Closed): invalid $LOAD_PATH when configure with --program-suffix
- =begin
Applied in changeset r23390.
=end
-
07:09 AM Bug #1456 (Closed): invalid $LOAD_PATH when configure with --program-suffix
- =begin
configureに--program-suffix=-trunkをつけている環境で添付ライブラリのインストール先と$LOAD_PATHが一致していません。
% ruby-trunk -run -e 0
...
05/10/2009
-
09:35 PM Bug #1455 (Closed): compatability of rational and bigdecimal
- =begin
require "rational"
require "bigdecimal"
a=BigDecimal("3.2")
b=Rational(3,4)
b/a
--> TypeError: BigD... -
11:37 AM Bug #1453 (Closed): dl in ruby-1.9 must check whether block is given to TempFunction
- =begin
Applied in changeset r23386.
=end
-
09:45 AM Bug #1453 (Closed): dl in ruby-1.9 must check whether block is given to TempFunction
- =begin
以下のようにブロック付きで呼ぶべきところで呼ばないと落ちます。
$ cat d7.rb
require 'dl/import'
require 'dl/import'
module ... -
11:17 AM Bug #1452 (Closed): DL::CPtr.new doesn't check the type of the 3rd arg.
- =begin
Applied in changeset r23385.
=end
-
09:36 AM Bug #1452 (Closed): DL::CPtr.new doesn't check the type of the 3rd arg.
- =begin
DL::CPtr.new が引数の型をチェックせずいきなり構造体へキャストしてます。
パッチです。
$ svn diff cptr.c
Index: cptr.c
=============... -
10:47 AM Bug #1451 (Closed): dl in ruby-1.9 can't parse signatures correctly.
- =begin
Applied in changeset r23382.
=end
-
12:09 AM Bug #1451 (Closed): dl in ruby-1.9 can't parse signatures correctly.
- =begin
1.9 の dl の cparser.rb が空白があるシグネチャを正しくパースできません。
$ cat d7.rb
require 'dl/import'
module M
... -
07:37 AM Bug #1448: [patch] Proper handling of recursive arrays
- =begin
Oups, completely forgot to finish the hash part.
The problem was that I was not pairing hash1 with hash2 bu...
05/09/2009
-
08:42 PM Feature #1432: decrement and increment
- =begin
Hi,
In message "Re: [ruby-core:23405] Re: [Feature #1432] decrement and increment"
on Sat, 9 May 2009... -
12:33 PM Feature #1432: decrement and increment
- =begin
yeah ++ is the one I miss.
-=r
=end
-
07:42 PM Feature #1408: 0.1.to_r not equal to (1/10)
- =begin
to_r should provide exact conversion.
I think ruby may provide "rationalize" on common lisp or scheme.
bu... -
04:02 PM Bug #1448: [patch] Proper handling of recursive arrays
- =begin
Hi,
At Sat, 9 May 2009 11:47:53 +0900,
Marc-Andre Lafortune wrote in [ruby-core:23402]:
> The attached p... -
11:47 AM Bug #1448 (Closed): [patch] Proper handling of recursive arrays
- =begin
Dealing with recursive arrays & hashes can be tricky.
The current handling of recursive arrays is much i... -
01:38 PM Bug #1449 (Closed): [REXML] detected encoding isn't used correctly
- =begin
REXML::Source can detect source encoding by XML declaration. REXML::IOSource can also detect it but it's not ... -
11:17 AM Bug #1299 (Closed): Build failure on i586
- =begin
Applied in changeset r23371.
=end
05/08/2009
-
09:01 PM Bug #1299: Build failure on i586
- =begin
Attached patch seems to fix this problem.
=end
-
08:05 PM Bug #1299: Build failure on i586
- =begin
This happens if compiling with -D_FORTIFY_SOURCE=2 (default CFLAGS for Fedora I guess?) or -D_FORTIFY_SOURCE=... -
09:56 AM Bug #1445 (Assigned): win32 debug build broken
- =begin
r22689 needs to be backported.
=end
-
09:23 AM Bug #1445 (Closed): win32 debug build broken
- =begin
Compilation of ext/bigdecimal/bigdecimal.c fails when being compiled with nmake and debug flags.
Repro:... -
07:47 AM Bug #1438: dylib architecture error building 1.9.1-rc2 on osx10.5.6
- =begin
Thanks Nobu...
Seems like the lib in /usr/local/lib is arm... I believe the iPhone SDK installation (w/U...
05/07/2009
-
11:21 PM Bug #1442: indentation check and coverage for toplevel do not work
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38384] [Bug #1442](Open) indentation check and coverage for toplevel... -
10:56 PM Bug #1442 (Open): indentation check and coverage for toplevel do not work
- =begin
すみません、テストを追加したって意味で ChangeLog に ML 番号を
書いたら Close してしまいました。
修正はしていませんので Open にします。
=end
-
09:47 PM Bug #1442 (Closed): indentation check and coverage for toplevel do not work
- =begin
Applied in changeset r23362.
=end
-
09:26 PM Bug #1442 (Closed): indentation check and coverage for toplevel do not work
- =begin
遠藤です。
[ruby-dev:38050] を redmine に登録します。
-----
トップレベルのファイルに対してインデント対応チェックと coverage が
動きません。... -
04:47 PM Bug #1440 (Closed): Array#flatten!(0) should return nil, not self
- =begin
Applied in changeset r23361.
=end
-
03:42 PM Bug #1440 (Closed): Array#flatten!(0) should return nil, not self
- =begin
As per doc, flatten!(0) does not make modifications and should thus return nil.
[].flatten! # ==> n... -
02:34 PM Bug #1438 (Rejected): dylib architecture error building 1.9.1-rc2 on osx10.5.6
- =begin
=end
-
02:34 PM Bug #1438: dylib architecture error building 1.9.1-rc2 on osx10.5.6
- =begin
Hi,
At Thu, 7 May 2009 13:54:17 +0900,
Matthew Moss wrote in [ruby-core:23377]:
> 1. Is that really a le... -
01:54 PM Bug #1438: dylib architecture error building 1.9.1-rc2 on osx10.5.6
- =begin
Okay, if I change line 40 of enc.mk from:
LDFLAGS = -L. -L/usr/local/lib
to:
LDFLAGS = -L. -L/usr... -
12:39 PM Bug #1438: dylib architecture error building 1.9.1-rc2 on osx10.5.6
- =begin
Perhaps, but I'm just running 'make', not linking in that specifically. Or is that what --prefix=/usr/local i... -
11:13 AM Bug #1438: dylib architecture error building 1.9.1-rc2 on osx10.5.6
- =begin
Are you sure you don't want to link against /usr/lib/libstdc++.dylib instead? Apparently the one is /usr/loc... -
05:55 AM Bug #1438 (Rejected): dylib architecture error building 1.9.1-rc2 on osx10.5.6
- =begin
Attempting to build 1.9.1-rc2 on osx 10.5.6 in the following manner:
./configure --prefix=/usr/local --p... -
02:27 PM Bug #1439 (Closed): Array#sample returns wrong results for negative argument
- =begin
Applied in changeset r23359.
=end
-
12:27 PM Bug #1439 (Closed): Array#sample returns wrong results for negative argument
- =begin
$ ruby1.9 -v -e "p [1,2].sample(-1)"
ruby 1.9.2dev (2009-05-06 trunk 23352) [i386-darwin9.6.0]
[1, 2, fal... -
02:23 PM Bug #1433: test_sprintf_p fails
- =begin
成瀬です。
(2009/05/07 11:48), U.Nakamura さんは書きました:
> こんにちは、なかむら(う)です。
>
> In message "[ruby-dev:38374] [Bug... -
11:48 AM Bug #1433: test_sprintf_p fails
- =begin
こんにちは、なかむら(う)です。
In message "[ruby-dev:38374] [Bug #1433] test_sprintf_p fails"
on May.05,2009 09:52:... -
02:03 PM Bug #1388: cygwin-1.7, gcc4-4.3, and ruby-1.9. make btest #236 test_io.rb Segmentation fault
- =begin
Hi,
At Fri, 1 May 2009 00:57:41 +0900,
neomjp neomjp wrote in [ruby-core:23340]:
> Conficting part is _l...
Also available in: Atom