[#38988] Re: [ruby-cvs:31575] Ruby:r24357 (trunk): * bootstraptest/runner.rb: made executable. — Yukihiro Matsumoto <matz@...>
まつもと ゆきひろです
[#38996] [Bug #1872] [ruby_1_8] Kernel#system doesn't work in forked process — Hidetoshi Nagai <redmine@...>
Bug #1872: [ruby_1_8] Kernel#system doesn't work in forked process
[#39006] [Bug #1787] URI ライブラリの正規表現パターン — Yui NARUSE <redmine@...>
チケット #1787 が更新されました。 (by Yui NARUSE)
[#39029] [bug:trunk] Re: [ruby-cvs:31633] Ruby:r24415 (trunk): * ext/digest/sha2/sha2.[ch]: Update to 1.0 RELEASE which fixes an — "U.Nakamura" <usa@...>
こんにちは、なかむら(う)です。
At Thu, 6 Aug 2009 14:07:19 +0900,
こんにちは、なかむら(う)です。
[#39035] [Bug #1904] cmp required? — Kazuhiro NISHIYAMA <redmine@...>
Bug #1904: cmp required?
[#39038] [Feature:1.9] How about IPAddr#<=> to take care of mask_addr? — Nobuhiro IMAI <nov@...>
いまいです。
いまいです。
いまいです。
[#39052] Fwd: [redmine4ruby-lang:253] [Bug #1914] ruby-1.9.1-p243 failed to build from source on aix 5.3 with gcc 4.2.0 — Yugui <yugui@...>
Redmine管理用プロジェクトに報告されてしまったので転送します。
金本と申します。
なかだです。
金本と申します。
[#39065] ChangeLog for r2004 (ruby-mode.el) — TAKAHASHI Kaoru <kaoru-ml@...>
高橋@TNTです。
[#39090] Re: [ruby-cvs:31774] Ruby:r24556 (trunk): * lib/date/format.rb: reverted. — "NARUSE, Yui" <naruse@...>
[email protected] wrote:
> これですが、[ruby-dev:39089]との事なので修正お願いします。
Tadayoshi Funaba wrote:
[#39096] Re: [ruby-cvs:31781] Ruby:r24563 (trunk): * numeric.c (flo_pow,fix_pow): may return complex number. — Yukihiro Matsumoto <matz@...>
まつもと ゆきひろです
[#39106] [Feature #1951] openのBOM指定拡張 — Yui NARUSE <redmine@...>
Feature #1951: openのBOM指定拡張
[#39107] [Bug #1952] cannot stop with Ctrl+C — Usaku NAKAMURA <redmine@...>
Bug #1952: cannot stop with Ctrl+C
こんにちは、なかむら(う)です。
まつもと ゆきひろです
こんにちは、なかむら(う)です。
まつもと ゆきひろです
[#39109] StopIteration#result — Tanaka Akira <akr@...>
StopIteration#result を新設するのはどうでしょう?
In article <[email protected]>,
まつもと ゆきひろです
[#39146] [Bug #1967] Segmentation fault at test_qsort1 and test_qsort2 in test/dl/test_func.rb running on sparc-solaris-2.10 — Naohisa Goto <redmine@...>
Bug #1967: Segmentation fault at test_qsort1 and test_qsort2 in test/dl/test_func.rb running on sparc-solaris-2.10
[#39148] [Bug #1969] irb will be stuck with long variable name with completion.rb — Yoshimasa Niwa <redmine@...>
Bug #1969: irb will be stuck with long variable name with completion.rb
[#39150] [Bug #1976] Errors in test/fileutils/test_fileutils.rb — Kazuhiro NISHIYAMA <redmine@...>
Bug #1976: Errors in test/fileutils/test_fileutils.rb
[#39152] [Bug #1977] test failed in test_isdigit in test/dl/test_func.rb on sparc-solaris-2.10 (64bit) — Naohisa Goto <redmine@...>
Bug #1977: test failed in test_isdigit in test/dl/test_func.rb on sparc-solaris-2.10 (64bit)
チケット #1977 が更新されました。 (by Aaron Patterson)
[#39167] [Bug #2000] Change the license to "GPLv2+ or Ruby's original". — Mamoru Tasaka <redmine@...>
Bug #2000: Change the license to "GPLv2+ or Ruby's original".
[#39183] defining {file,line,name} methods for each backtrace entry — "Akinori MUSHA" <knu@...>
バックトレースの各行は整形済み文字列になっていますが、それを
[#39184] URI.escape_component — "Akinori MUSHA" <knu@...>
JavaScript の escapeURIComponent() 相当の関数ってありましたっけ?
[#39193] Re: [ruby-cvs:31917] Ruby:r24699 (trunk): * lib/tmpdir.rb (Dir.mktmpdir): removed thread race condition. — Tanaka Akira <akr@...>
In article <[email protected]>,
なかだです。
In article <[email protected]>,
なかだです。
In article <[email protected]>,
まつもと ゆきひろです
なかだです。
In article <[email protected]>,
なかだです。
In article <[email protected]>,
小崎と申します
In article <[email protected]>,
[#39203] [Feature #2017] String#/(sep) — Yui NARUSE <redmine@...>
Feature #2017: String#/(sep)
[ruby-dev:39012] [Bug #1878] testrb can not execute tests in sub directory
Bug #1878: testrb can not execute tests in sub directory http://redmine.ruby-lang.org/issues/show/1878 起票者: Naohisa Goto ステータス: Open, 優先度: Normal ruby -v: ruby 1.9.2dev (2009-07-18 trunk 24186) [i686-linux] 1.9.2-preview1 の testrb コマンドがサブディレクトリのテストを実行できません。 $ ruby192 -v ruby 1.9.2dev (2009-07-18 trunk 24186) [i686-linux] $ mkdir test $ echo 'require "test/unit"; class A<Test::Unit::TestCase; def test_a; assert_match(/a/, "a"); end; end' > test/test_a.rb $ echo 'require "test/unit"; class B<Test::Unit::TestCase; def test_b; assert_match(/a/, "b"); end; end' > test/test_b.rb $ ls test test_a.rb test_b.rb $ testrb192 test test/test_a.rb: no such file to load -- test/test_a.rb test/test_b.rb: no such file to load -- test/test_b.rb Loaded suite test Started Finished in 0.000456 seconds. 0 tests, 0 assertions, 0 failures, 0 errors, 0 skips $ こんな感じで、サブディレクトリのテストを読んでくれません。 Ruby 1.9.1 ではもちろん成功します。 $ ruby191 -v ruby 1.9.1p243 (2009-07-16 revision 24175) [i686-linux] $ testrb191 test Loaded suite test Started .F Finished in 0.002952 seconds. 1) Failure: test_b(B) [/tmp/z2/test/test_b.rb:1]: Expected /a/ to match "b". 2 tests, 4 assertions, 1 failures, 0 errors, 0 skips (注: assertionsの数が多いのは既知の問題、1.9.2にて解決したはず。) ---------------------------------------- http://redmine.ruby-lang.org