[#42735] [Ruby 1.9-Feature#4147][Open] Array#sample で重みを指定したい — Yoji Ojima <redmine@...>

Feature #4147: Array#sample で重みを指定したい

52 messages 2010/12/10
[#42791] [Ruby 1.9-Feature#4147][Assigned] Array#sample で重みを指定したい — Shyouhei Urabe <redmine@...> 2010/12/18

チケット #4147 が更新されました。 (by Shyouhei Urabe)

[#42800] Re: [Ruby 1.9-Feature#4147][Assigned] Array#sample で重みを指定したい — Masaya TARUI <tarui@...> 2010/12/19

> じゃあ反対ないので実装はともかく、この仕様は基本入れる方向で考えましょう。反対の人は意思表示お早めに。

[#42763] [Ruby 1.9-Bug#4159][Open] test_block_variables(TestRipper::ParserEvents) が失敗する — Kouhei Yanagita <redmine@...>

Bug #4159: test_block_variables(TestRipper::ParserEvents) が失敗する

8 messages 2010/12/14

[#42894] [Ruby 1.8-Feature#4207][Open] これから「1.8.8」の話をしよう -- 1.8がこの先生きのこるには — Shyouhei Urabe <redmine@...>

Feature #4207: これから「1.8.8」の話をしよう -- 1.8がこの先生きのこるには

24 messages 2010/12/26
[#42935] Re: [Ruby 1.8-Feature#4207][Open] これから「1.8.8」の話をしよう -- 1.8がこの先生きのこるには — Kenta Murata <muraken@...> 2011/01/04

むらたです。

[#42936] Re: [Ruby 1.8-Feature#4207][Open] これから「1.8.8」の話をしよう -- 1.8がこの先生きのこるには — Kenta Murata <muraken@...> 2011/01/05

むらたです。

[ruby-dev:42758] [Ruby 1.9-Bug#4157][Open] test_pty で、たまに出る Failure

From: Makoto Kishimoto <redmine@...>
Date: 2010-12-14 08:16:37 UTC
List: ruby-dev #42758
Bug #4157: test_pty で、たまに出る Failure
http://redmine.ruby-lang.org/issues/show/4157

起票者: Makoto Kishimoto
ステータス: Open, 優先度: Low
ruby -v: ruby 1.9.3dev (2010-12-14 trunk 30206) [x86_64-freebsd8.2]

amd64 FreeBSD8 でも #4121 が起きることがあるのですが、
while で $ while make test-all TESTS="test_pty.rb" ; do : ; done のように実行していると、他の Failure がたまに起きます。
以下のように、どれも、期待した文字列の代わりに nil が返っています。

  1) Failure:
test_argv0(TestPTY) [/export/home/ksmakoto/ruby-git/test/test_pty.rb:45]:
<"bar\r\n"> expected but was
<nil>.

  1) Failure:
test_commandline(TestPTY) [/export/home/ksmakoto/ruby-git/test/test_pty.rb:36]:
<"foo\r\n"> expected but was
<nil>.

  1) Failure:
test_spawn_with_block(TestPTY) [/export/home/ksmakoto/ruby-git/test/test_pty.rb:26]:
<"b\r\n"> expected but was
<nil>.

  1) Failure:
test_spawn_without_block(TestPTY) [/export/home/ksmakoto/ruby-git/test/test_pty.rb:19]:
<"a\r\n"> expected but was
<nil>.


----------------------------------------
http://redmine.ruby-lang.org

In This Thread

Prev Next