[#41918] [Feature #3647] Array#sample(n, replace=false) — Kenta Murata <redmine@...>

Feature #3647: Array#sample(n, replace=false)

11 messages 2010/08/03

[#41966] [Bug #3673] PTY.getpty with IO.pipe doesn't finish on FreeBSD — Yui NARUSE <redmine@...>

Bug #3673: PTY.getpty with IO.pipe doesn't finish on FreeBSD

9 messages 2010/08/10

[#41969] [Feature #3675] String#prepend, String#>> — Sora Harakami <redmine@...>

Feature #3675: String#prepend, String#>>

15 messages 2010/08/10
[#41976] Re: [Feature #3675] String#prepend, String#>> — Yukihiro Matsumoto <matz@...> 2010/08/10

まつもと ゆきひろです

[#41974] Re: [ruby-cvs:36157] Ruby:r28955 (trunk): * complex.c (nucomp_to_[ifr]): don't allow complex with in-exact — Yukihiro Matsumoto <matz@...>

まつもと ゆきひろです

7 messages 2010/08/10

[#42003] WEBrickに関するセキュリティ修正 (CVE-2010-0541) — Hideki Yamane <henrich@...>

12 messages 2010/08/11

[#42090] Math::atan2(0, 0) on ruby 1.9.2 — KUBO Takehiro <kubo@...>

久保です。

18 messages 2010/08/22
[#42092] Re: Math::atan2(0, 0) on ruby 1.9.2 — Kenta Murata <muraken@...> 2010/08/22

むらたです。

[#42166] Ruby'sライセンスの、BSDLとのデュアルライセンスへの変更 — "NARUSE, Yui" <naruse@...>

Ruby's ライセンスは BSDL と Ruby's のデュアルライセンスになります。

14 messages 2010/08/31

[ruby-dev:42079] Re: [ruby-cvs:36248] Ruby:r29048 (trunk): * backport r28621 and r28632 from ruby_1_8;

From: "NARUSE, Yui" <naruse@...>
Date: 2010-08-19 08:59:21 UTC
List: ruby-dev #42079
このコミットで OpenSSL のテスト失敗が増えています。

あと、先に trunk にコミットして、それを ruby_1_8 にマージするようにしてくださいませんか。

2010/8/19  <nahi@ruby-lang.org>:
> nahi    2010-08-19 17:22:31 +0900 (Thu, 19 Aug 2010)
>
>  New Revision: 29048
>
>  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=29048
>
>  Log:
>    * backport r28621 and r28632 from ruby_1_8;
>
>              * ext/openssl/ossl_config.c, ext/openssl/lib/openssl/config.rb,
>                ext/openssl/lib/openssl.rb: reimplement OpenSSL::Config in Ruby.
>                Now it should work on windows.
>
>              * test/openssl/test_config.rb: added tests for OpenSSL::Config#dup.
>
>              * test/openssl/test_config.rb: added tests for Config#clone.

  1) Failure:
test_add_value(OpenSSL::TestConfig)
[/home/naruse/ruby/test/openssl/test_config.rb:214]:
<"[ default ]\nfoo=bar\n\n"> expected but was
<"">.

  2) Failure:
test_clone(OpenSSL::TestConfig)
[/home/naruse/ruby/test/openssl/test_config.rb:284]:
Failed assertion, no message given.

  3) Failure:
test_dup(OpenSSL::TestConfig)
[/home/naruse/ruby/test/openssl/test_config.rb:276]:
Failed assertion, no message given.

  4) Failure:
test_each(OpenSSL::TestConfig)
[/home/naruse/ruby/test/openssl/test_config.rb:247]:
<4> expected but was
<0>.

  5) Failure:
test_freeze(OpenSSL::TestConfig)
[/home/naruse/ruby/test/openssl/test_config.rb:270]:
[TypeError, /frozen/] exception expected, not
Class: <RuntimeError>
Message: <"can't modify frozen OpenSSL::Config">
---Backtrace---
/home/naruse/ruby/test/openssl/test_config.rb:271:in `[]='
/home/naruse/ruby/test/openssl/test_config.rb:271:in `block in test_freeze'
---------------

  6) Failure:
test_initialize_with_empty_file(OpenSSL::TestConfig)
[/home/naruse/ruby/test/openssl/test_config.rb:137]:
<"[ default ]\n\n"> expected but was
<"">.

  7) Failure:
test_initialize_with_example_file(OpenSSL::TestConfig)
[/home/naruse/ruby/test/openssl/test_config.rb:142]:
<["CA_default", "ca", "default"]> expected but was
<[]>.

  8) Failure:
test_s_load(OpenSSL::TestConfig)
[/home/naruse/ruby/test/openssl/test_config.rb:123]:
<"[ default ]\n\n"> expected but was
<"">.

  9) Failure:
test_s_parse(OpenSSL::TestConfig)
[/home/naruse/ruby/test/openssl/test_config.rb:30]:
<"[ default ]\n\n"> expected but was
<"">.

 10) Failure:
test_s_parse_format(OpenSSL::TestConfig)
[/home/naruse/ruby/test/openssl/test_config.rb:62]:
<["default", "default1  default2", "doller", "emptysection", "foo",
"foo\\bar"]> expected but was
<[]>.

 11) Failure:
test_sections(OpenSSL::TestConfig)
[/home/naruse/ruby/test/openssl/test_config.rb:202]:
<["CA_default", "ca", "default"]> expected but was
<[]>.

 12) Failure:
test_to_s(OpenSSL::TestConfig)
[/home/naruse/ruby/test/openssl/test_config.rb:256]:
<"[ default ]\n\n[ empty ]\n\n"> expected but was
<"">.

 13) Error:
test_eof_0(OpenSSL::TestEOF1):
OpenSSL::SSL::SSLError: SSL_read:: internal error
    /home/naruse/obj/ruby/.ext/common/openssl/buffering.rb:36:in `sysread'
    /home/naruse/obj/ruby/.ext/common/openssl/buffering.rb:36:in `fill_rbuff'
    /home/naruse/obj/ruby/.ext/common/openssl/buffering.rb:68:in `read'
    /home/naruse/ruby/test/ruby/ut_eof.rb:8:in `block in test_eof_0'
    /home/naruse/ruby/test/openssl/test_pair.rb:69:in `open_file'
    /home/naruse/ruby/test/ruby/ut_eof.rb:5:in `test_eof_0'

-- 
NARUSE, Yui
naruse@airemix.jp

In This Thread

Prev Next