Activity
From 02/18/2011 to 02/24/2011
02/24/2011
-
11:51 PM Bug #4444 (Closed): Windowsプラットフォームでtest_parallel.rbがエラー
- =begin
c:\ruby\trunk\build>nmake test-all TESTS="-v ../test/testunit/test_parallel.rb"
Microsoft(R) Program Ma... -
11:45 PM Bug #4442 (Rejected): odd evaluation order in a multiple assignment
- =begin
=end
-
11:27 PM Bug #4442 (Rejected): odd evaluation order in a multiple assignment
- =begin
遠藤です。core に投げてしまったようなので登録し直し。
Ruby は左から右に評価が進むと信じていたのですが、多重代入で裏切られました。
def foo
p :foo
[]
... -
11:28 PM Bug #4443 (Closed): odd evaluation order in a multiple assignment
- 遠藤です。core に投げてしまったようなので登録し直し。
Ruby は左から右に評価が進むと信じていたのですが、多重代入で裏切られました。
```ruby
def foo
p :foo
[]
... -
11:23 PM Bug #4441 (Closed): test
- =begin
this is test. sorry.
=end
-
11:05 PM Bug #4440 (Closed): odd evaluation order in a multiple assignment
- =begin
遠藤です。
Ruby は左から右に評価が進むと信じていたのですが、多重代入で裏切られました。
def foo
p :foo
[]
end
def bar
p :... -
10:21 PM Bug #4439 (Closed): TestBeginEndBlock#test_should_propagate_signaled が必ず1度失敗する
- =begin
% make test-all TESTS="-v test/ruby/test_beginendblock.rb -j2"
のように、test_beginendblock.rbを並列実行すると
----... -
09:09 PM Revision ba1de001 (git): * common.mk (love): make ruby, not war.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30956 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:10 PM Bug #4438 (Closed): rescue args type check omitted
- =begin
Rescue arg must be class or module in 1.8. 1.9 looks to ignore when it's not a class or module.
Is this ex... -
03:46 PM Feature #4168: WeakRef is unsafe to use in Ruby 1.9
- =begin
Progress:
I've implemented gc_api.[ch] source patches for MRI 1.9, 1.8.7 and REE 1.8.7 2011.02 and moved the ... -
02:55 PM Bug #4433 (Assigned): parallel_test中workerがrequireのwrong argument type StringIO (expected File) (TypeError)で落ちる
- =begin
=end
-
02:03 PM Revision dbf88981 (git): * ext/openssl/ossl_hmac.c: parenthesize macro arguments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30955 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:53 PM Revision 18f39f4e (git): * common.mk (love): for the birthday.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30954 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:51 PM Revision 4acc6131 (git): * vm.c (ruby_vm_destruct): run vm exit hooks after all objects are
- destructed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30953 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:51 PM Revision d3b2d870 (git): * ChangeLog: style fix.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30952 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:08 PM Bug #4437: Hash does not match character read from file via IO#getc
- =begin
Oops -- my little program was included in the description, but that didn't seem to work out very well, so I'm ... -
11:58 AM Bug #4437 (Rejected): Hash does not match character read from file via IO#getc
- Run this little program, and observe that the single-character read from a file does not match a hash key as it shoul...
-
05:43 AM Revision 54168739 (git): * ChangeLog(vim): Modeline for vim
- * ChangeLog: Fix my syntax misses.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30951 b2dd03c8-39d4-4d8f-98ff-8... -
05:23 AM Bug #3972: r28668 breaks test/unit when combined with the testing rake task
- =begin
On Tue, Feb 22, 2011 at 11:39:20PM +0900, Tomoyuki Chikanaga wrote:
> Issue #3972 has been updated by Tomoyu... -
04:47 AM Revision 0695a5aa (git): * common.mk: Use $RUNRUBY for worker process.
- * lib/test/unit.rb: Fix bug.
* lib/test/unit.rb: @options[:ruby](@opts[:ruby]) is now Array.
* test/testunit/parallel... -
04:19 AM Bug #4436 (Closed): FileUtils verbose mode prints output to stderr
- =begin
I'm using a plugin in a Ruby on Rails application that uses FileUtils's cp_r method to copy files into place ... -
03:16 AM Bug #4435 (Third Party's Issue): Step over/step into extend statement causes bus error in ruby 1.9.2p180
- =begin
This happened while debugging rsolr-ext, running 'Debug "all specs in: spec" from RubyMine 3.0.1.
To repro... - 01:08 AM Revision cc61e921 (git): * 2011-02-24
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30949 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:08 AM Revision e9c22a6f (git): * test/testunit/tests_for_parallel/misc.rb: Fix bug in r30947.
- * lib/test/unit.rb, lib/test/unit/assertions.rb: For this test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30...
02/23/2011
-
11:17 PM Bug #4434 (Feedback): make test-all "-j10000" のように大きな並列数を与えると異常終了
- =begin
% make test-all TESTS="-j10000"
./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- ".... -
10:51 PM Bug #4433 (Closed): parallel_test中workerがrequireのwrong argument type StringIO (expected File) (TypeError)で落ちる
- =begin
trunkのmake TESTS='-j4 -v'で
TestRDocTopLevel#test_name = 0.08 s = .
/Users/sorah/git/ruby/ruby/lib/rubygems... -
08:43 PM Bug #4429 (Closed): test
- =begin
=end
-
05:09 PM Bug #4429 (Closed): test
- =begin
これは redmine.ruby-lang.org 更新のためのテスト送信です。このあと何通かメールを送るかも知れません。ご容赦ください。
=end
-
08:43 PM Bug #4430 (Closed): 新型redmine.ruby-lang.orgのテスト
- =begin
=end
-
06:51 PM Bug #4430: 新型redmine.ruby-lang.orgのテスト
- =begin
yuguiです。
メーラーからの返信のテストをします。
--
Yuki Sonoda (Yugui)
[email protected]
http://yugui.jp
=end
-
06:42 PM Bug #4430: 新型redmine.ruby-lang.orgのテスト
- =begin
テスト
=end
-
06:39 PM Bug #4430: 新型redmine.ruby-lang.orgのテスト
- =begin
テスト
=end
-
06:38 PM Bug #4430: 新型redmine.ruby-lang.orgのテスト
- =begin
test
=end
-
06:37 PM Bug #4430: 新型redmine.ruby-lang.orgのテスト
- =begin
テスト
=end
-
06:29 PM Bug #4430: 新型redmine.ruby-lang.orgのテスト
- =begin
テスト
=end
-
06:27 PM Bug #4430: 新型redmine.ruby-lang.orgのテスト
- =begin
テスト
=end
-
06:21 PM Bug #4430: 新型redmine.ruby-lang.orgのテスト
- =begin
テスト
=end
-
06:15 PM Bug #4430 (Closed): 新型redmine.ruby-lang.orgのテスト
- =begin
再びテスト
=end
-
08:42 PM Bug #4431 (Closed): redmine.ruby-lang.org更改のためのテスト送信
- =begin
=end
-
06:54 PM Bug #4431 (Closed): redmine.ruby-lang.org更改のためのテスト送信
- =begin
お騒がせしております。yuguiです。
これはredmine.ruby-lang.orgへのissue登録のためのテスト送信です。
--
Yuki Sonoda (Yugui)
yugui... -
02:08 PM Revision 48fa6ed5 (git): * test/testunit/test_parallel.rb, test/testunit/parallel/*:
- Test for r30939.
* lib/test/unit.rb: For test.
* lib/test/parallel.rb: For test.
* lib/test/unit/testcase.rb: For tes... -
01:05 PM Revision 92729ad4 (git): * ext/openssl/ossl_engine.c: parenthesize macro arguments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:19 AM Bug #4405: WIN32OLE & Threads incompatible
- =begin
It does seem to work all right with jruby.
=end
-
01:12 AM Bug #4418: OpenSSL::PKey::DH#public_key
- =begin
Hi, Martin
Your fix is appropriate.
However, I feel no one needs this (copying only
parameters and ... -
12:39 AM Bug #3277: win32ole cannot print?
- =begin
Thanks. Seems to work well now (ruby 1.9.3dev (2011-02-18 trunk 30894) [i386-mingw32] )
=end
-
12:27 AM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
- =begin
成瀬です。
(2011/02/22 23:47), Kouhei Sutou wrote:
>> 出力のエンコーディングは Windows-31J だけど名乗りは Shift_JIS にさせたい
>> という... -
12:04 AM Revision fb2f540a (git): Fix type of arguments in debug prints.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30945 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:04 AM Revision 0e8a6353 (git): * 2011-02-23
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:04 AM Revision d78e45e0 (git): Show encoding of compiling regexp.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30943 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
02/22/2011
-
11:47 PM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
- =begin
須藤です。
In <[email protected]>
"[ruby-dev:43248] Re: [Ruby 1.9-Bug#3990][Closed] tests of rexml... -
11:32 PM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
- =begin
成瀬です。
(2011/02/22 22:12), Kouhei Sutou wrote:
> In <[email protected]... -
10:12 PM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
- =begin
須藤です。
あとでまた考えるのですが、今、考えていることをメモがわりに送っ
ておきます。
In <[email protected]... -
06:14 PM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
- =begin
成瀬です。
2011年2月21日22:50 Kouhei Sutou <[email protected]>:
> XMLDecl#encoding は String であるべき
>
> というよりは、
... -
11:39 PM Bug #3972: r28668 breaks test/unit when combined with the testing rake task
- =begin
Hi,
After r30913, make test-all output warning and testunit message in test_rake_integration.rb like fol... -
08:57 PM Bug #4426 (Closed): rubygems/test_gem_gemcutter_utilities.rb fails
- =begin
When run make RUBYOPT=-w TESTS='-v rubygems/test_gem_gemcutter_utilities.rb' test-all, it fails as following... -
02:16 PM Revision 8f1430d0 (git): * lib/test/unit.rb: Fix --ruby option doesn't effect.
- * lib/test/unit.rb: Fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30942 b2dd03c8-39d4-4d8f-98ff-823fe6... -
12:39 PM Revision b7af3f6f (git): * ext/openssl/ossl_digest.c: parenthesize macro arguments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30941 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:37 PM Feature #4415 (Closed): Rubyのtest-allを並列化するパッチが完成しました
- =begin
This issue was solved with changeset r30939.
Shota, thank you for reporting this issue.
Your contribution t... -
12:07 PM Bug #4417 (Assigned): OpenSSL::Buffering#each_byte がブロックに文字をStringで渡している
- =begin
たしかに。
以下のような感じですかね。
--- a/ext/openssl/lib/openssl/buffering.rb
+++ b/ext/openssl/lib/openssl/bufferi... -
09:45 AM Bug #4418 (Assigned): OpenSSL::PKey::DH#public_key
- =begin
=end
-
08:46 AM Bug #4418: OpenSSL::PKey::DH#public_key
- =begin
Hi,
I had been doing some work in this area, so I looked into this. The problem
is that DH parameters... -
09:45 AM Bug #4420 (Assigned): OpenSSL::X509::Request#to_der で RequestError ではなく CertificateError が発生する
- =begin
=end
-
01:44 AM Bug #4420 (Closed): OpenSSL::X509::Request#to_der で RequestError ではなく CertificateError が発生する
- =begin
OpenSSL::X509::Request#to_der の実体(ext/openssl/ossl_x509req.c:ossl_x509req_to_der)
でOpenSSL::X509::Certific... -
09:45 AM Feature #4423 (Assigned): [ext/openssl] Allow encryption for PEM-encoding Elliptic Curve private keys
- =begin
=end
-
08:36 AM Feature #4423 (Closed): [ext/openssl] Allow encryption for PEM-encoding Elliptic Curve private keys
- =begin
There has already been some #if 0-excluded code that would actually
take care of this, but it has not been... -
09:45 AM Bug #4422 (Assigned): [ext/openssl] Fix DSA public key PEM encoding
- =begin
=end
-
08:25 AM Bug #4422 (Closed): [ext/openssl] Fix DSA public key PEM encoding
- =begin
Related to http://redmine.ruby-lang.org/issues/show/4421.
The difference is that DSA already uses the "... -
09:44 AM Bug #4421 (Assigned): [ext/openssl] Fix RSA public key encoding
- =begin
=end
-
08:18 AM Bug #4421 (Closed): [ext/openssl] Fix RSA public key encoding
- =begin
When calling RSA#to_der and RSA#to_pem on RSA public keys, they currently
get encoded using i2d_RSAPublicK... -
09:43 AM Bug #4416 (Assigned): OpenSSL::SSL::Session#session_new_cb
- =begin
=end
-
09:42 AM Bug #4419 (Assigned): ext/openssl のコメントが正しくない
- =begin
=end
-
12:17 AM Bug #4419 (Closed): ext/openssl のコメントが正しくない
- =begin
ext/openssl でいくつかコメントが間違っていると思われる所があるのでパッチを添付します。
=end
-
09:20 AM Feature #4424 (Closed): [ext/openssl] Allow public/private key creation from arbitrary data
- =begin
There is a public funtion in PKey that allowed to read arbitrary
private keys from a file regardless of th... -
06:13 AM Bug #4149 (Closed): Documentation submission: syslog standard library
- =begin
I applied my version of your patch which uses label lists. Thank you for your work!
=end
-
05:35 AM Revision 06aeddaf (git): * lib/test/unit.rb: Fix merging miss.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30940 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:29 AM Bug #3660: Trace events seem to be missing
- =begin
This isn't actually a problem with "-rtracer" not turning Tracer.on, it's that it does output, but outputs fa... -
03:36 AM Revision a790bd0b (git): * lib/test/unit.rb: Add new options; --jobs,-j,--ruby,--jobs-status,
- --no-retry.
[Feature #4415] [ruby-dev:43226],[ruby-dev:43222],[ruby-core:35294]
* lib/test/unit/parallel.rb: Used a...
02/21/2011
-
11:45 PM Bug #4418 (Rejected): OpenSSL::PKey::DH#public_key
- =begin
OpenSSL::PKey::DH#public_key がその名前に反して DH パラメータのみを複製して返しています。
require 'openssl'
dh = OpenSSL::PKey::... -
11:22 PM Bug #4417 (Closed): OpenSSL::Buffering#each_byte がブロックに文字をStringで渡している
- =begin
現状では Ruby 1.9.x では OpenSSL::Buffering#each_byte は、渡されたブロックに String オブジェクトを
(1文字づつ)渡しています。
しかし IO#each... -
10:53 PM Bug #4416 (Closed): OpenSSL::SSL::Session#session_new_cb
- =begin
SSL_CTX_sess_set_new_cb で渡すコールバックの返り値は、
「0 を返すと新しく作られた SSL_SESSION のリファレンスカウンタの
値を減らし(て SSL_SESSION を解放し... -
10:50 PM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
- =begin
須藤です。
ここ1,2ヶ月は手をつけられそうなので、今、考えている分だけ書
いておきます。
In <[email protected]>
"[ruby-dev:42618] Re... -
10:33 PM Feature #4415: Rubyのtest-allを並列化するパッチが完成しました
- =begin
ふむ。では修正してから取りこみます。
2011/2/21 Kouhei Sutou <[email protected]>:
> 水を差すようで申し訳ないのですが、a, b, xなどの名前に意味の
> ない変数... -
10:27 PM Feature #4415: Rubyのtest-allを並列化するパッチが完成しました
- =begin
あ、ありがとうございます!
これから出てくるバグに備えて、lib/test/*のメンテナにも立候補したいと思います。
2011/2/21 Yukihiro Matsumoto <matz@ruby-lang... -
10:23 PM Feature #4415: Rubyのtest-allを並列化するパッチが完成しました
- =begin
須藤です。
In <[email protected]>
"[ruby-dev:43226] [Ruby 1.9-Feature#441... -
10:17 PM Feature #4415: Rubyのtest-allを並列化するパッチが完成しました
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:43226] [Ruby 1.9-Feature#4415][Open] Rubyのtest-allを並列化するパッチが完成しました"
... -
10:09 PM Feature #4415 (Closed): Rubyのtest-allを並列化するパッチが完成しました
- =begin
# [ruby-dev:43222] の続きです。経緯などはそちらを参照していただければと思います。
パッチが完成したのでチケットを作成しました。
まつもとさんは[ruby-dev:43224]で「... -
09:13 PM Revision a6fcf3e5 (git): Apply documentation patch from mathew murphy. [Bug #4149]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:09 PM Revision 7b494b09 (git): * ext/psych/lib/psych.rb: increase Psych to 1.1.0 for help with
- debugging.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30937 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:09 PM Revision 4ed82ae5 (git): * ext/psych/lib/psych/streaming.rb: refactor streaming methods to a
- module.
* ext/psych/lib/psych/stream.rb: extracted streaming specific methods
to a module.
* ext/psych/lib/psych/js... -
06:09 PM Revision 10ec858f (git): should have used anchor, not oid
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30935 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:42 PM Revision 88014ea8 (git): * 2011-02-22
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30934 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:42 PM Revision 846b8118 (git): * ext/psych/lib/psych/visitors/yaml_tree.rb (accept): use Hash#key?
- when looking up object references to err on the side of cache
misses.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/... -
03:09 PM Feature #4414: Addition to String.split
- =begin
Your proposal seems valid, because current String#split only accept arguments whose first argument has to_str... -
01:51 PM Feature #4414 (Rejected): Addition to String.split
- =begin
I'm wondering whether the following feature is acceptable before I work on a patch:
When String.split i... -
02:44 AM Bug #4413 (Rejected): Segmentation fault when using deliver for GMAIL SMTP
- =begin
Hi,
First of all please advise me if I make any mistakes in this post. I've done ruby and rails for abo... -
02:00 AM Revision 8b5a3b7d (git): * ext/psych/lib/psych/json/yaml_events.rb: refactoring JSON event
- handling methods to a module for reuse.
* ext/psych/lib/psych/json/tree_builder.rb: AST builder uses JSON
event met... -
01:56 AM Revision 6f37c467 (git): * ext/psych/lib/psych/json/stream.rb: do not emit custom tags in maps
- or sequences when emitting JSON.
* ext/psych/lib/psych/json/tree_builder.rb: do not emit custom tags in
sequences w... -
01:49 AM Revision 816c7900 (git): moving autoload to require so that the correct files are required
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:45 AM Feature #4412 (Closed): [ext/openssl] Create Digest by OID
- =begin
Currently it is not possible to create a Digest instance by using
the OID instead of the name (sn or ln).... -
01:06 AM Revision 73af8137 (git): * ext/psych/lib/psych/json/ruby_events.rb: DRY up ruby event handling
- for JSON.
* ext/psych/lib/psych/visitors/json_tree.rb: use ruby events module
* ext/psych/lib/psych/json/stream.rb: d... -
01:02 AM Revision 6673f4e8 (git): * ext/psych/lib/psych/json/stream.rb: fix JSON stream emits to use
- double quotes during stream.
* test/psych/json/test_stream.rb: tests to reflect changes.
git-svn-id: svn+ssh://ci.ru...
02/20/2011
- 03:39 PM Revision 39160bd4 (git): * 2011-02-21
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:39 PM Revision deeda1ca (git): * test/ruby/test_system.rb (TestSystem#test_system_at):
- add testcase for bug4396.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30926 b2dd03c8-39d4-4d8f-98ff-823fe69b... -
10:59 AM Revision 408a903c (git): * ext/openssl/ossl_cipher.c: parenthesize macro arguments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30925 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:09 AM Bug #4373 (Rejected): http.rb:677: [BUG] Segmentation fault
- =begin
=end
-
01:27 AM Bug #4373: http.rb:677: [BUG] Segmentation fault
- =begin
Just an update. I uninstalled any variation of macport postgresql and openssl, via:
sudo port uninstall ... -
07:26 AM Revision c4cc4d31 (git): * thread.c (exec_recursive): prevent temporary objects from GC.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:26 AM Revision 43055ad2 (git): * property.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30923 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:23 AM Revision e7c0a6e1 (git): * prevent temporary objects from GC, and should not use
- RSTRING_PTR() for function calls since it evaluates the argument
a couple of times.
git-svn-id: svn+ssh://ci.ruby-... -
07:22 AM Revision 4ab39d22 (git): * file.c (rb_file_flock): use rb_thread_io_blocking_region for the
- time being.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30921 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
02/19/2011
-
10:54 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
- =begin
Ok, I have pinpointed the problem. I do not need to move /opt. To diagnose this, I created a new rails app. I... -
09:34 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
- =begin
On 19 February 2011 03:08, Christian Fazzini <[email protected]> wrote:
> Issue #4373 has been updated b... -
11:08 AM Bug #4373: http.rb:677: [BUG] Segmentation fault
- =begin
Benoit, I'll go through those steps you suggested.
By the way, is 1.9.3 safe to use in production? Any r... -
06:38 AM Bug #4373: http.rb:677: [BUG] Segmentation fault
- =begin
On 6 February 2011 18:43, Christian Fazzini <[email protected]> wrote:
> Issue #4373 has been updated by... - 08:44 PM Revision 4f00a27f (git): lib/minitest/*.rb: Imported minitest 2.0.2 r6207
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:14 PM Revision df52785d (git): * signal.c (sig_trap): avoid pthread_sigmask(xx, &mask, &mask) usage
- because FreeBSD don't permit it. If it's used, it behave as
pthread_sigmask(xx, NULL, &mask).
* signal.c (init_sig... - 03:47 PM Revision 4250c745 (git): * 2011-02-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:47 PM Revision 1343f8c5 (git): * ext/openssl/ossl_bn.c: parenthesize macro arguments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30917 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:41 PM Revision e3cc8344 (git): * vm_insnhelper.c (vm_check_if_namespace): guard temporary object
- from GC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:43 PM Revision 84b96e1b (git): Fix tests.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:50 AM Bug #4408: Net::SSH connections are subject to plaintext recovery due to lack of CTR mode
- =begin
The Cipher class uses the OpenSSL EVP API, but if you look in the file evp.h in all available OpenSSL version... -
08:57 AM Bug #4410: Install fails with missing readline.so in fileutils.rb
- =begin
Doesn't happen with a plain make install either. I'd be interested to know what's going on, though.
=end
-
08:44 AM Bug #4410: Install fails with missing readline.so in fileutils.rb
- =begin
Problem doesn't seem to occur on RHEL 5.3.
=end
-
08:41 AM Bug #4410 (Third Party's Issue): Install fails with missing readline.so in fileutils.rb
- =begin
Checkinstall running make install:
[ many lines omitted ]
./miniruby -I./lib -I.ext/common -I./- -r./... -
06:47 AM Bug #3972 (Closed): r28668 breaks test/unit when combined with the testing rake task
- =begin
This issue was solved with changeset r30913.
Aaron, thank you for reporting this issue.
Your contribution t... -
06:19 AM Bug #4405: WIN32OLE & Threads incompatible
- =begin
We struggled with this a bit on JRuby too while implementing win32ole. The contract under which we implemente... -
06:06 AM Bug #4409 (Closed): DRb: discrepency between DRb.here? and DRb.uri leads to failure to dereference a DrbObject
- =begin
When a reference on a local object is sent back by a client to a server, it may not be recognised as a local... -
03:57 AM Bug #4394: Bug in floating point multiplication
- You can also do
>> (12.4 * 1.05).round(2)
=> 13.02
02/18/2011
- 09:39 PM Revision 774eeba6 (git): * 2011-02-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30914 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:39 PM Revision c36abbfd (git): * lib/test/unit.rb: partial revert of r30849. [ruby-core:32864]
- * test/testunit/test_rake_integration.rb: adding an integration test
with the rake loader to prevent regressions.
... -
05:14 PM Bug #4407: rubygems test should use require_relative
- =begin
On Feb 17, 2011, at 05:13 , Shota Fukumori wrote:
> require 'rubygems/package/tar_test_case'
> -require... -
12:32 PM Revision 03022c9d (git): merge revision(s) 30903:
- * test/ruby/test_exception.rb (TestException::test_to_s_taintness_propagation):
Test for below.
* e... -
12:18 PM Revision 4f4dc7b2 (git): merge revision(s) 30905:
- * lib/fileutils.rb (FileUtils::remove_entry_secure): there is a
race condition in the case where the given ... -
12:02 PM Revision b593b831 (git): merges r30896 from trunk into ruby_1_9_2.
- --
* lib/fileutils.rb (FileUtils::remove_entry_secure): there is a
race condition in the case where the given path ... -
11:59 AM Revision 9f89da18 (git): merges r30896 from trunk into ruby_1_9_1.
- --
* lib/fileutils.rb (FileUtils::remove_entry_secure): there is a
race condition in the case where the given path ... -
11:48 AM Revision 452c5aff (git): merge revision(s) 30896:
- * lib/fileutils.rb (FileUtils::remove_entry_secure): there is a
race condition in the case where the given ... - 11:05 AM Revision c13f6287 (git): * 2011-02-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@30904 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:05 AM Revision fca16b0c (git): * error.c (exc_to_s): untainted strings can be tainted via
- Exception#to_s, which enables attackers to overwrite sane strings.
Reported by: Yusuke Endoh <mame at tsg.ne.jp>.
... -
10:47 AM Revision e86bf2db (git): merge revision(s) 30604:
- * win32/win32.c (init_stdhandle): backport mistake of r29382.
some code are needless in ruby 1.8.
... -
10:43 AM Revision 4fdfac49 (git): merges r30721 from trunk into ruby_1_9_2.
- --
* array.c (rb_ary_join): [].join.encoding must be US-ASCII.
[ruby-list:47790]
git-svn-id: svn+ssh://ci.ruby-lan... -
10:43 AM Revision b0416f34 (git): merges r30699 and r30700 from trunk into ruby_1_9_2.
- --
* configure.in: Add #include<sys/stat.h> when struct stat is
tested. Otherwise, incomplete type ... -
10:43 AM Revision b5296022 (git): merges r30683 and r30684 from trunk into ruby_1_9_2.
- --
* hash.c (rb_hash_fetch_m): add GC guard to prevent intermediate
variable from GC.
--
* ... -
10:43 AM Revision 7c9904b2 (git): merges r30659 from trunk into ruby_1_9_2.
- --
* class.c (clone_method): add GC guard to prevent intermediate
variable from GC. [Bug #4321] [ru... -
10:43 AM Revision a474c66f (git): merges r30657 from trunk into ruby_1_9_2.
- --
* vm_eval.c (rb_throw_obj): add GC guard to prevent intermediate
variable from GC. [Bug #4322] [... -
10:42 AM Revision c1afbd39 (git): * lib/fileutils.rb (FileUtils::remove_entry_secure): there is a
- race condition in the case where the given path is a directory,
and some other user can move that directory, and cr... -
10:37 AM Revision b0e9e1d4 (git): * configure.in: revert revision r29854. This revision introduced
- binary incompatibilities on some circumstances. The bug that
revision was fixing gets reopened by this reversion.
... -
08:49 AM Bug #4408 (Third Party's Issue): Net::SSH connections are subject to plaintext recovery due to lack of CTR mode
- =begin
It is my understanding that due to the current Ruby OpenSSL bindings, only the following ciphers modes are s... -
05:20 AM Bug #4404: Make Dir.glob respect backslash as if slash in windows
- =begin
sorry for the poor example, the proposal should have been to make
Dir['C:\Users\Public\Desktop\*']
... -
04:25 AM Bug #3972 (Open): r28668 breaks test/unit when combined with the testing rake task
- =begin
r30849 causes this bug again. Please revert r30849 or stop including `include Test::Unit::RequireFiles` in `... -
02:30 AM Bug #4400: nested at_exit hooks run in strange order
- =begin
On Thu, Feb 17, 2011 at 10:16 AM, Charles Nutter <[email protected]>wrote:
> Issue #4400 has been upda... -
12:16 AM Bug #4400: nested at_exit hooks run in strange order
- =begin
FWIW, JRuby already seems to match the C ordering, thought I don't think we did it on purpose:
~/proj... -
01:00 AM Bug #4401: override :method method breaks Psych
- =begin
Fails the same in JRuby (we just reuse Psych's .rb code): http://jira.codehaus.org/browse/JRUBY-5520
=end
-
12:50 AM Feature #4265: Provide a core method Kernel#ruby for invoking a new Ruby instance
- =begin
On Wed, Feb 16, 2011 at 5:40 PM, Roger Pack <[email protected]> wrote:
>> As Hongli pointed out, and as ...
Also available in: Atom