Activity
From 04/09/2010 to 04/15/2010
04/15/2010
-
11:20 PM Bug #1332 (Closed): Reading file on Windows is 500x slower then with previous Ruby version
- Hi,
This was fixed at r27340.
Buffer was extended (realloc'ed) in linear-order, which resulted
in O(n^2 ). Now it is extended using "double memory if you run out"
rule, like String. So the problem was solved, I think.
Thanks... -
10:48 PM Feature #1952: cannot stop with Ctrl+C
- =begin
遠藤です。
2010年4月14日10:20 U.Nakamura <usa@garbagecollect.jp>:
> In message "[ruby-dev:40936] [Bug #1952](Open) cannot stop with Ctrl+C"
> on Apr.09,2010 00:47:49, <redmine@ruby-lang.org> wrote:
>> 「終了時には全スレッドに例外を投げ、死ぬまで待つ」と... -
10:47 PM Bug #1699 (Closed): URI::FTP to_s problem after modification
- =begin
This issue was solved with changeset r27350.
Norihisa, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
07:48 PM Bug #1699: URI::FTP to_s problem after modification
- =begin
Hi,
> This is derived from the spec level bug of "ftp" URI scheme and uri/ftp lib.
Even so, the reported behavior is absolutely wrong.
Indeed, the spec seems to be bizarre. And, to conform the
bizarre spec, URI ... -
10:45 PM Bug #812 (Closed): Failure: test_priority (TestThread) on mswin32
- =begin
=end
-
06:57 PM Bug #3140: gem activation has changed between 1.8 and 1.9
- =begin
On Apr 14, 2010, at 20:36 , Rich Kilmer wrote:
> 1) Make RubyGems packaged files accessible with require/load in 1.9
> without having to require 'rubygems'
> 2) Minimize startup time (don't load the full rubygems library i... -
06:39 PM Bug #3150 (Third Party's Issue): net/https peer verification doesn't do anything
- =begin
Setting verify_mode to VERIFY_PEER should make net/https raise an exception if peer certificate verification fails. For example:
require 'net/http'
require 'net/https'
require 'openssl'
url = URI.parse(... -
01:44 PM Revision 42b8a699 (git): * thread.c (rb_thread_priority, rb_thread_priority_set): fix rdoc.
- Lower-priority thread may run even if there are higher-priority
threads. See [ruby-dev:40977].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27351 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:41 PM Revision 8588e763 (git): * lib/uri/ftp.rb (URI::FTP#set_path): added to correct handling of
- special case where path of ftp is relative. This converts relative
path to absolute one, because external representation of ftp path is
relative and internal representation is absolute. [ruby-core:24077]
* lib/uri/ftp.rb (URI::FTP... -
12:55 PM Revision 77204d53 (git): * tool/file2lastrev.rb: use backtick for ruby 1.8.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27349 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:14 PM Revision 83724a77 (git): * tool/file2lastrev.rb: this should run with ruby 1.8.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27348 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:43 AM Revision d9aab572 (git): * tool/file2lastrev.rb: make -q effective for files not version
- controlled.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27347 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:47 AM Bug #3124: SocketError on SnowLeopard (during make test-all)
- =begin
It is because of Mac OS X's getaddrinfo.
They raise error when it call getaddrinfo(3) with servname "0".
Whether it is Ruby's bug or Mac OS X's bug is still discussing.
see also: http://d.hatena.ne.jp/kimuraw/20100116/p1... -
05:50 AM Revision 7475244e (git): * vm_dump.c (bugreport_backtrace): ditto.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:38 AM Revision 584829aa (git): * vm.c (vm_backtrace_each): get rid of use of malloc from signal
- handler by using ruby_engine_name. [ruby-core:29497]
* vm_eval.c (print_backtrace): file may be nil when segfaulted in
very early stage.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27345 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:05 AM Feature #839: Add code on each line of a backtrace output to the screen
- =begin
Matz if you get a chance to look at this patch, it "objectify's" Exception#backtrace which might be nice.
Thank you.
-roger
=end
-
04:10 AM Feature #2152: Split functionality of Float#inspect and Float#to_s
- =begin
>
> The option previously proposed is
>
> Float#to_s : human
> Float#inspect : verbose
>
> Another option:
>
> Float#to_s : verbose
> Float#inspect : verbose
> Float#to_hs : human (or to_ps or what not, for pretty strin... -
03:44 AM Bug #496: DRb.start_service(nil) is very slow
- =begin
This might be fixed now, since Socket.do_not_reverse_lookup defaults to true now in trunk (maybe somebody should note that in the NEWS?)
Thanks.
-rp
=end
- 02:52 AM Revision 073515a6 (git): * 2010-04-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27344 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:52 AM Revision 202ce4fd (git): * common.mk (help): small fix.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
04/14/2010
-
11:38 PM Bug #3146 (Rejected): ERB single line comment does not work
- =begin
Hi,
The maintainer of erb (Masatoshi Seki) formally rejected this
ticket in [ruby-dev:40990].
Use <%# ... %>.
--
Yusuke Endoh <mame@tsg.ne.jp>
=end
-
11:36 PM Bug #3146: ERB single line comment does not work
- =begin
遠藤です。
2010年4月14日23:26 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>:
> いつもみなさんに迷惑をかけてしまって申し訳なく思ってます。
いえ、楽しいからやってるだけですので。
というか、いつも素早い回答で助かります。
> #1です。
> どなたかに直接メールをいただいてそのように返信しました。
> <%# ... %>は使えると思うのですが、それじゃだめでしょか。
... -
10:18 PM Bug #3146 (Rejected): ERB single line comment does not work
- =begin
咳さん
遠藤です。
http://redmine.ruby-lang.org/issues/show/1559 に、erb で
<% # this is a comment %> と書いたらエラーになった、昔は
これで動いていたので直してほしい、という報告が来ています。
原因は最適化で、生成されるコードの文の区切りが改行でなく
セミコロンになったせいだと想像されています。
いかが致しましょう。
... -
11:38 PM Bug #1559 (Rejected): ERB single line comment does not work
- =begin
Hi,
The maintainer of erb (Masatoshi Seki) formally rejected this
ticket in [ruby-dev:40990].
Use <%# ... %>.
--
Yusuke Endoh <mame@tsg.ne.jp>
=end
-
10:17 PM Bug #1449 (Closed): [REXML] detected encoding isn't used correctly
- =begin
This issue was solved with changeset r27342.
Kouhei, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
09:53 PM Bug #3137: complex.rb changes exceptions of Math
- =begin
遠藤です。
2010年4月14日13:32 石塚圭樹 <keiju@ishitsuka.com>:
>>個人的には、何が何でも直すべきとは思ってませんので、reject でも
>>構いません。その場合は、[ruby-core:28204] の Brian Ford に返事を
>>してあげてもらえると助かります。
>
> 見ました. 同じ件([Bug#1788]で船場さんが以前にrejectしていたんです
> ね. 遠藤さんに直接呼び出さ... -
01:32 PM Bug #3137: complex.rb changes exceptions of Math
- =begin
けいじゅ@いしつかです.
In [ruby-dev:40974] the message: "[ruby-dev:40974] Re: [Bug #3137]
complex.rb changes exceptions of Math", on Apr/13 22:42(JST) Yusuke
ENDOH writes:
>遠藤です。
>エラーメッセージの問題ではなく、例外クラスが変わることだと思い
>ます。
>
> def... -
09:44 PM Bug #1676 (Closed): only last "return" is traced by set_trace_func
- =begin
遠藤です。
残っていた課題も、ささださんが知らぬ間に直してくれていた
(r26395) ので close します。
$ ./ruby -e '
set_trace_func(proc{|*a| p a if a[0] == "call" || a[0] == "return"})
def foo
eval("return")
end
foo
'
["call",... -
09:11 PM Bug #1393: Multiple assignment does not call to_a but to_ary
- =begin
Hi, Matz
Could you please answer this ticket?
> For example, if x is not an array, "y = *x" tries to call x.to_a.
> However, in multiple assignments, it does not try to call to_a but to_ary.
> For example, "*y = x" ... -
08:43 PM Bug #1363 (Rejected): Wrong value for Hash of NaN
- =begin
Hi,
The behavior OP reported is not a bug. So I close the ticket.
Indeed, the behavior is confusing a little.
IMO, it would be good to warn when Float is used as hash keys.
Anyway, warning or prohibiting NaN is a n... -
08:32 PM Bug #1351 (Closed): Net::HTTP - set_form_data no longer allows symbols as keys.
- =begin
Hi,
This issue was fixed at r24840 and r24841.
Thanks.
--
Yusuke Endoh <mame@tsg.ne.jp>
=end
-
08:19 PM Bug #1309 (Rejected): dl tests
- =begin
=end
-
08:13 PM Bug #1308: bigdecimal debug code prevents tests from running
- =begin
Hi,
> If compiled with -DEBUG set, the bigdecimal extension prints out a bunch of information (it really shoulnd't) and then asks for user input via getchar() calls.
Don't compile with -DEBUG set :-)
But, -DEBUG is... -
04:37 PM Bug #3145 (Closed): arm-linux向けクロスコンパイル時のエラー
- =begin
This issue was solved with changeset r27338.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
02:26 PM Bug #3145 (Closed): arm-linux向けクロスコンパイル時のエラー
- =begin
なかだです。
At Tue, 13 Apr 2010 21:40:07 +0900,
Satoshi Shiba wrote in [ruby-dev:40973]:
> thread_pthread.c: In function 'get_stack':
> thread_pthread.c:224: error: invalid use of void expression
これは以下のようにしても通りますか?
Inde... -
04:15 PM Bug #924 (Closed): encoding for stdio's
- =begin
チケットのゴールが明確でなかったため、途中でゴールが追加されたために残ってしまったという感じですかねぇ。
自動変換とか、パッチワーク的な現行仕様のドキュメント化とかと整理とかもありますが、まぁそれは別のチケットと言うことで。
=end
-
12:52 AM Bug #924: encoding for stdio's
- =begin
成瀬さん
遠藤です。
このチケットは何のために残っているのでしょうか。
ぱっと見でわかるように、残る検討事項・問題の summary を書いて
もらえると助かります。
もし仕様レベルの検討事項が残るだけならば、すでに仕様フリーズ
してしまったので、target を 1.9.x にしてください。
--
Yusuke Endoh <mame@tsg.ne.jp>
=end
-
01:11 PM Revision 46ff0091 (git): * lib/rexml/source.rb: force_encoding("UTF-8") when the input
- is already UTF-8. patched by Kouhei Sutou [ruby-core:23404]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:22 AM Feature #3112: require "yaml" doesn't use psych as default
- =begin
Current syck is mixed old YAML and YAML::Syck.
This breaks compatibility like following:
http://pc12.2ch.net/test/read.cgi/tech/1265467681/871
It also says require 'yaml/syck' should work.
People may require'yaml' a... -
10:20 AM Feature #1952: cannot stop with Ctrl+C
- =begin
こんにちは、なかむら(う)です。
In message "[ruby-dev:40936] [Bug #1952](Open) cannot stop with Ctrl+C"
on Apr.09,2010 00:47:49, <redmine@ruby-lang.org> wrote:
> 「終了時には全スレッドに例外を投げ、死ぬまで待つ」という
> 仕様だと考えると、その例外を潰してしまうようなスレッドが
> いれば、終了時に固... -
10:09 AM Bug #812: Failure: test_priority (TestThread) on mswin32
- =begin
こんにちは、なかむら(う)です。
In message "[ruby-dev:40977] [Bug #812] Failure: test_priority (TestThread) on mswin32"
on Apr.14,2010 00:44:30, <redmine@ruby-lang.org> wrote:
> > 表題の通りですが、priorityの低いスレッドの選択率を下げる機構
> > はpthreadでもwin32... -
12:44 AM Bug #812: Failure: test_priority (TestThread) on mswin32
- =begin
遠藤です。
2008年12月3日12:46 U.Nakamura <usa@garbagecollect.jp>:
> 表題の通りですが、priorityの低いスレッドの選択率を下げる機構
> はpthreadでもwin32でも同じなのに、win32だとまともに機能してい
> ないように見えるのはなぜでしょうか?
この機構は、native_thread_yield() を呼んだときに極力他のスレッドに
コンテキストスイ... - 09:29 AM Revision 55f7857a (git): * configure.in (signbit): signbit is a macro in C99.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27341 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:20 AM Bug #1085: Got the error message, after run 'gem install --test'.
- =begin
On Apr 13, 2010, at 10:11, Yusuke Endoh wrote:
> Issue #1085 has been updated by Yusuke Endoh.
>
>
> Hi, Eric Hodel
>
> Couldn't you fix this on rubygems side?
> I hope this will be fixed ASAP.
I think so. I will ... -
02:11 AM Bug #1085: Got the error message, after run 'gem install --test'.
- =begin
Hi, Eric Hodel
Couldn't you fix this on rubygems side?
I hope this will be fixed ASAP.
Well, he is pigheaded...
diff --git a/lib/rubygems/validator.rb b/lib/rubygems/validator.rb
index 38ee62f..26303df 10064... -
08:56 AM Revision 8e7a682b (git): * io.c (io_shift_cbuf): should terminate.
- http://golf.shinh.org/p.rb?DECimal+number+to+BINary#Ruby
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27340 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:53 AM Revision c8988219 (git): * io.c (appendline): should terminate.
- http://golf.shinh.org/p.rb?DECimal+number+to+BINary#Ruby
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27339 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:29 AM Revision 95c52c8e (git): * gc.c (GET_STACK_BOUNDS): fixed macro argument names. a patch from
- Satoshi Shiba <shiba AT rvm.jp> at [ruby-dev:40973].
* gc.h (ruby_get_stack_grow_direction): fixed prototype.
* thread_pthread.c (get_stack, ruby_stack_overflowed_p): both side
should be same type. [Bug #3145]
git-svn-id: svn+ssh:... -
06:58 AM Revision 09267569 (git): * string.c (rb_string_value_cstr): make NUL terminated if it is
- not done.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27337 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:58 AM Revision 92496d73 (git): * string.c (rb_string_value_cstr): make NUL terminated if it is
- not done.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27337 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:00 AM Revision 2587316c (git): * lib/net/imap (encode_utf7): encode & properly. Thanks, Kengo
- Matsuyama. [ruby-dev:38063]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27336 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:10 AM Bug #1142 (Feedback): /opt/ruby19/lib/ruby19/1.9.1/openssl/ssl.rb:31: [BUG] Bus Error
- =begin
Hi, Ricard
2009/2/12 Ricard Forniol Agusti <redmine@ruby-lang.org>:
> After executing ruby19 test.rb of the project: git://rubyforge.org/dram.git
I could not reproduce with trunk on Linux.
Can you still reproduce th... -
02:39 AM Revision ddafeb2f (git): * ext/syck/lib/syck/basenode.rb (Syck::BaseNode#match_path): fixed
- library name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27335 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:37 AM Revision eedb41a8 (git): * ext/syck/lib/yaml/syck.rb: split from ext/syck/lib/syck.rb for
- backward compatibility.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27334 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 01:55 AM Revision bde21367 (git): * 2010-04-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27333 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:55 AM Revision b2ae2529 (git): * ext/nkf/nkf-utf8/nkf.c: Refix [nkf-bug:21393]. (explicit -X)
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27332 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:20 AM Bug #1040 (Closed): rubygems/builder.rb should require user_interaction
- =begin
Hi,
I think Ruby trunk is also fixed already.
$ ../ruby-trunk-local/bin/irb
irb(main):001:0> require "rubygems/builder"
=> true
So I close this ticket. Thanks.
--
Yusuke Endoh <mame@tsg.ne.jp>
=end
-
01:11 AM Feature #1031: -U オプションの説明が --help にない
- =begin
遠藤です。
# こんなしょうもないチケットはさっさと決めて閉じてほしい……。
2010年3月25日15:11 Urabe Shyouhei <shyouhei@ruby-lang.org>:
> まあみんなでうなっててもしょうがないので改善案を出してみましょうか。
ruby -h の想定ユーザは初心者とコマンドラインで作業する人なので、
掲載基準も「普通によく使われるオプション」と「ワンライナーでよく
使わ... -
12:35 AM Bug #496 (Feedback): DRb.start_service(nil) is very slow
- =begin
Hi,
I cannot reproduce the issue with trunk on Linux.
Does this still reproduce?
Could you elaborate your platform and network configuration?
--
Yusuke Endoh <mame@tsg.ne.jp>
=end
-
12:28 AM Feature #1482: Kernel.exec doesn't respect COMSPEC environment variable on Windows
- Documentation for exec method says:
* The standard shell means always `"/bin/sh"` on Unix-like systems,
* `ENV["RUBYSHELL"]` or `ENV["COMSPEC"]` on Windows NT series, and
* similar.
but I still can't get it to run my custom...
04/13/2010
- 11:30 PM Revision 9089c80d (git): * 2010-04-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27331 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:30 PM Revision d994f2f2 (git): * NEWS: Small fixes
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27330 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:48 PM Bug #3141 (Closed): yield in an eigenclass definition
- =begin
ささださん
遠藤です。
#1018 に関連しますが、特異クラス定義の中で yield ができません。
class Object
def yield_eigenclass
class << self
yield self
end
end
end
Object.yield_eigenclass {|c| p c }
... -
10:42 PM Bug #3137: complex.rb changes exceptions of Math
- =begin
遠藤です。
2010年4月13日17:11 Yukihiro Matsumoto <matz@ruby-lang.org>:
> まつもと ゆきひろです
>
> In message "Re: [ruby-dev:40971] Re: [Bug #3137] complex.rb changes exceptions of Math"
> on Tue, 13 Apr 2010 17:05:17 +0900, keiju@ishits... -
05:11 PM Bug #3137: complex.rb changes exceptions of Math
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:40971] Re: [Bug #3137] complex.rb changes exceptions of Math"
on Tue, 13 Apr 2010 17:05:17 +0900, keiju@ishitsuka.com (石塚圭樹) writes:
|それは, 現行の状態です. そうじゃなくて, Mathと同じ上記の例外にしろって
|言われ... -
05:05 PM Bug #3137: complex.rb changes exceptions of Math
- =begin
けいじゅ@いしつかです.
In [ruby-dev:40970] the message: "[ruby-dev:40970] Re: [Bug #3137]
complex.rb changes exceptions of Math", on Apr/13 16:47(JST) Yukihiro
Matsumoto writes:
>まつもと ゆきひろです
>|こんな感じです. "error"のところの例外をどうするかって話で, ... -
04:48 PM Bug #3137: complex.rb changes exceptions of Math
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:40969] Re: [Bug #3137] complex.rb changes exceptions of Math"
on Tue, 13 Apr 2010 16:30:38 +0900, keiju@ishitsuka.com (石塚圭樹) writes:
|こんな感じです. "error"のところの例外をどうするかって話で, ここで
|
|>|... -
04:30 PM Bug #3137: complex.rb changes exceptions of Math
- =begin
けいじゅ@いしつかです.
In [ruby-dev:40968] the message: "[ruby-dev:40968] Re: [Bug #3137]
complex.rb changes exceptions of Math", on Apr/13 15:19(JST) Yukihiro
Matsumoto writes:
>まつもと ゆきひろです
>|ただ, Complex#atanh等で,
>|> -e:1:in... -
03:19 PM Bug #3137: complex.rb changes exceptions of Math
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:40967] Re: [Bug #3137] complex.rb changes exceptions of Math"
on Tue, 13 Apr 2010 14:56:59 +0900, keiju@ishitsuka.com (石塚圭樹) writes:
|うーん. そうですねぇ...
|
|ただ, Complex#atanh等で,
|
... -
02:57 PM Bug #3137: complex.rb changes exceptions of Math
- =begin
けいじゅ@いしつかです.
In the message: "[Bug #3137] complex.rb changes exceptions of Math",
on Apr/12 23:01(JST) Yusuke Endoh writes:
>遠藤です。
どもです.
>[ruby-core:28204] にて Brian Ford が「complex を require すると
>Math.atan(nil) で投げられ... -
02:57 PM Bug #3137: complex.rb changes exceptions of Math
- =begin
けいじゅ@いしつかです.
In the message: "[Bug #3137] complex.rb changes exceptions of Math",
on Apr/12 23:01(JST) Yusuke Endoh writes:
>遠藤です。
どもです.
>[ruby-core:28204] にて Brian Ford が「complex を require すると
>Math.atan(nil) で投げられ... -
02:51 AM Bug #3137: complex.rb changes exceptions of Math
- =begin
Hi,
2010年4月12日23:41 Marc-Andre Lafortune <redmine@ruby-lang.org>:
> A problem with the patch is that Float("1.1") returns 1.1.
>
> In my todo list is "propose strict coercion methods"... I had to code them up in Matrix... -
02:07 PM Bug #3126 (Closed): irb/completionでTypeError
- =begin
This issue was solved with changeset r27327.
Kazuhiro, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
02:02 PM Bug #3126: irb/completionでTypeError
- =begin
けいじゅ@いしつかです.
In the message: "[Bug #3126] irb/completionでTypeError", on Apr/11 11:34(JST)
Kazuhiro NISHIYAMA writes:
>Bug #3126: irb/completionでTypeError
>http://redmine.ruby-lang.org/issues/show/3126
>irb/completion ... -
02:02 PM Bug #3126: irb/completionでTypeError
- =begin
けいじゅ@いしつかです.
In the message: "[Bug #3126] irb/completionでTypeError", on Apr/11 11:34(JST)
Kazuhiro NISHIYAMA writes:
>Bug #3126: irb/completionでTypeError
>http://redmine.ruby-lang.org/issues/show/3126
>irb/completion ... -
12:49 PM Bug #3128: Randomness specs
- =begin
Hi,
2010/4/11 Marc-Andre Lafortune <redmine@ruby-lang.org>:
> 1) r.rand(N) will eventually return all values in 0...N
I could be paranoid, but I doubt whether it can be guaranteed
currently. This is because there is Bign... -
11:37 AM Revision 4392ea35 (git): * ext/nkf/nkf-utf8/nkf.c: Fix: Windows Codepages wrongly convert
- Halfwidth Katakana. [nkf-bug:21393]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27329 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:27 AM Feature #3036 (Closed): String#encode(to, from, opt) の opt[:replace] に Hash
- =begin
This issue was solved with changeset r27326.
Yui, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
09:52 AM Bug #3132: …/nokogiri-1.4.1/ext/nokogiri/nokogiri.bundle: [BUG] Bus Error
- =begin
Thank you for your survey, it should be a Ruby's issue.
=end
-
05:53 AM Bug #3132 (Open): …/nokogiri-1.4.1/ext/nokogiri/nokogiri.bundle: [BUG] Bus Error
- =begin
I don't think this is a third party issue. See [ruby-core:29468]
=end
-
09:45 AM Bug #3140 (Closed): gem activation has changed between 1.8 and 1.9
- =begin
1.8 will raise gem activation errors where ruby 1.9 will not.
To reproduce this bug, first install these gems:
$ gem install rubygems-bug-parent
$ gem install rubygems-bug-child
Your gem list should look like... -
09:19 AM Feature #3131: add Kernel#Hash() method like Kernel#Array()
- =begin
Hi,
Please allow me to clarify.
Suraj Kurapati wrote:
> Hash::[] does not support conversion from odd-length Array (because
> it is uncertain what Ruby must do with the 2n+1'th element) and will
> raise an error i... -
09:03 AM Feature #3131: add Kernel#Hash() method like Kernel#Array()
- =begin
Hi,
matz wrote:
> since conversion from arrays only meaningful for specific case
> (array of 2-element arrays), I am not sure whether Hash() should
> support conversion from Array in general or not.
Hash::[] does ... -
08:11 AM Feature #3131: add Kernel#Hash() method like Kernel#Array()
- =begin
Hi,
In message "Re: [ruby-core:29462] [Feature #3131] add Kernel#Hash() method like Kernel#Array()"
on Mon, 12 Apr 2010 08:32:52 +0900, Suraj Kurapati <redmine@ruby-lang.org> writes:
|There is an imbalance of power in ... -
08:49 AM Bug #3139 (Closed): Possible Bug with Irb jobs from Ruby 1.9.2-dev
- =begin
Hello everyone, I may have found a bug with Ruby 1.9.2-dev, version which I installed today.
I was playing with Irb Jobs when I ran the command 'jobs' to list them after, I got this error.
The error:
ruby-1.9.2-previe... -
08:11 AM Bug #1573: $0 behaves unexpectedly
- =begin
Hi,
In message "Re: [ruby-core:29403] [Bug #1573] $0 behaves unexpectedly"
on Sat, 10 Apr 2010 11:34:01 +0900, Yusuke Endoh <redmine@ruby-lang.org> writes:
|Nobu, how about the following patch?
I am not him, but you... -
06:00 AM Revision 5d8c8b46 (git): * random.c (make_seed_value): fix leading-zero-guard condition on
- bdigit is smaller than 32bit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27328 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:01 AM Revision 5ee43b0a (git): * lib/irb/completion.rb (CompletionProc): fix [ruby-dev:40953]
- [Bug #3126]. Thanks Kazuhiro NISHIYAMA.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:52 AM Bug #2756: Issues with Math and Complex behavior on 1.9
- =begin
=end
-
01:26 AM Revision c871aee9 (git): * transcode.c (transcode_loop): insert output the value when
- fallback hash has a related key. [ruby-dev:40540]
[ruby-dev:40829] #3036
* transcode.c (rb_econv_prepare_opts): pass to newhash
a value with the key :fallback.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27326 b2dd03c8-39d4-4...
04/12/2010
-
11:41 PM Bug #3137: complex.rb changes exceptions of Math
- =begin
A problem with the patch is that Float("1.1") returns 1.1.
In my todo list is "propose strict coercion methods"... I had to code them up in Matrix
=end
-
11:01 PM Bug #3137 (Closed): complex.rb changes exceptions of Math
- =begin
いしつかさん
遠藤です。
[ruby-core:28204] にて Brian Ford が「complex を require すると
Math.atan(nil) で投げられる例外が変わる」という報告をしています。
$ ./ruby -e 'p Math.atanh(nil)'
-e:1:in `atanh': can't convert nil into Float (TypeError)
... -
10:47 PM Bug #2651 (Closed): Matrix#compare_by_row_vectors does not receive array of Vector
- =begin
Matrix#compare_by_row_vectors has been removed
=end
-
10:47 PM Bug #3136: reuse of singleton method definition causes SEGV
- =begin
=end
-
10:45 PM Bug #3136 (Closed): reuse of singleton method definition causes SEGV
- =begin
遠藤です。
以下で SEGV します。
def overlaid(obj)
class << obj
def reverse
super
end
end
end
overlaid(str = "123") # (1)
overlaid(ary = [1,2,3]) # (2)
str.reverse ... -
10:32 PM Bug #2652 (Closed): three bugs of Matrix::Scalar
- =begin
遠藤です。
本件は r26448 で修正済みですので close します。
--
Yusuke Endoh <mame@tsg.ne.jp>
=end
-
10:16 PM Feature #1408: 0.1.to_r not equal to (1/10)
- =begin
Why isn't Float#to_r simply calling Float#rationalize ?
=end
-
08:50 PM Revision 9afaef34 (git): add a test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27325 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:03 PM Bug #3132: …/nokogiri-1.4.1/ext/nokogiri/nokogiri.bundle: [BUG] Bus Error
- =begin
This doesn't seem to be an issue just with Nokogiri:
http://pastie.org/915455.txt
=end
-
10:23 AM Bug #3132 (Assigned): …/nokogiri-1.4.1/ext/nokogiri/nokogiri.bundle: [BUG] Bus Error
- =begin
This seems Third Party's Issue but can you check this?
=end
-
09:12 AM Bug #3132 (Closed): …/nokogiri-1.4.1/ext/nokogiri/nokogiri.bundle: [BUG] Bus Error
- =begin
Caused when trying to use the Cucumber gem with Rails 3 (beta 2) on 'ruby 1.9.2dev (2010-04-12 trunk 27315) [i386-darwin10.3.0]':
[master]$ cucumber features/
/Users/ashley/.rvm/gems/ruby-1.9.2-head/gems/nokogiri-1.4.1/ext... - 03:16 PM Revision db9119be (git): * 2010-04-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:16 PM Revision 19afeacb (git): * random.c (rand_init): use the absolute value of seed to
- make srand(-2**40) portable with 32bit and 64bit.
[ruby-core:29292](2)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27323 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:49 PM Revision 309077c9 (git): * enumerator.c (inspect_enumerator): don't raise for uninitialized
- enumerator.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27322 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:47 PM Revision df15955b (git): * LEGAL: separated the section for parse.c. contributed by Paul
- Betteridge in [ruby-core:29472].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27321 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:47 PM Revision a698c7bf (git): * LEGAL: separated the section for parse.c. contributed by Paul
- Betteridge in [ruby-core:29472].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27321 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:37 AM Feature #3131: add Kernel#Hash() method like Kernel#Array()
- =begin
I forgot to show that case 2 supports empty arrays:
>> Hash([])
=> {}
Just like Kernel#Array() supports empty hashes:
>> Array({})
=> []
Thanks for your consideration. And sorry for the noise.
=end
-
08:32 AM Feature #3131 (Closed): add Kernel#Hash() method like Kernel#Array()
- =begin
Hello,
There is an imbalance of power in the Ruby core API (when it comes
to arrays and hashes) because it is easier to convert nil values
into empty arrays, thanks to Kernel#Array(), than it is to convert
nil valu... -
05:17 AM Feature #2771 (Closed): Matrix: constructor to build with block
- =begin
This issue was solved with changeset r27315.
Marc-Andre, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
05:14 AM Bug #2786: Segfault when loading gem
- =begin
here's the backtrace information: http://gist.github.com/363031
=end
-
05:08 AM Bug #2786: Segfault when loading gem
- =begin
I can confirm this behavior as well with cucumber 0.6.4 and ruby trunk (27310) on Darwin 10.3 (OS X 10.6.3)
=end
-
03:37 AM Revision b9647dec (git): * ext/dl/depend: add -I. for cross compiling.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27320 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:37 AM Bug #2365 (Closed): Matrix: poor handling of coercion errors [patch]
- =begin
This issue was solved with changeset r27311.
Marc-Andre, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
03:32 AM Revision a6480e9d (git): * .gitignore: property.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27319 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:30 AM Revision 5f21e0a3 (git): * .gitignore: added.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27318 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:33 AM Bug #2731: FileUtils.copy prints error message in $DEBUG mode when destination doesn't exist
- =begin
On 11.04.10 16:08, Yusuke Endoh wrote:
> You say, library must not use an exception for internal implementation?
> The convension is uneasy and too uncomfortable for library authors.
>
> In old convension, an exception might... -
12:19 AM Revision 3a2f5d9c (git): * lib/fileutils.rb (fu_each_src_dest): ensure src is accessible.
- * lib/fileutils.rb (fu_same): use File.identical? to get rid of
exceptions. [ruby-core:28141]
* lib/fileutils.rb (fu_have_st_ino): no longer used.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27317 b2dd03c8-39d4-4d8f-98ff-823f... -
12:18 AM Revision a3dde7df (git): * lib/fileutils.rb (fu_have_st_ino): check if required method is
- defined, instead of platform name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27316 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:11 AM Feature #2713: Rdoc: rdoc/usage missing in Ruby 1.9
- =begin
Hi,
I don't know the true reason, but I guess the file was deleted
just because it was not needed by rdoc itself.
Anyway, it was deleted before 1.9.0, so we should think this is
spec change. You can request the res...
04/11/2010
-
11:37 PM Bug #3107 (Closed): AIXで--with-opt-dir
- =begin
This issue was solved with changeset r27307.
Yutaka, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
11:08 PM Bug #2731 (Rejected): FileUtils.copy prints error message in $DEBUG mode when destination doesn't exist
- =begin
Hi,
2010/2/10 Kornelius Kalnbach <redmine@ruby-lang.org>:
> Trying to copy a file with Ruby:
>
> $ touch source
> $ ls destination
> ls: destination: No such file or directory
> $ ruby -rfileutils -d -e 'FileUtil... - 08:10 PM Revision 17fa2ce7 (git): * lib/matrix.rb: New method Matrix.build [ruby-core:28272]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27315 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:05 PM Revision 3a1c0be6 (git): * ext/psych/lib/psych/deprecated.rb: requiring 'date' for backwards
- compatibility.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 06:50 PM Revision 521f4a4b (git): * lib/matrix.rb: Deprecate Vector#elements_to{i/f/r}
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27313 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:45 PM Revision 3f64c83e (git): * lib/matrix.rb: Deprecate elements_to_{f/i/r}
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27312 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:30 PM Revision e0cfb13c (git): * lib/matrix.rb: Handle coercion errors by raising TypeErrors [ruby-core:26736]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:02 PM Bug #3128: Randomness specs
- =begin
Hi,
At Sun, 11 Apr 2010 15:34:07 +0900,
Marc-Andre Lafortune wrote in [ruby-core:29447]:
> Say r = Random.new(42) and N is an Integer
>
> 0) r.rand(N) is included in 0...N
> 1) r.rand(N) will eventually return all values... -
03:34 PM Bug #3128 (Closed): Randomness specs
- =begin
What should be the Ruby specs for the new Random class (and existing Kernel.{s}rand)?
More precisely: what should one expect of any Ruby implementation?
Several degrees of similarity with MRI are possible:
Say r =... - 04:50 PM Revision 5469cf0f (git): * NEWS: Add {Hash,ENV}#{keep_if,select!}
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:56 PM Revision 147fbbed (git): * 2010-04-12
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:56 PM Revision 0a6d0933 (git): * io.c (rb_io_getline_fast, rb_io_getline_1): fix ARGF.lineno behavior. [ruby-core:25205]
- * test/ruby/test_argf.rb (TestArgf#test_lineno3): add a test for above.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27308 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:46 PM Bug #3121 (Closed): "make rdoc" fails
- =begin
I have applied both of these changes and added tests.
RDoc has been updated to 2.5.3.
=end
-
09:01 AM Bug #3121: "make rdoc" fails
- =begin
Eric, close this ticket when you merge r27288 to your repo.
(r27290 is also a fix for rdoc).
=end
-
09:00 AM Bug #3121: "make rdoc" fails
- =begin
I fixed it in r27288.
=end
-
03:38 AM Bug #3121: "make rdoc" fails
- =begin
I got the same error message when I was using the RVM to install Ruby from trunk source. Hope it will be working ASAP! :)
~$ rvm install 1.9.2-head
Installing Ruby from source to: ~/.rvm/rubies/ruby-1.9.2-head
Running... -
12:38 AM Bug #3121 (Closed): "make rdoc" fails
- =begin
Hi, Eric Hodel
Maybe because of recent change of rdoc, "make rdoc" fails on trunk
when there is already .ext/rdoc:
$ rm -rf .ext/rdoc
$ make rdoc
*snip*
# success
$ make
*snip*
Gener... - 02:31 PM Revision 78a59b37 (git): * configure.in: can not load libraries if --with-opt-dir is used
- on AIX. [Bug #3107]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27307 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:20 PM Bug #2782: Binding#eval not completely indicative of its binding
- Hi,
2010/2/23 Thomas Sawyer <redmine@ruby-lang.org>:
> `binding.eval("__FILE__")` does not return the file from which the binding was created.
> ...
In the current semantics, I guess binding does not includes
the imformation of fil... -
02:04 PM Feature #3112: require "yaml" doesn't use psych as default
- =begin
(2010/04/11 8:48), Aaron Patterson wrote:
> diff --git a/test/rubygems/test_gem_specification.rb b/test/rubygems/test_gem_specification.rb
> index 5979890..337073f 100644
> --- a/test/rubygems/test_gem_specification.rb
> +++ ... -
01:59 PM Feature #3112: require "yaml" doesn't use psych as default
- =begin
(2010/04/11 10:23), Eric Hodel wrote:
> On Apr 10, 2010, at 17:58, Aaron Patterson wrote:
> diff --git a/test/rubygems/gemutilities.rb b/test/rubygems/gemutilities.rb
>>>> index bb94750..cea1dbe 100644
>>>> --- a/test/rubygem... -
10:23 AM Feature #3112: require "yaml" doesn't use psych as default
- =begin
On Apr 10, 2010, at 17:58, Aaron Patterson wrote:
diff --git a/test/rubygems/gemutilities.rb b/test/rubygems/gemutilities.rb
>>> index bb94750..cea1dbe 100644
>>> --- a/test/rubygems/gemutilities.rb
>>> +++ b/test/rubygems/ge... -
09:20 AM Feature #3112: require "yaml" doesn't use psych as default
- =begin
(2010/04/11 8:48), Aaron Patterson wrote:
> I am surprised about the rubygems failures. With the following patch, I
> am able to run the rubygems tests, like this:
>
> $ GEM_HOME=/tmp GEM_PATH=/tmp make test-all TESTS=rubyg... -
12:17 PM Bug #3127 (Closed): Encoding#replicate(non_string)
- =begin
This issue was solved with changeset r27301.
Kazuhiro, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
11:53 AM Bug #3127 (Closed): Encoding#replicate(non_string)
- =begin
Encoding#replicate(name) に String 以外のオブジェクトを渡すと落ちます。
% ruby-trunk -e 'Encoding::UTF_8.replicate(0)'
-e:1: [BUG] Segmentation fault
ruby 1.9.2dev (2010-04-11 trunk 27297) [i686-linux]
-- control frame ----------
c:... -
11:34 AM Bug #3126 (Closed): irb/completionでTypeError
- =begin
irb/completion を読み込んでいると「a.」や「C::」などの後にタブキーを押すと
.../irb/completion.rb:137:in `quote': can't convert NilClass to String (TypeError)
や
.../irb/completion.rb:87:in `quote': can't convert NilClass to String (TypeError)
で終了してし... -
11:06 AM Feature #2784: The formatting options hash passed to the to_yaml methods do nothing.
- =begin
=end
-
09:56 AM Bug #3124 (Closed): SocketError on SnowLeopard (during make test-all)
- =begin
make test-all can't be run on Snow Leopard due to an error with TCPServer. The following code, when run on Snow Leopard will result in an error:
require 'socket'
TCPServer.new('localhost', 0)
It raises:
... -
08:43 AM Bug #3123 (Closed): uninitialized constant Object::C (NameError)
- =begin
いつの間にかトップレベルでの uninitialized constant で Object:: が付くようになってしまっています。
% ruby-trunk -ve C
ruby 1.9.2dev (2010-04-10 trunk 27284) [x86_64-linux]
-e:1:in `<main>': uninitialized constant Object::C (NameError)
%
どこからなのか ... -
07:48 AM Revision 2f9adccc (git): * ruby.c (DllMain, ruby_init_loadpath): use DLL instance handle given
- to DllMain instead of VirtualQuery so that loadpath becomes relative
from the DLL on WinCE too.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27306 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:37 AM Revision f477963e (git): * ruby.c (ruby_init_loadpath): do not mangle relative path.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27305 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:56 AM Revision 8f8e4e5a (git): update doc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27304 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:47 AM Revision 748782bf (git): * lib/irb/ruby-lex.rb (RubyLex#getc): revert r10817, which caused
- regression for handling case when there is no newline at the end of
file. [ruby-core:28248]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27303 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:45 AM Bug #1421 (Closed): Permission denied - ~/.ri
- =begin
I confirmed it fixed on <http://chkbuild.n-z.jp/ruby/debian-amd64/ruby-trunk/log/20100402T074003.diff.txt.gz>.
=end
-
03:21 AM Revision 50172590 (git): * test/ruby/test_encoding.rb (TestEncoding#test_replicate): more
- test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27302 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:08 AM Revision 9f9ace81 (git): * encoding.c (enc_replicate): new encoding name must be valid
- c-string. [ruby-dev:40954]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27301 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:58 AM Revision 021e7b7f (git): * include/ruby/win32.h (ftruncate): rename to get rid of conflict
- with same name but non-LFS function on MinGW. [ruby-core:24757]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27300 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:30 AM Revision 9e71120c (git): * ruby.c (rubylib_mangled_path2): not used.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:28 AM Revision b068def1 (git): * ruby.c (ruby_init_loadpath): fix for the length of mangled path.
- [ruby-core:29398]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27298 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:20 AM Revision 1edc8d3b (git): fix rdoc
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:45 AM Revision f3668748 (git): * test/syck/test_struct.rb: modified to use only syck engine since the
- YAML is invalid.
* test/syck/test_yaml.rb: ditto
* test/syck/test_yamlstore.rb: modifications for multi-engine
environment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:34 AM Revision ff5366a7 (git): Update to RDoc 2.5.3
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27295 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:21 AM Revision 48a68756 (git): * ext/syck/lib/syck/dbm.rb: moved to lib/yaml/dbm.rb since it is not
- YAML engine specific
* ext/syck/lib/syck/store.rb: moved to lib/yaml/store.rb since it is not
YAML engine specific.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:12 AM Bug #3034: Bignum: "bigadd_core: Assertion `i <= zn' failed"
- =begin
Hi, Run Paint Run Run
2010/3/29 Run Paint Run Run <redmine@ruby-lang.org>:
> ruby -ve 'Marshal.load(File.read("/tmp/bignum.mars")).reduce(:*)'
> ruby 1.9.2dev (2010-03-22 trunk 27009) [i686-linux]
> ruby: bignum.... -
12:44 AM Revision 5a7b5e70 (git): * test/rubygems/gemutilities.rb: removing gem requirement on minitest.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:37 AM Revision a5f05e7e (git): * test/syck/*: Moved test/yaml to test/syck since it's actually
- testing the syck YAML engine.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:14 AM Revision 711b5f35 (git): Ignore mkmf.log for psych and tmpdir
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27291 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:00 AM Revision 7f72d102 (git): * lib/rdoc/rdoc.rb (setup_output_dir): compare by Time#to_i.
- Cached created time doesn't have fractinal times,
but FileStat#mtime has; so rdoc almost alway judged files
are updated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
04/10/2010
-
11:50 PM Revision b9617bf7 (git): * ext/psych/parser.c: Fixing a segv in test-all. Thanks Yusuke!
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:20 PM Bug #595: Fiber ignores ensure clause
- =begin
ささださん
このチケットおよびパッチについてコメントいただければ幸いです。
この対処で問題ないかどうか、もし問題ないとしたら
1.9.2 リリース前に入れるべきかどうかが気になっています。
そもそもアプローチがまずいようでしたら別の方法を考えます。
=end
-
10:41 PM Revision 7be704b3 (git): * lib/rdoc/rdoc.rb (setup_output_dir): fix typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:09 PM Revision e707e05f (git): Fix :nodoc: definition. [ruby-dev:40949]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:05 PM Revision f2467cd0 (git): * 2010-04-11
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27286 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:05 PM Revision 9e30f60d (git): * lib/uri/common.rb (decode_www_form_component): validate.
- [ruby-dev:40938]
* lib/uri/common.rb (decode_www_form): allow empty string.
* lib/uri/common.rb: fix nodoc for constant. [ruby-dev:40949]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27285 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:44 PM Bug #3092 (Closed): IO Broken with Latest Windows
- =begin
=end
-
07:39 PM Feature #2784: The formatting options hash passed to the to_yaml methods do nothing.
- =begin
Is this really a bug?
There is no documentation and doesn't work;
it is considered that there was no such function.
So my understanding is, this should be feature request.
Yeah, such function seems useful, but I don't ... -
07:11 PM Feature #3112: require "yaml" doesn't use psych as default
- =begin
I found Aaron added YAML.quick_emit to Psych, thank.
So I tried test-all with setting psych as default yaml impl as following:
diff --git a/lib/yaml.rb b/lib/yaml.rb
index 9b5a9b2..0151973 100644
--- a/lib/yaml.rb
+++ b/li... -
03:52 PM Bug #1421: Permission denied - ~/.ri
- =begin
Does this reproduce on trunk now that it has RDoc 2.5.2?
Line 18 of test/rdoc/test_rdoc_ri_driver.rb is now a blank line.
=end
-
12:28 PM Revision a3150793 (git): * lib/rdoc/markup/preprocess.rb (RDoc::Markup::PreProcess#handle):
- use File.binread to avoid locale dependency.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27284 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:34 AM Bug #1573: $0 behaves unexpectedly
- Hi,
> consider two files, foo.rb and bar.rb, both simply contain: "`p $0`". i run "`ruby -rbar.rb foo.rb`".
> ...
I think this is not an intended change.
In fact, nobu fixed this at r23812 (accidentally?) once.
But the symptom re... -
07:47 AM Bug #3108 (Closed): locationが初期化前に参照されて落ちます。
- =begin
This issue was solved with changeset r27281.
masaya, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
06:36 AM Revision 13254372 (git): * lib/rdoc: Import RDoc 2.5.2
- * lib/rdoc/parser/ruby.rb (RDoc::Parser::Ruby): Don't parse rdoc
files, reverts r24976 in favor of include directive support in C
parser.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:16 AM Revision ce2b5740 (git): * ext/openssl/ossl_ssl.c (Init_ossl_ssl): add SSLContext#ssl_timeout=,
- which allows net/https to specify timeout. [ruby-core:24812]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27282 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:49 AM Bug #3118: backport r25230 and r25995 to fix segfault
- =begin
On Fri, Apr 9, 2010 at 11:45 AM, Matthew Kent <redmine@ruby-lang.org> wrote:
> Backport #3118: backport r25230 and r25995 to fix segfault
> http://redmine.ruby-lang.org/issues/show/3118
>
> Author: Matthew Kent
> Status: Ope... -
02:48 AM Bug #3118: backport r25230 and r25995 to fix segfault
- =begin
On Fri, Apr 9, 2010 at 11:45 AM, Matthew Kent <redmine@ruby-lang.org> wrote:
> Backport #3118: backport r25230 and r25995 to fix segfault
> http://redmine.ruby-lang.org/issues/show/3118
>
> Author: Matthew Kent
> Status: Ope... -
02:45 AM Bug #3118 (Closed): backport r25230 and r25995 to fix segfault
- =begin
Spent some time tracking down a segfault introduced in newer versions of 1.8.6.
mkent@el-test:~/git/matzruby (p306)$ ruby -v ~/open4_segfault.rb
ruby 1.8.6 (2010-02-05 patchlevel 399) [x86_64-linux]
1000 calls
/home/... -
01:54 AM Bug #1311: YAML::dump creates strings YAML::load cannot parse
- =begin
Yusuke Endoh and I have verified that all of the test cases reported here are fixed when using psych. For proof of most, see [ruby-core:29323]. And I just now verified the last test case is now ok, submitted by Simone Carletti. (... -
01:45 AM Bug #3115 (Rejected): got solution actually its myfault
- =begin
=end
-
12:07 AM Feature #1473 (Closed): Improvements on expect.rb
- =begin
This issue was solved with changeset r27274.
Luiz Angelo, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
04/09/2010
-
11:57 PM Feature #1832 (Closed): irb -w
- =begin
This issue was solved with changeset r27273.
Brian, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
11:55 PM Feature #2984 (Rejected): string split with capitalize
- =begin
=end
-
11:13 PM Bug #3116 (Rejected): block call with `do' keyword in `until' condition causes parse error
- =begin
(derived from #1240)
I noticed that block call with `do' keyword does not work in
`until' condition:
until begin 1.times { } end do end # ok
until begin 1.times do end end do end # parse error
... -
10:38 PM Revision 7d73136d (git): * vm_method.c (rb_add_method): clear attr.location before rb_ary_new3.
- a patch from Masaya TARUI in [Bug #3108]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27281 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:00 PM Bug #3115 (Rejected): got solution actually its myfault
- =begin
migratoin was differt=nt and i was trying differetnt
=end
-
08:33 PM Revision 6cfcb9d9 (git): * ext/psych/lib/psych/deprecated.rb: implementing Psych.quick_emit and
- adding deprecation warnings.
* ext/psych/lib/psych/visitors/to_ruby.rb: supporting deprecated
yaml_initialize api.
* ext/psych/lib/psych/visitors/yaml_tree.rb: supporting deprecated
to_yaml api.
git-svn-id: svn+ssh://ci.ruby-lang.or... -
08:33 PM Revision 186e5758 (git): * ext/psych/lib/psych/deprecated.rb: implementing Psych.quick_emit and
- adding deprecation warnings.
* ext/psych/lib/psych/visitors/to_ruby.rb: supporting deprecated
yaml_initialize api.
* ext/psych/lib/psych/visitors/yaml_tree.rb: supporting deprecated
to_yaml api.
git-svn-id: svn+ssh://ci.ruby-lang.or... -
08:27 PM Bug #2821: Dir.[] returns unmatched path
- =begin
遠藤です。
2010年4月9日20:21 Yukihiro Matsumoto <matz@ruby-lang.org>:
> ありがとうございます。些細な改善と言えば RB_GC_GUARD を先にお
> いておけば、ret に戻り値を保存する必要はないように思います。
>
> つまり
>
> RB_GC_GUARD(str);
> return ruby_brace_glob0(RSTRING_PTR(str), fl... -
08:21 PM Bug #2821: Dir.[] returns unmatched path
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:40939] Re: [Bug:trunk] Dir.[] returns unmatched path"
on Fri, 9 Apr 2010 19:08:26 +0900, Masaya TARUI <tarui@prx.jp> writes:
|元をたどればpush_glob関数内でRSTRING_PTR(str)を渡しているのに、
|strがGCで... -
08:17 PM Bug #2821 (Closed): Dir.[] returns unmatched path
- =begin
This issue was solved with changeset r27268.
Yusuke, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
08:11 PM Bug #2821: Dir.[] returns unmatched path
- =begin
遠藤です。
2010年4月9日19:08 Masaya TARUI <tarui@prx.jp>:
> 元をたどればpush_glob関数内でRSTRING_PTR(str)を渡しているのに、
> strがGCでmarkされずに回収されるためなので、
>
> 以下のpatch(IRCで教えてもらったpatchですが)で直る事を確認しました。
もう手元の mingw 環境は消してしまったので再試はしていないのですが、
明らかにまずいコ... -
07:08 PM Bug #2821: Dir.[] returns unmatched path
- =begin
樽家といいます。
dir.cにおいて、ruby_brace_expand関数のstrがwhile(p<rbrace)ループ内の途中で壊れて
不定になるのが直接の原因でした。
GCが起きると壊れるので、潜在的に問題のあった環境では、
100.times{
a= Dir["#{dir}{ext,ext,ext,ext,ext,ext,ext,ext,ext,ext,ext,ext,ext,ext,ext,ext,ext,ext,ext,ext,... -
04:09 PM Revision 052f204d (git): * ext/psych/parser.c: parse raises a TypeError when nil is passed in.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27278 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:28 PM Bug #3092: IO Broken with Latest Windows
- =begin
Yes - much better. Warnings are gone - thanks!
=end
-
03:07 PM Revision 5869de44 (git): * ext/pty/lib/expect.rb: preserve buffer read, instead of discard.
- based on a patch from Luiz Angelo Daros de Luca in
[ruby-core:23464].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27277 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:04 PM Revision d124dcf4 (git): * ext/pty/lib/expect.rb: raise an error when argument is unexpected
- type. based on a patch from Luiz Angelo Daros de Luca in
[ruby-core:23464].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 03:04 PM Revision 453c63c0 (git): * 2010-04-10
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27275 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:04 PM Revision bd623a09 (git): * ext/pty/lib/expect.rb: add rdoc. based on a patch from Luiz Angelo
- Daros de Luca in [ruby-core:23464].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27274 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:55 PM Revision d3e7b990 (git): * lib/irb/init.rb, lib/irb/lc/help-message,
- lib/irb/lc/ja/help-message: add -w flag. [ruby-core:24594]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27273 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:53 PM Revision 79a3b779 (git): * ext/socket/ipsocket.c (init_inetsock_internal),
- ext/socket/unixsocket.c (rsock_init_unixsock): check the result of
listen(2). based on a patch from Mike Pomraning. [ruby-core:23698]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27272 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:43 PM Feature #3112: require "yaml" doesn't use psych as default
- =begin
2010/4/8 Usaku NAKAMURA <redmine@ruby-lang.org>:
> Issue #3112 has been updated by Usaku NAKAMURA.
>> Why psych is not default:
>> * it is not confirmed that it can be default in 1.9.2
>
> You wrote that "It's decided by Yug... -
02:41 PM Feature #3112: require "yaml" doesn't use psych as default
- =begin
First of all, people want compatibility.
Although Ruby sometimes breaks compatibility, it is important.
We should keep compability until it has enough reason.
> Yes! Many of these methods are exposing implementation specifi... -
02:24 PM Bug #2965 (Closed): method `===' called on hidden T_STRING object (NotImplementedError)
- =begin
[ruby-dev:40647] で提示したパッチを適用してコミットしました。
=end
-
12:28 PM Revision c1314264 (git): * lib/irb/completion.rb (CompletionProc): irb will be stuck with
- long variable name at copletion. [Bug#1969]. refix [ruby-core:28366].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27271 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:58 AM Revision 8a3c3b9c (git): * lib/uri/common.rb (decode_www_form): don't ignore leading '?'.
- [ruby-dev:40938]
* lib/uri/common.rb (decode_www_form): check whether argument is
valid application/x-www-form-urlencoded data.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27270 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:32 AM Revision 1f2def7d (git): * dir.c (push_glob): clear up the previous commit (RB_GC_GUARD can
- precede the last reference). [ruby-dev:40942]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27269 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:08 AM Revision 5dd8daaa (git): * dir.c (push_glob): add RB_GC_GUARD to prevent str being free'ed.
- a patch from Masaya TARUI in [ruby-dev:40939]. [ruby-dev:40514]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27268 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:15 AM Revision e9cfe477 (git): Add description about de facto FTP URI spec.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27267 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:22 AM Revision 2eda201b (git): * compile.c (iseq_compile_each): stop hiding, and freeze unpopped string nodes to allow method redefinition. [ruby-dev:40641]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27266 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:41 AM Bug #1311 (Closed): YAML::dump creates strings YAML::load cannot parse
- =begin
Hi,
Syck is deprecated, in effect. This issue won't be fixed.
Instead, try Psych. [ruby-core:29337]
--
Yusuke Endoh <mame@tsg.ne.jp>
=end
-
01:41 AM Bug #2767 (Closed): YAML bug
- =begin
Hi,
Syck is deprecated, in effect. This issue won't be fixed.
Instead, try Psych. [ruby-core:29337]
--
Yusuke Endoh <mame@tsg.ne.jp>
=end
-
01:41 AM Bug #719 (Closed): yaml not precise on some strings
- =begin
Hi,
Syck is deprecated, in effect. This issue won't be fixed.
Instead, try Psych. [ruby-core:29337]
--
Yusuke Endoh <mame@tsg.ne.jp>
=end
-
01:37 AM Bug #3005 (Closed): Ruby core dump - [BUG] rb_sys_fail() - errno == 0
- =begin
This issue was solved with changeset r27265.
Sebastian, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
01:32 AM Bug #3005: Ruby core dump - [BUG] rb_sys_fail() - errno == 0
- =begin
Hi,
At Fri, 9 Apr 2010 00:51:49 +0900,
Takehiro Kubo wrote in [ruby-core:29340]:
> > Ok, I have made a reduced version of the script that always
> > reproduces the core dumps. The problem must be related
> > with the oci8... -
12:51 AM Bug #3005: Ruby core dump - [BUG] rb_sys_fail() - errno == 0
- =begin
The issue will be fixed the following patch.
=======================================================
--- io.c~ 2009-08-09 00:34:48.000000000 +0900
+++ io.c 2010-04-09 00:37:35.000000000 +0900
@@ -496,6 +496,7 @@
... -
01:08 AM Bug #3024: mkmf: Directory names with spaces cause invalid Makefiles to be generated
- =begin
=end
-
01:07 AM Feature #3001: Ruby stdlib: Benchmark::Tms #memberwise drops labels
- =begin
=end
-
01:06 AM Feature #3001: Ruby stdlib: Benchmark::Tms #memberwise drops labels
- =begin
Hi,
> It would seem consistent (and more informative) if it also passed in the current label (especially since there's no other way to set it):
It is confusing to preserve the entirely same label, I guess.
If yo... -
12:47 AM Feature #1952 (Open): cannot stop with Ctrl+C
- =begin
遠藤です。
このチケットのために r24591 で
* thread.c (rb_thread_terminate_all): do not ignore interrupt when
reaping threads on termination. [ruby-dev:39107]
という変更が入りましたが、rb_thread_terminate_all の後は
main thread 以外は死... -
12:06 AM Bug #2479: bugs in ruby-mode
- =begin
=end