Activity
From 03/21/2010 to 03/27/2010
03/27/2010
-
11:56 PM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
>> つまり、ふなばさんは 16 進よりも 2 進や 8 進形式が好みであるところ、
>> 16 進がそれらを差し置いて入るのは納得できないという事でしょうか。
>
> 統一性とバランスの問題です。
これだけだと「直感的に気に入らない。」としか読めないのでなんとか言語化してもらえませんか。
今のところふなばさんの意見に賛成する理由はないというか、そもそも意図が
明白ではないように見えているので、現時点でのrevertには反対です。
... -
09:01 PM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
(2010/03/27 20:26), EGUCHI Osamu wrote:
> えぐち@エスアンドイーです
>
> 2010年3月27日19:14 NARUSE, Yui<naruse@airemix.jp>:
>> さて、えぐちさんの指摘は第一にはリテラルとしての導入は不可能という指摘だと思います。
>> それは仰るとおりです。
>
> リテラル表現には(そのままの)aA 表現は導入不可能という点には
> 異論はないという共通認... -
08:56 PM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
> つまり、ふなばさんは 16 進よりも 2 進や 8 進形式が好みであるところ、
> 16 進がそれらを差し置いて入るのは納得できないという事でしょうか。
統一性とバランスの問題です。
> わたしの主張は、以下のようなものです。
> (1) -h.hhh±pd 形式は、符号・仮数・指数という浮動小数点数をそのまま表しているため、
> 浮動小数点の内容を知るのに有用である
> (2) -h.hhh±pd 形式は、C99 の浮動... -
07:14 PM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
(2010/03/27 18:19), KOSAKI Motohiro wrote:
>>> strtod(3) を参考にしたり、影響されたりすることは普通にあるとは思います
>>> が、strtod をこれ程までに尊敬している人は初めてです。
>>
>> わたしの主張は、以下のようなものです。
>> (1) -h.hhh±pd 形式は、符号・仮数・指数という浮動小数点数をそのまま表しているため、
>> 浮動小数点の内容を知るのに有用... -
06:19 PM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
>> strtod(3) を参考にしたり、影響されたりすることは普通にあるとは思います
>> が、strtod をこれ程までに尊敬している人は初めてです。
>
> わたしの主張は、以下のようなものです。
> (1) -h.hhh±pd 形式は、符号・仮数・指数という浮動小数点数をそのまま表しているため、
> 浮動小数点の内容を知るのに有用である
> (2) -h.hhh±pd 形式は、C99 の浮動小数点数リテラルの一形式であり、
>... -
08:29 AM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
(2010/03/26 4:02), Tadayoshi Funaba wrote:
>> なぜ同じなのでしょう。
>> 現在サポートしていないのは単に実装時期の問題だと思っているのですが。
>
> 同じというよりは、もっと低いですかね。
>
>> Ruby のリテラルは C 言語由来と思われるので、
>> これもやはり外しているとは思いません。
>> それとも、先に Ruby リテラルにこの形式を入れるべきという主張ですか?
> ... -
08:26 AM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
成瀬です。
(2010/03/26 8:20), EGUCHI Osamu wrote:
> えぐち@エスアンドイーです
> #おひさしぶりです
>
> 2010年3月24日2:55 NARUSE, Yui<naruse@airemix.jp>:
>> (2010/03/23 21:23), Tadayoshi Funaba wrote:
>>>> String#to_f は従来から指数表記を許していたので、
>>>> String... -
11:24 PM Revision 86aa8f3f (git): * time.c (weq): optimize for small integer.
- (wne): ditto.
(wlt): ditto.
(wgt): ditto.
(wle): ditto.
(wge): ditto.
(rb_time_magnify): ditto.
(rb_time_unmagnify): ditto.
(rb_time_unmagnify_to_float): new function to avoid rational for
Time#to_f and Time#-.
git-svn-... -
10:50 PM Bug #2695: Supported Platforms
- =begin
むらたです。
On 2010/03/27, at 19:00, sh@sheepman.sakura.ne.jp wrote:
> こんにちは sheepman です。
>
>> ../../src/ruby.git/configure \
>> (略
>> --with-opt-dir=/opt/local \
>> (略
>
> これだと拡張ライブラリが Apple 提供のライブラリではなくてMacPortsか何かとリン... -
07:00 PM Bug #2695: Supported Platforms
- =begin
こんにちは sheepman です。
> ../../src/ruby.git/configure \
> (略
> --with-opt-dir=/opt/local \
> (略
これだと拡張ライブラリが Apple 提供のライブラリではなくてMacPortsか何かとリンクしてしまうと思うのですが。
それはそうと、最新のMacPortsにリンクしてビルドすると zlib と openssl でエラーが増えるのですが、むらたさ... -
03:24 PM Bug #2695: Supported Platforms
- =begin
むらたです。
On 2010/03/26, at 23:29, Yusuke ENDOH wrote:
>> やってくれる人にお願いしたいのは
>> * 今Leopardではtest-allはだいたい 10F
>> 未満で推移していて、rubyspecも大体通ります。ただし、bootstraptest/test_ioが刺さります。
>> ?Snow Leopardがこれより深刻な状況でないことを確認して報告してください
>
> し... -
10:14 PM Revision 075cbd2a (git): * time.c (mul): condition refined.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27071 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:26 PM Feature #1395: Steppable Kernel::eval
- =begin
The existing low-level mechanisms in fact do cover this right now. Higher-level tools like debug.rb may need to be adjusted.
There are a couple support issues in Ruby that I think could be addressed slightly better. In part... - 05:14 PM Revision d5c005fd (git): * 2010-03-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:14 PM Revision f0aa9838 (git): * time.c: fix previos commit.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:41 PM Feature #1961: Kernel#__dir__
- =begin
On Fri, Mar 26, 2010 at 8:27 PM, Caleb Clausen <vikkous@gmail.com> wrote:
> Yes, you are right. I tend to blur the distinction between subclassing
> and extending objects at runtime in my own thinking. But whichever it
> is, I... -
04:08 PM Feature #1291: O_CLOEXEC flag missing for Kernel::open
- =begin
> I'm not against it, although I hope it should be automatic in
> the future as mentioned in [ruby-core:22899].
Umm, sorry, I haven't catch your mention. I think IO::close_on_exec
can only be used for already opened file... -
09:59 AM Feature #1291: O_CLOEXEC flag missing for Kernel::open
- =begin
Hi,
At Fri, 26 Mar 2010 23:46:22 +0900,
Motohiro KOSAKI wrote in [ruby-core:29039]:
> File 0001-O_CLOEXEC.patch added
I'm not against it, although I hope it should be automatic in
the future as mentioned in [ruby-core:22... -
12:41 AM Feature #1291: O_CLOEXEC flag missing for Kernel::open
- =begin
On Fri, Mar 26, 2010 at 16:02, stygian23 <stygian23@aol.com> wrote:
> How do I unsubscribe to this, as its currently flooding my work e-mail and I
> don't have the time to follow my intellectual curiosity.
Nor time to Google... - 02:18 PM Revision 7f9b9fba (git): * 2010-03-27
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:18 PM Revision cea57f8f (git): * time.c: use 64bit arithmetic even on platforms with 32bit VALUE.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:58 PM Feature #3018: UNINITIALIZED_VAR() マクロの導入
- =begin
2010年3月27日9:17 SASADA Koichi <ko1@atdot.net>:
> ささだです.
>
> (2010/03/26 22:40), Motohiro KOSAKI wrote::
>> Linuxではこの問題にたいして以下のようなマクロで解決しており、同様の手法を導入したいと
>> 思うのですが、いかがでしょうか?
>>
>> #define uninitialized_var(x) x = x
>
> な... -
09:17 AM Feature #3018: UNINITIALIZED_VAR() マクロの導入
- =begin
ささだです.
(2010/03/26 22:40), Motohiro KOSAKI wrote::
> Linuxではこの問題にたいして以下のようなマクロで解決しており、同様の手法を導入したいと
> 思うのですが、いかがでしょうか?
>
> #define uninitialized_var(x) x = x
なんとなく,マクロの名前が小文字ってのに違和感があるんですが,そうでも
ないでしょうか.それとも,別のプログラム(L... -
10:01 AM Feature #3023: RDoc urls
- =begin
I have been meaning to implement this feature in RDoc, but I have been focused on cleanup. Hopefully soon!
=end
-
06:08 AM Feature #3023 (Closed): RDoc urls
- =begin
Currently, rdoc generates url for methods that look like:
.../classes/Enumerable.html#M002713
This has two drawbacks.
1) This URL is subject to change when methods are added/removed. This makes it impossible to r... -
06:50 AM Bug #3024 (Closed): mkmf: Directory names with spaces cause invalid Makefiles to be generated
- =begin
mkmf does not properly quote or escape directory names containing spaces, and thus creates invalid Makefiles. For example, a recent run of mkmf created a Makefile containing:
BINDIR = $(bindir)
RUBYCOMMONDIR = $(s... -
04:13 AM Bug #3022 (Closed): What are $. and ARGF.lineno ?
- =begin
1) $. is not officially documented.
This makes it difficult to know if it works as expected or not...
The Ruby Prog Language (Flanagan & Matz) states:
"The number of the last line read from the current input file. Eq... -
02:59 AM Feature #3021 (Closed): Array#product should accept a block.
- =begin
Array#permutation and #combination will yield to the given block, or else return an enumerator.
I believe Array#product should have been designed the same way.
Returning an enumerator today would break compatibility tho... -
12:37 AM Bug #3015: NetBSD vs test/dl
- =begin
On 3/26/10 8:16 AM, Aaron Patterson wrote:
> Are you on 32bit or 64bit? I'll try installing a virtual machine.
That machine is i386, so 32-bit. I have another VM there I can spin up
(and would have to update to latest code...
03/26/2010
-
11:46 PM Feature #1291: O_CLOEXEC flag missing for Kernel::open
- =begin
Grr, I forgot to fix commnet. fixed.
=end
-
11:42 PM Feature #1291: O_CLOEXEC flag missing for Kernel::open
- =begin
Sure. This is linux specific feature. and I attached the proposal patch.
test way:
test.rb
--------------------------
open("foo", File::CREAT|File::RDWR|File::CLOEXEC, 0644)
strace -e open ruby test.rb
------... -
11:29 PM Bug #2695: Supported Platforms
- =begin
遠藤です。
2010年3月26日22:06 Yugui <yugui@yugui.jp>:
>> supported platform を増やすのには、基本的には反対です。リリース
>> 難易度が上がりますので。久しく (最低 1 年は) best effort として
>> メンテナンスされてきて、現在もメンテナがいて、今後も継続なメンテ
>> ナンスが期待できる platform なら、supported にしてもいいかも知れ
>
... -
10:07 PM Bug #2695: Supported Platforms
- =begin
2010/3/26 Yusuke ENDOH <mame@tsg.ne.jp>:
> ただ、1.9.1 ブランチメンテナ (Yugui さん) のメンテナンスコストが
> 高まる気はします。Yugui さんは、もっと自分が楽になる方向に指針を
> 決めていいと思います。
Debianの特定リリースで特有の深刻な1.9.1のバグは最早出ない、と期待します。
私がリリース時に動作検証できればあまり問題は無いです。
> supported ... -
09:58 PM Bug #2695: Supported Platforms
- =begin
2010/3/26 Yusuke ENDOH <mame@tsg.ne.jp>:
> の Platform Maintainers によると Mac OS X のメンテナがいないような
> 気がしますが、記載漏れですかね。Best effort でもメンテナはいないと
> ダメみたいなんですが。
そのページに書いてあるように、
> なお、「メンテナがいる」とは明確なのプラットフォームメンテナがいるもの(mswin32など)のほかに、「日々そ... -
07:45 PM Bug #2695: Supported Platforms
- =begin
遠藤です。
お返事ありがとうございます。
2010年3月26日10:54 Yugui <yugui@yugui.jp>:
> 2010/3/26 Yusuke Endoh <redmine@ruby-lang.org>:
>> サポート終了してしまいました。どうしましょう。
>>
>> 1) 1.9.1 はそのまま、1.9.2 では 5.0 に上げる
>> 2) 1.9.1(-pXXX) も 1.9.2 も 5.0 に上げる
>
... -
07:10 PM Bug #2695: Supported Platforms
- =begin
遠藤です。
2010年3月26日18:33 Kenta Murata <muraken@gmail.com>:
> On 2010/03/26, at 10:54, Yugui wrote:
>
>>> また、supported platform について他に何か変更などの考えはあるでしょうか。
>>> Snow Leopard とか。
>>
>> それと同じ理由で、私の環境はまだLeopardなのでこのままではSnow Leopard... -
06:33 PM Bug #2695: Supported Platforms
- =begin
むらたです。
On 2010/03/26, at 10:54, Yugui wrote:
>> また、supported platform について他に何か変更などの考えはあるでしょうか。
>> Snow Leopard とか。
>
> それと同じ理由で、私の環境はまだLeopardなのでこのままではSnow Leopardはperhapsになります。Snow
> Leopardで継続的ビルド環境を立ち上げてくださる方がいれば歓迎し... -
10:54 AM Bug #2695: Supported Platforms
- =begin
2010/3/26 Yusuke Endoh <redmine@ruby-lang.org>:
> サポート終了してしまいました。どうしましょう。
>
> 1) 1.9.1 はそのまま、1.9.2 では 5.0 に上げる
> 2) 1.9.1(-pXXX) も 1.9.2 も 5.0 に上げる
かなり悩ましいです。1.9.1の途中で変えるのは望ましくないし、一方メンテナンス終了してるディストリビューションだけってのもいまいちだからです。
... -
02:53 AM Bug #2695: Supported Platforms
- =begin
遠藤です。
2010年3月26日2:37 Yusuke Endoh <redmine@ruby-lang.org>:
> また、supported platform について他に何か変更などの考えはあるでしょうか。
> Snow Leopard とか。
>
> release plan に書いていませんでしたが、4 月末の preview2 リリースまでには
> 決めないといけないと思います。
間違えた、5 月末ですね。
--... -
02:37 AM Bug #2695: Supported Platforms
- =begin
Yugui さん
遠藤です。
> http://redmine.ruby-lang.org/wiki/ruby-19/SupportedPlatforms の
> Supported ですが、Debian GNU/Linux 4.0 on IA32 はセキュリティ
> サポートももうすぐ終わるので、5.0 にあげた方が良いのではないで
> しょうか?
サポート終了してしまいました。どうしましょう。
1)... -
11:07 PM Bug #1678 (Closed): uninitialized value in ossl_x509store_initialize causes occasional segfault
- =begin
This issue was solved with changeset r27064.
Peter, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
10:40 PM Feature #3018 (Closed): UNINITIALIZED_VAR() マクロの導入
- =begin
最近のgccは未初期化変数をreadしようとすると警告を出すのですが、推論がおおざっぱなのでたまに的外れな警告を出します。
その副作用でthread.c のdo_select()が現在汚いことになっています。
----------------------------------------------------------------------
static int
do_select(int n, fd_set *read, ... -
10:10 PM Feature #1269: warning when Kernel#p is used
- =begin
2010/3/26 Yusuke Endoh <redmine@ruby-lang.org>:
> 蛇足ですが、他にも簡単な lint を実装するなど面白そう。
> ローカル変数は全部小文字で _ 区切りとか、クラス名は Camel Case
> とか。一行 80 桁とか、1 メソッドの行数は 24 行までとか。異論は
> ありそう。
ripperを使ったlint実装の例を公開するほうが、汎用性があって弊害が少なく、その後に続くchecke... -
07:33 PM Feature #1269: warning when Kernel#p is used
- =begin
遠藤です。
2009年3月11日21:31 Yusuke ENDOH <mame@tsg.ne.jp>:
> Kernel#p は非常に便利ですが、デバッグ後に p の呼び出しをすべて消せたか
> 不安になることがあります。
> p という名前は使うときは非常に便利ですが、残念ながら検索するには非常に
> 不便です。単語区切りで検索できないエディタだと検索は限りなく困難ですし、
> 単語区切りで検索できるエディタであっても、... -
09:16 PM Feature #1436: Please consider this addition to resolv.rb which adds methods for resolving LOC resources
- =begin
Hi, akr
2009/5/6 JB Smith <redmine@ruby-lang.org>:
> Please consider this diff which would add support to resolv.rb to permit parsing of LOC resources.
What do you think about this proposal?
I'm not familiar with both r... -
08:02 PM Feature #1395 (Open): Steppable Kernel::eval
- =begin
Hi,
2010/3/26 caleb clausen <redmine@ruby-lang.org>:
> I can't speak for the OP, but what I imagine was intended is something lower-level and finer-grained than set_trace_func. It should allow you to step through code at t... -
12:05 PM Feature #1395: Steppable Kernel::eval
- =begin
I can't speak for the OP, but what I imagine was intended is something lower-level and finer-grained than set_trace_func. It should allow you to step through code at the (YARV) virtual instruction level. That is, there'd be a cal... -
07:37 PM Bug #2995 (Closed): TestHash#test_recursive_check fails
- =begin
This issue was solved with changeset r27062.
Shugo, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
07:35 PM Bug #2995: TestHash#test_recursive_check fails
- =begin
前田です。
2010年3月25日12:17 Shugo Maeda <shugo@ruby-lang.org>:
> Hashのキーにすると危ないものは他にもあるので、このケースだけエラーに
> する必要もないかなと思います。
> 1.8との互換性という意味でもエラーにしない方がいいかもしれないですね。
>
> とくに異論がなければ、テストの方を修正するということでどうでしょうか。
とりあえずテストの方を修正しておきました。
... -
07:12 PM Bug #3014: select + read for STDIN unexpected result on Windows
- =begin
I found that STDIN.read(n) works when n >= 41.
I guess this bug is caused by PeekConsoleInput's bug or side effect.
Here is a guick and dirty patch.
--- win32.c 2010-03-26 19:04:28.502025030 +0900
+++ w... -
01:22 PM Bug #3014: select + read for STDIN unexpected result on Windows
- =begin
=end
-
10:53 AM Bug #3014 (Closed): select + read for STDIN unexpected result on Windows
- =begin
I found that select and read combination for STDIN results "r u b y . e x e" on Windows.
Consider following code:
select([STDIN],nil,nil,10);puts STDIN.read(8)
I entered "test1234\n" for input.
On 1.8.6, it work... -
04:18 PM Bug #3015: NetBSD vs test/dl
- =begin
On 3/25/10 8:22 PM, Aaron Patterson wrote:
> Most likely this will be fixed when I get the dl/ffi underpinnings
> merged to trunk. In the mean time, could you try against my ruby fork
> that has ffi integrated?
Trying ... -
03:04 PM Bug #3015: NetBSD vs test/dl
- =begin
On 3/25/10 8:22 PM, Aaron Patterson wrote:
> Most likely this will be fixed when I get the dl/ffi underpinnings
> merged to trunk. In the mean time, could you try against my ruby fork
> that has ffi integrated?
>
> htt... -
12:20 PM Bug #3015: NetBSD vs test/dl
- =begin
=end
-
11:49 AM Bug #3015 (Closed): NetBSD vs test/dl
- =begin
There are probably related problems with the mentioned tests, or the code they are testing, on NetBSD 5.0.2.
I have not yet investigated the cause of these.
1) Error:
test_to_ptr_io(DL::TestCPtr):
RangeError: bign... -
02:55 PM Revision c31129ff (git): * NEWS: add Thread#add_trace_func and Thread#set_trace_func.
- * test/ruby/test_settracefunc.rb (test_thread_trace): add test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27066 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:04 PM Revision 2b0156b6 (git): * ChangeLog: add author name of a patch
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27065 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:01 PM Bug #3016 (Rejected): Enumerable#slice_before and dup
- =begin
When writing the specs for slice_before, I was surprised that it doesn't call #dup.
class X
def dup
raise "Hi!"
end
end
[:foo].slice_before(X.new){}.to_a
# ==> [[:foo]], I expected it to raise
T... -
02:01 PM Revision 1ab5d394 (git): * ext/openssl/ossl_x509store.c (ossl_x509store_initialize): initialize
- store->ex_data.sk. [ruby-core:28907] [ruby-core:23971]
[ruby-core:18121]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27064 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 11:19 AM Revision 4685b6d9 (git): * Makefile.in (DOXYGEN): Define a missing variable DOXYGEN. Build
- has been failing when doxygen(1) is found by configure but the
variable is not defined by the system and make(1) does not allow
an empty command. ("@$(DOXYGEN)" was the cause)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2706... -
10:32 AM Revision 4f7d401d (git): * test/ruby/test_hash.rb (test_recursive_key): recursive keys are
- permitted now. [ruby-dev:40735]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:31 AM Feature #3010: slow require gems in ruby 1.9.1
- =begin
I trace 'active_record' and found Gem::LoadError has 3 different performance.
version,time,percent
1.8.7 0.106,100%
1.9.2 orignal,0.184,174%
1.9.2 cut $: to $:[-9,9],0.158,149%
My ruby 1.8/1.9 compile step:
./configure op... -
08:30 AM Feature #3010: slow require gems in ruby 1.9.1
- =begin
On Mar 25, 2010, at 15:45, Roger Pack wrote:
I cannot reproduce with ruby trunk:
>>
>> $ time ruby19 -v foo.rb
>> ruby 1.9.2dev (2010-02-09 trunk 26623) [x86_64-darwin10.2.0]
>> 36
>> 39
>>
>> real 0m0.477s
>
> Fr... -
07:24 AM Feature #3010: slow require gems in ruby 1.9.1
- =begin
I cannot reproduce with ruby trunk:
$ time ruby19 -v foo.rb
ruby 1.9.2dev (2010-02-09 trunk 26623) [x86_64-darwin10.2.0]
36
/usr/local/lib/ruby/site_ruby/1.9.1/rubygems.rb:65: warning: method redefined; discarding old ... -
06:47 AM Feature #3010: slow require gems in ruby 1.9.1
- =begin
It appears that you can avoid the use of gem prelude by doing something like
require 'rubygems'
gem 'xxx'
require 'xxx'
If you run it with 1.9.x with "--disable-gems" thusly, for me it gives
1.8.6: 1.0s
1.9.... -
05:39 AM Feature #3010: slow require gems in ruby 1.9.1
- =begin
Just tried trunk. ruby 1.9.2dev (2010-03-26 trunk 27048) [i686-linux].
The issue still exists.after install and run foo.rb. It shows
105
109
real 0m0.771s
user 0m0.529s
sys 0m0.177s
=end
-
01:22 AM Feature #3010: slow require gems in ruby 1.9.1
- =begin
Have you tried trunk? It would be interesting to use gprof to see what the bottleneck is...
-rp
=end
-
07:32 AM Bug #1085: Got the error message, after run 'gem install --test'.
- =begin
This is a minitest issue.
=end
-
07:30 AM Bug #825: Gem::Installer#generate_windows_script の引数の順番が他と一致しない
- I have applied this patch to RubyGems trunk.
-
07:25 AM Bug #1948: RDoc Fails with Non-ASCII Pathnames
- =begin
I have fixed this in rdoc trunk
=end
-
07:19 AM Bug #1040: rubygems/builder.rb should require user_interaction
- =begin
I have fixed this in RubyGems trunk.
=end
-
07:13 AM Bug #843 (Closed): RubyGems include useless libraries
- =begin
lib/rubygems/test_utilities.rb is generally useful for people writing RubyGems extensions. Moving it to test/ will make it hard to load for these people.
The other files have been removed from RubyGems 1.3.6.
=end
-
07:07 AM Bug #2355 (Closed): Please update rubygems!
- =begin
Nobu updated RubyGems to 1.3.6 for me.
=end
-
05:25 AM Feature #2152: Split functionality of Float#inspect and Float#to_s
- =begin
Here's a patch which restores Float#to_s to its "human readable" form and introduces Float#inspect for the "more verbose" form.
Hopefully it will find approval (another name than inspect would be ok, too, though I prefer ins... -
04:57 AM Bug #2997 (Closed): Patch for ext/tk/extconf.rb X11 build failure on NetBSD 5
- =begin
This issue was solved with changeset r27055.
Michael, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
- 04:10 AM Revision 7d4c34b9 (git): * eval.c (rb_eval): Use for() and make it a bit easier to read and
- debug here.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27061 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:02 AM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
> なぜ同じなのでしょう。
> 現在サポートしていないのは単に実装時期の問題だと思っているのですが。
同じというよりは、もっと低いですかね。
> Ruby のリテラルは C 言語由来と思われるので、
> これもやはり外しているとは思いません。
> それとも、先に Ruby リテラルにこの形式を入れるべきという主張ですか?
それはよくわかりません。perl 経由のような気もします。仮に別にそうであっ
ても、C に従わなければならな... -
03:31 AM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
(2010/03/26 3:05), Tadayoshi Funaba wrote:
>> strtod(3) の解釈対象に含まれていない 2 進や 8 進を否定することが、
>> なぜ含まれている 16 進の否定につながるのでしょう。
>
> これは to_f (と Float()) の話で、strtod(3) の話ではありません。成瀬さん
> が認めたように、2進数も8進数もさほど重要だとは思われていなくて、今回の
> 提案にある浮動小... -
03:05 AM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
> strtod(3) の解釈対象に含まれていない 2 進や 8 進を否定することが、
> なぜ含まれている 16 進の否定につながるのでしょう。
これは to_f (と Float()) の話で、strtod(3) の話ではありません。成瀬さん
が認めたように、2進数も8進数もさほど重要だとは思われていなくて、今回の
提案にある浮動小数点数のための拡張された16進数形式も同じだということだ
と思います。
> String#to_f ... -
02:14 AM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
成瀬です。
(2010/03/25 2:51), Tadayoshi Funaba wrote:
>> 先のパッチの対象関数が ruby_strtod である通り、
>> 先の提案は strtod(3) をベースにしています。
>> よって、そこにない 2 進や 8 進を独自に追加する必要を感じません。
>
> 意味がわかりません。でも、その必要を感じの中にこの提案も含まれていると
> いうことだと思います。全く必要ないとはいいません... -
04:01 AM Revision 1a80b5c0 (git): * lib/yaml.rb: adding deprecation notices to YAML methods
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27060 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:45 AM Revision 02228688 (git): * enum.c (Enumerable#each_entry): New method.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27059 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:42 AM Revision f82b8e76 (git): * lib/yaml/basenode.rb: deprecating YPath methods
- * lib/yaml/stream.rb: deprecating YAML::Stream#edit
* test/yaml/test_yaml.rb: requiring yaml/ypath for tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:33 AM Revision e959fda8 (git): * lib/yaml/encoding.rb: YAML.encode, YAML.decode are deprecated.
- * lib/yaml/stringio.rb: yaml/stringio.rb is deprecated.
* lib/yaml/ypath.rb: YAML::YPath is deprecated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27057 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:34 AM Bug #2704 (Assigned): CGI::rfc1123_date causes NameError
- =begin
=end
-
01:19 AM Bug #1421: Permission denied - ~/.ri
- =begin
Backtraces changed on <http://chkbuild.n-z.jp/ruby/debian-amd64/ruby-trunk/log/20100213T073651.diff.txt.gz>,
but it still raises "Permission denied".
=end
-
12:43 AM Feature #1303 (Rejected): A name considered a local variable on RHS of an assignment that defines it
- =begin
Hi,
2009/3/19 Tomas Matousek <redmine@ruby-lang.org>:
> the parser might "visit" RHS first and then define variables in LHS or the other way around. Both options are valid, prioritizing RHS might eliminate some confusion.
... -
12:13 AM Bug #693 (Closed): Thread#set_trace_func seems not to work
- =begin
applied at r27046.
Dave, thank you to report the issue.
=end
03/25/2010
-
11:54 PM Feature #2172: Enumerable#chunk with no block
- Maybe a default block of `{|x| x}` can be useful for some people...
http://stackoverflow.com/questions/2516312/remove-adjacent-identical-elements-in-a-ruby-array
-
11:27 PM Bug #1760 (Closed): Methods Expecting Paths Should Prefer #to_path Over #to_str
- =begin
This issue was solved with changeset r27045.
Run Paint, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
10:58 PM Bug #1810 (Closed): Switching into the specified irb subsession (complains a TypeError)
- =begin
Hi,
I close this ticket because I guess this is already fixed, at least in trunk.
--
Yusuke Endoh <mame@tsg.ne.jp>
=end
-
10:57 PM Bug #1685: Some windows unicode path issues remain
- =begin
For me, it would be helpful to merge what we have now. I am not aware of any problematic parts with methods which are already implemented. However, I am aware that this can lead in confusion when not everything will work with uni... -
10:28 PM Bug #1685: Some windows unicode path issues remain
- =begin
Hello,
In message "[ruby-core:28979] [Bug #1685] Some windows unicode path issues remain"
on Mar.25,2010 19:10:35, <redmine@ruby-lang.org> wrote:
> I wonder if there is a reason this should not be merged
> into trunk AS... -
07:10 PM Bug #1685: Some windows unicode path issues remain
- =begin
Hi Vit,
Thanks. Wow. Good to know.
win32/win32.c:rb_w32_uchown(const char *path, int owner, int group)
win32/win32.c:rb_w32_ulink(const char *from, const char *to)
win32/win32.c:rb_w32_urename(const char *from, co... -
05:01 PM Bug #1685: Some windows unicode path issues remain
- =begin
Hello Bill,
Are you aware of win32_unicode_branch? Its not up-to-date as far as I know, but there is lot of Unicode functionality covered. There is missing mainly Dir.glob functionality.
Vit
=end
-
10:13 AM Bug #1685: Some windows unicode path issues remain
- =begin
Hi,
I'll be needing win32 unicode path support for my current project, so I would like to try to tackle the remaining issues.
I started with a relatively easy one, Dir.mkdir
For Dir.mkdir, I took an approach simila... -
09:27 PM Feature #1395 (Rejected): Steppable Kernel::eval
- =begin
Hi,
> I could really use a steppable eval in the kernel, or a steppable Kernel::Evaluator class. I think this would be very helpful.
Sorry for late response, but what's "steppable eval" ?
When you register the Fea... -
08:25 PM Feature #1031: -U オプションの説明が --help にない
- =begin
前田です。
2010年3月25日15:11 Urabe Shyouhei <shyouhei@ruby-lang.org>:
> まあみんなでうなっててもしょうがないので改善案を出してみましょうか。
> 以下の例だと横79文字、縦22行です。
えっと、この出力を見てperl -hすると、結局perlの出力が24行を超えてしまうので、
対案として24行の制限を外すというのはどうでしょうか。
--
Shugo Maeda
=end
-
03:12 PM Feature #1031: -U オプションの説明が --help にない
- =begin
まあみんなでうなっててもしょうがないので改善案を出してみましょうか。
以下の例だと横79文字、縦22行です。
Usage:
ruby [options ...] -- script [script optoins...]
Options:
Please consult the online manual for the comprehensive list of options
understood,... -
01:45 PM Feature #1031: -U オプションの説明が --help にない
- =begin
前田です。
2010年3月25日1:45 Yusuke Endoh <redmine@ruby-lang.org>:
> 「縦は24行なので文面を調整すれば80文字に納めるのは可能」とのこと
> ですが、現在すでに 24 行使ってしまっていると思います。
>
> $ ./ruby -h | wc -l
> 24
>
> どういうことなんでしょう。当時はまだ余ってた?
シェルのプロンプトで一行使われることを考えると、現在の24... -
01:45 AM Feature #1031: -U オプションの説明が --help にない
- =begin
遠藤です。
> まつもと ゆきひろです
>
> In message "Re: [ruby-dev:37818] [Bug #1031] -U オプションの説明が --help にない"
> on Thu, 22 Jan 2009 14:02:11 +0900, Shyouhei Urabe <redmine@ruby-lang.org> writes:
>
> |縦は24行なので文面を調整すれば80文字に納める... -
07:56 PM Revision 348ae99e (git): * ext/tk/extconf.rb: fix [ruby-core:28901] [Bug #2997]. Thanks, Michael Graff.
- * ext/tk/tcltklib.c: use xfree() for memories allocated by ALLOC().
* ext/tk/tkutil/tkutil.c: ditto.
* ext/tk/lib/tkextlib/version.rb: forgot updating.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27056 b2dd03c8-39d4-4... -
07:55 PM Revision 9e415266 (git): * ext/tk/extconf.rb: fix [ruby-core:28901] [Bug #2997]. Thanks, Michael Graff.
- * ext/tk/tcltklib.c: use xfree() for memories allocated by ALLOC().
* ext/tk/tkutil/tkutil.c: ditto.
* ext/tk/lib/tkextlib/version.rb: forgot updating.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27055 b2dd03c8-39d4-4d8f-98ff-823... -
07:49 PM Bug #3012 (Closed): update file list in sample/README
- =begin
diff --git a/sample/README b/sample/README
index 9187a9d..930172b 100644
--- a/sample/README
+++ b/sample/README
@@ -3,10 +3,10 @@ biorhythm.rb biorhythm calculator
cal.rb cal(1) clone
cbreak.rb no echo done by ioc... - 07:12 PM Revision 4c440ce8 (git): * prelude.rb, Makefile.in, common.mk: Introduce prelude.rb.
- * eval.c (rb_eval_prelude): New function exported only for use in
preludes.
* configure.in: Define RUBY_EXEC_PREFIX and RUBY_LIB_PREFIX.
* ruby.c (proc_options, ruby_init_loadpath, ruby_prelude): Load
prelude.
* compile_prelude.rb... - 07:11 PM Revision 5c54c575 (git): * prelude.rb, Makefile.in, common.mk: Introduce prelude.rb.
- * eval.c (rb_eval_prelude): New function exported only for use in
preludes.
* configure.in: Define RUBY_EXEC_PREFIX and RUBY_LIB_PREFIX.
* ruby.c (proc_options, ruby_init_loadpath, ruby_prelude): Load
prelude.
* compile_prelude.rb... - 07:00 PM Revision 908667e4 (git): Add tests for Kernel#singleton_class.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27052 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:59 PM Revision c36f4b16 (git): * variable.c, intern.h: Add rb_const_remove().
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27051 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:46 PM Bug #3005: Ruby core dump - [BUG] rb_sys_fail() - errno == 0
- =begin
Ok, I have made a reduced version of the script that always reproduces the core dumps.
The problem must be related with the oci8, because if I comment out the lines 23 and 25 it does not generate cores.
Hope some one can h... -
09:21 AM Bug #3005 (Feedback): Ruby core dump - [BUG] rb_sys_fail() - errno == 0
- =begin
How to reproduce it?
=end
- 06:10 PM Revision 2292de78 (git): * 2010-03-26
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27050 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:09 PM Revision cb4d196d (git): * object.c (rb_obj_singleton_class): new method
- Kernel#singleton_class. [ruby-core:21702]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:35 PM Feature #2542: URI lib should be updated to RFC 3986
- 2010/3/25 "Martin J. Dürst" <duerst@it.aoyama.ac.jp>:
> Is there a list of incompatibilities, or can you make one?
Some structures of the syntax is changed in RFC 3986.
This breaks `URI::REGEXP::PATTERN::TOPLABEL` and some constants... -
01:25 PM Feature #2542: URI lib should be updated to RFC 3986
- Hello Yui,
Is there a list of incompatibilities, or can you make one?
Regards, Martin.
---
#-# Martin J. Dürst, Professor, Aoyama Gakuin University
#-# http://www.sw.it.aoyama.ac.jp mailto:duerst@it.aoyama.ac.jp
-
11:56 AM Feature #2542: URI lib should be updated to RFC 3986
- I object to target 1.9.2.
Following RFC 3986 makes some incompatibilities.
It shouldn't be done without consideration.
-
11:39 AM Feature #2542: URI lib should be updated to RFC 3986
- I feel the spec for 1.9.2 has been quite clear for 5 years ... follow RFC 3986!
Integrating some of the features of the addressable gem can be discussed later.
Do we have to wait for Akira Yamada, the official maintainer of this li... - 03:05 PM Revision 77891d86 (git): * 2010-03-26
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27048 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:05 PM Revision dfcf3643 (git): add ref.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:02 PM Feature #1961: Kernel#__dir__
- =begin
Actually, I proposed that it be a String subclass, so it actually
would still be a String, but with some additional logic that people
tend to rewrite themselves anyway.
- Charlie (mobile)
On Mar 24, 2010, at 1:35 PM, ... -
12:29 PM Feature #1961: Kernel#__dir__
- =begin
2010/3/24 Charles Oliver Nutter <headius@headius.com>:
> This is nice but would not be backward compatible with code that depends on
> __FILE__ actually being a string (any code that splits on / or builds a path
> with + "../"... -
04:15 AM Feature #1961: Kernel#__dir__
- =begin
>
> Perhaps __FILE__ should not be a raw String object, but rather a
> CurrentFile object. It could have a #to_str to return the normal String so
> it can be used like normal, but can provide methods like #dir, where
> __FILE... -
02:57 PM Bug #2992 (Closed): File operations leak file handles in Windows XP
- =begin
This issue was solved with changeset r27042.
Pete, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
02:56 PM Revision 0a6418d8 (git): * thread.c (thread_reset_event_flags): set flags to thread.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27046 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:22 PM Revision e7049973 (git): * file.c (rb_get_path_check): prefer #to_path over #to_str. a patch
- originally written by me, and modified by Nobuyoshi Nakada.
[ruby-core:24257]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27045 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:18 PM Bug #2995: TestHash#test_recursive_check fails
- =begin
前田です。
2010年3月24日17:08 Nobuyoshi Nakada <nobu@ruby-lang.org>:
> > 以下の変更(r26961)で、TestHash#test_recursive_checkが失敗するようになっている
> > のですが、この変更は意図的でしょうか。
>
> 一応意図的ですが、検討不足でした。
>
> > また、test_recursive_checkにあるように
> >
> > h =... -
12:15 PM Feature #2746 (Closed): ビルドする拡張ライブラリを configure 時に指定するための --with-exts オプション
- =begin
=end
-
12:11 PM Bug #1390 (Assigned): yaml converts DateTime to Time when dumping and parsing again
- =begin
=end
-
11:17 AM Bug #2330 (Closed): Non systematic segmentation fault with autoload rubyspec
- =begin
Crash resolved by r26718
=end
-
10:56 AM Bug #2211 (Open): eval Documentation Claims Proc Accepted for Binding
- =begin
Since Ruby 1.8 does allow passing a Proc, we should agree on the desired behavior.
=end
-
09:11 AM Revision 9c15f6f8 (git): * NEWS: Array#{uniq,uniq!} can take a block. see [ruby-dev:37998]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:23 AM Revision 21f56f6d (git): * NEWS: add IO#autoclose=, IO#autoclose?, IO#codepoints, IO#each_codepoint.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27043 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:55 AM Feature #3010 (Assigned): slow require gems in ruby 1.9.1
- =begin
=end
-
04:36 AM Feature #3010 (Closed): slow require gems in ruby 1.9.1
- =begin
ruby 1.9.1 version: ruby 1.9.1p420 (2010-02-04 revision 26571) [i686-linux]
ruby 1.8.7 version: ruby 1.8.7 (2010-01-10 patchlevel 249) [i686-linux]
ruby 1.9 takes a lot time on require 'gemname'
------
for code: foo.rb
... -
05:50 AM Revision b3a039a2 (git): * win32/win32.c (rb_w32_{read,write}): fix handle leaks. based on
- a patch from Heesob Park in [ruby-core:28919]. [ruby-core:28833]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:47 AM Bug #3008 (Closed): Can't compile ruby without ruby
- =begin
This issue was solved with changeset r27037.
Christian, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
04:42 AM Bug #3008 (Open): Can't compile ruby without ruby
- =begin
=end
-
03:54 AM Bug #3008: Can't compile ruby without ruby
- =begin
I have built ruby 1.9.1 (p376 and p378) on several computers without an existing ruby interpreter. It has always successfully built a 'miniruby' to interpret scripts in the build process when I have used it. I have done this su... -
03:51 AM Bug #3008: Can't compile ruby without ruby
- =begin
Some of the ruby 1.9 build scripts are written in ruby. So, you must have an existing ruby already in order to build ruby 1.9. I had thought that the usual workaround was to build a ruby 1.8 release first (which doesn't have this... -
03:49 AM Bug #3008: Can't compile ruby without ruby
- =begin
Okay. It seems the problem was that my sources didn't have their proper timestamps. I worked around this by adding this step *prior* to running configure && make && make install
This "fixes" the timestamps for the files th... -
03:05 AM Bug #3008: Can't compile ruby without ruby
- =begin
I'm not using "trunk".
I'm using ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p376.tar.bz2
^
I jus... -
01:57 AM Bug #3008 (Rejected): Can't compile ruby without ruby
- =begin
Hi,
2010/3/25 Christian Holtje <redmine@ruby-lang.org>:
> I tried to compile ruby 1.9.1-p376 on a new unix system(s). (Linux and Solaris).
> I get the error:
> executable host ruby is required. use --with-baseruby opti... -
01:37 AM Bug #3008 (Closed): Can't compile ruby without ruby
- =begin
What happened:
I tried to compile ruby 1.9.1-p376 on a new unix system(s). (Linux and Solaris).
I get the error:
executable host ruby is required. use --with-baseruby option.
make: *** [miniprelude.c] Error 1
What... -
03:57 AM Bug #1423 (Closed): config.charset not found
- =begin
This issue was solved with changeset r27034.
Kazuhiro, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
03:39 AM Revision 98131a6d (git): * NEWS: add Kernel#singleton_class.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27041 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:08 AM Revision e4d8dc5c (git): * bignum.c, node.h, strftime.c, enc/trans/utf8_mac.trans: added explicit casts for supplessing warnings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:52 AM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
> 先のパッチの対象関数が ruby_strtod である通り、
> 先の提案は strtod(3) をベースにしています。
> よって、そこにない 2 進や 8 進を独自に追加する必要を感じません。
意味がわかりません。でも、その必要を感じの中にこの提案も含まれていると
いうことだと思います。全く必要ないとはいいませんが、あまり必要でないと
思います。
> scanf も hexadecimal-floating-constant ... -
02:13 AM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
成瀬です。
(2010/03/24 23:34), Tadayoshi Funaba wrote:
>> to_i がデフォルトで prefix を見ないのは、0377 のような、
>> 0 詰めした数値文字列を、8 進数表記として解釈してしまうのを
>> 問題視したからだと思っています。
>>
>> 今回の to_f は to_i と異なり、このような意図に反した解釈をしやすい
>> パターンが無いので、やはり事情が異なると思います。... - 02:37 AM Revision 31bc607c (git): * test/ruby/test_dir_m17n.rb: HFS+ escapes invalid byte sequences of filenames.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27039 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:22 AM Bug #953 (Closed): 深い入れ子の配列の取り扱いで落ちる
- =begin
遠藤です。
> 以下のスクリプトを実行すると Segmentation fault で落ちました。
>
> $ cat ./nest.rb
> a = [0]
> 10000.times do
> a = [a]
> end
> p a
現在はもう落ちないようなので、close します。
rb_exec_recursive のあたりはたぶん結構いろいろ変わっているので、
何のおかげ... -
02:12 AM Bug #719: yaml not precise on some strings
- =begin
Hi Aaron,
What do you think about this ticket?
> require 'yaml'
> data1 = [{"foo"=>"\n", "bar"=>"baz\n \nbaz"}]
> data2 = YAML.load data1.to_yaml
> p data1, data2
>
> =>
> [{"foo"=>"\n", "bar"=>"baz\n \nb... -
02:03 AM Bug #2774 (Rejected): add explicit constraints for WONTFIX IO bug
- =begin
This ticket was rejected. These won't be fixed.
The current spec is explained in [ruby-core:28335]
--
Yusuke Endoh <mame@tsg.ne.jp>
=end
-
02:03 AM Bug #2775 (Rejected): add explicit constraints for WONTFIX IO bug
- =begin
This ticket was rejected. These won't be fixed.
The current spec is explained in [ruby-core:28335]
--
Yusuke Endoh <mame@tsg.ne.jp>
=end
-
01:39 AM Bug #2998: gets fails in mingw
- =begin
Thanks works well now.
-rp
=end
-
01:38 AM Bug #1421: Permission denied - ~/.ri
- =begin
Hi,
Kazuhiro, is this still reproduced?
If not, could you close the ticket?
--
Yusuke Endoh <mame@tsg.ne.jp>
=end
-
01:23 AM Bug #1393: Multiple assignment does not call to_a but to_ary
- =begin
Hi,
2009/4/21 Vincent Isambart <redmine@ruby-lang.org>:
> In Ruby 1.9, when Ruby is expecting an array and does not get one (for example in splat arguments), it calls the to_a method on the object.
> For example, if x is... -
12:55 AM Bug #1285 (Feedback): Fix Compiler Warnings - iseq and insns
- =begin
Hi, Charlie Savage
Could you tell me if this is still reproduced?
Perhaps, all type inconsistency has been fixed after you registered this
ticket, as long as I look your patch (but I did not actually check with
V... -
12:52 AM Bug #693: Thread#set_trace_func seems not to work
- =begin
Added patch should be applied, because it is so trivial.
If no one disagree with it, I'll commit it.
=end
-
12:20 AM Bug #947: Signal handler block is never called when the program is too short
- =begin
Hi,
2008/12/29 Yuki Sonoda <redmine@ruby-lang.org>:
> Bug #947: Signal handler block is never called when the program is too short
> http://redmine.ruby-lang.org/issues/show/947
>
> Author: Yuki Sonoda
> Status: Op... -
12:19 AM Feature #2012: Set event_flags on thread creation if hook exists
- =begin
Hi,
2010/1/7 Yusuke ENDOH <mame@tsg.ne.jp>:
> 2009/8/30 Mark Moseley <redmine@ruby-lang.org>:
>> In ruby-debug, when a user sets a breakpoint that ends up executed by a later-created thread, then nothing will happen.
I'...
03/24/2010
-
11:57 PM Feature #2012 (Closed): Set event_flags on thread creation if hook exists
- =begin
This issue was solved with changeset r27033.
Mark, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
11:35 PM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
> to_i がデフォルトで prefix を見ないのは、0377 のような、
> 0 詰めした数値文字列を、8 進数表記として解釈してしまうのを
> 問題視したからだと思っています。
>
> 今回の to_f は to_i と異なり、このような意図に反した解釈をしやすい
> パターンが無いので、やはり事情が異なると思います。
そうなのかもしれないけど、浮動小数点数にも16進数表記がある、という時点
でもう基本的条件は同じになったと考... -
02:56 AM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
成瀬です。
(2010/03/23 21:23), Tadayoshi Funaba wrote:
>> String#to_f は従来から指数表記を許していたので、
>> String#hex などと使い分けている String#to_i 事情が違うと理解しています。
>
> 指数表現があることは関係あるんですかね。
>
> to_i では 0x をデファオルトでは数値として見ない、そして to_i はオプショ
> ンを受け付け... -
11:22 PM Bug #3007 (Rejected): subtle inconsistency of Class#to_s
- =begin
遠藤です。
特異クラスの文脈で定義されたクラスの to_s の結果が、Class.new で
作られたかどうかによって変わります。
o = Object.new
class << o
class C; end
D = Class.new
p [C, D] #=> [#<Class:0x825657c>::C, #<Class:0x82564f0>]
end
実害は... -
11:11 PM Bug #616 (Closed): instance_eval and Module#to_s
- =begin
遠藤です。
2008年12月29日12:38 SASADA Koichi <ko1@atdot.net>:
> Shyouhei Urabe wrote::
>> Bug #616: instance_eval and Module#to_s
>> http://redmine.ruby-lang.org/issues/show/616
>>
>> 起票者: Shyouhei Urabe
>> ステータス: Open, ... -
10:16 PM Feature #2013: [PATCH] a = *b calls b.*@
- =begin
On Sun, Aug 30, 2009 at 2:53 PM, Jeremy Evans <redmine@ruby-lang.org> wrote:
> I think this makes for more consistent behavior, and hopefully it isn't just a foolish consistency. I brought up this idea as a question in Shugo Ma... -
10:04 PM Bug #866 (Rejected): gem(1) gemrc(5)
- =begin
問い合わせたもののJim weirichから返事がないままで、本人に会ったときも確認するのを忘れて、そのままです。
既に作成したgem(1), gemrc(5)のman pageが古くなってるので、gem自体のソース埋め込みドキュメントから再作成するのが適当でしょう。よってrejectします。
=end
-
09:24 PM Bug #3005 (Closed): Ruby core dump - [BUG] rb_sys_fail() - errno == 0
- =begin
My ruby script is generating cores, this is the dump:
--
sv.rb:268: [BUG] rb_sys_fail() - errno == 0
ruby 1.9.1p376 (2009-12-07 revision 26041) [ia64-hpux11.31]
-- control frame ----------
c:0005 p:---- s:0016 b:0... -
08:44 PM Revision da8a31bc (git): * configure.in (ruby_version): needs runnable CPP.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:42 PM Revision 2ca76494 (git): * tool/make-snapshot (package): take a breath for HP-UX make
- [ruby-core:28938].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:38 PM Revision d0cd67ef (git): * tool/make-snapshot (Dir.mktmpdir): for 1.8.6 backward compatibility.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:36 PM Revision 058b9db4 (git): * tool/make-snapshot (package): $: no longer contains ".", in trunk.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27035 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:52 PM Revision bc2088b5 (git): * ext/iconv/charset_alias.rb: update of URL. [ruby-dev:38360]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27034 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:52 PM Revision 487a2678 (git): * ext/iconv/charset_alias.rb: update of URL. [ruby-dev:38360]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27034 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:29 PM Feature #1961: Kernel#__dir__
- =begin
This is nice but would not be backward compatible with code that
depends on __FILE__ actually being a string (any code that splits on /
or builds a path with + "../" for example. Maybe a subclass of String?
Is there a do... -
07:03 AM Feature #1961: Kernel#__dir__
- =begin
> (1) add a toplevel constant __DIR__
> pros: looks like __FILE__
> cons: adding new keyword
>
> (2) add Kernel#__DIR__
> pros: no new keyword
> cons: it should have a lower-case name (like 1.9's __method__),
> beca... -
03:34 AM Feature #1961: Kernel#__dir__
- =begin
On 23.03.10 19:10, Roger Pack wrote:
> My personal preference would be __DIR__
...which suggests that the method is a magic constant like __FILE__.
While funny, I don't think it's a good idea.
For example, BasicObject would... -
03:10 AM Feature #1961: Kernel#__dir__
- =begin
My personal preference would be __DIR__
Here's a example patch that seems to work, if it's helpful at all.
Index: prelude.rb
===================================================================
--- prelude.rb (revis... -
05:35 PM Bug #2992: File operations leak file handles in Windows XP
- =begin
=end
-
05:32 PM Bug #2992: File operations leak file handles in Windows XP
- =begin
=end
-
11:41 AM Bug #2992: File operations leak file handles in Windows XP
- =begin
After some inspection, I found this leakage is not file handle but event handle.
When ReadFile fails with EOF, it returns without closing event handle.
Here is a patch for trunck verion ruby 1.9.2dev (2010-03-24 trunk 2702... -
05:08 PM Bug #2995: TestHash#test_recursive_check fails
- =begin
なかだです。
At Tue, 23 Mar 2010 19:15:10 +0900,
Shugo Maeda wrote in [ruby-dev:40735]:
> 以下の変更(r26961)で、TestHash#test_recursive_checkが失敗するようになっている
> のですが、この変更は意図的でしょうか。
一応意図的ですが、検討不足でした。
> また、test_recursive_checkにあるように
> ... -
02:47 PM Revision 96ecfe9a (git): * thread.c (thread_create_core): let new thread inherit RUBY_EVENT_VM
- of event_flags. [ruby-core:25191]
* thread.c (rb_threadptr_exec_event_hooks): delete RUBY_EVENT_VM if
all event_hooks are removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27033 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:37 PM Bug #2998 (Closed): gets fails in mingw
- =begin
This issue was solved with changeset r27029.
Roger, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
05:36 AM Bug #2998: gets fails in mingw
- =begin
Hi Luis, Roger,
I just built MRI on Windows/mingw, from the very latest trunk, and
also starting to see this issue:
D:/work/jruby-dev/rubyinstaller.git/sandbox/ruby19_mingw\bin\ruby -ve 'gets'
ruby 1.9.2dev (2010-03-24 tr... -
04:33 AM Bug #2998: gets fails in mingw
- =begin
Can you try STDIN.gets?
=end
-
04:29 AM Bug #2998 (Closed): gets fails in mingw
- =begin
C:\usr\local\bin>ruby -ve 'gets'
ruby 1.9.2dev (2010-03-24 trunk 27027) [i386-mingw32]
-e:1:in `gets': Not enough space - <STDIN> (Errno::ENOMEM)
from -e:1:in `gets'
from -e:1:in `<main>'
=end
-
02:01 PM Revision 30a4825a (git): * configure.in: revert the previous commit, which seemed to break make
- install. The files of standard libraries are directly installed to
$(PREFIX)/lib/ruby instead of $(PREFIX)/lib/ruby/1.9.1
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:44 AM Feature #2981 (Assigned): Array#repeated_(permutation|combination)
- =begin
=end
-
09:43 AM Bug #2997 (Assigned): Patch for ext/tk/extconf.rb X11 build failure on NetBSD 5
- =begin
=end
-
03:40 AM Bug #2997 (Closed): Patch for ext/tk/extconf.rb X11 build failure on NetBSD 5
- =begin
[submitted directly to the ruby-core list, but I understand this is the preferred path]
I'm attempting to make ruby 1.9.1 build more easily/cleanly on NetBSD 5,
and ran into a problem inside ext/tk. Provided is a patch th... -
09:16 AM Revision b7257e27 (git): * configure.in (LDSHARED, CPP): keep $(CC). [ruby-core:28912]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:16 AM Revision 91e6d017 (git): * configure.in (LDSHARED, CPP): keep $(CC). [ruby-core:28912]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:21 AM Feature #3001 (Feedback): Ruby stdlib: Benchmark::Tms #memberwise drops labels
- =begin
http://ruby-doc.org/stdlib/libdoc/benchmark/rdoc/classes/Benchmark/Tms.html#M000016-source
The implementation of Benchmark::Tms#memberwise only passes the computed time values when creating a new instance, e.g.:
... -
06:08 AM Revision e3888976 (git): * vm_method.c (rb_add_method): prototype of rb_vm_get_sourceline.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:34 AM Revision cb2f56aa (git): * win32/win32.c (rb_w32_read): limit read size to 16KB if the file
- seems to be console. [ruby-core:28902]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:02 AM Bug #2319 (Closed): gethostbyname fails in windows
- =begin
Seems to be working now.
=end
-
01:25 AM Revision 152934a3 (git): * file.c (file_expand_path): set length of string before calling
- rb_enc_check because rb_enc_check scans its content.
This prevents warnings by valgrind.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:03 AM Feature #1981 (Closed): [PATCH] CSV Parsing Speedup
- =begin
Thanks for all the help Tim. We're all caught up now with all of your patches applied.
=end
03/23/2010
-
11:57 PM Feature #2710: Kernel#load loads a relative path
- =begin
The same question here using ruby 1.9.2dev (2010-03-09 trunk 26858) [i686-linux], any update?
=end
-
09:43 PM Feature #2673: the length for an enumerator generated by Array#permutation and Array#combination
- =begin
遠藤です。
2010年3月23日11:28 Urabe Shyouhei <shyouhei@ruby-lang.org>:
> Kenta Murata さんは書きました:
>
>>> やるとしたら、length は「Enumerator 生成時での長さを返す」と揃えるのが
>>> いいのではないでしょうか。
>>
>> 良いと思います。
いやあ、気分は良くないですよね。自分で言っといて。
> おおもとの前提条件である... -
11:28 AM Feature #2673: the length for an enumerator generated by Array#permutation and Array#combination
- =begin
Kenta Murata さんは書きました:
>> やるとしたら、length は「Enumerator 生成時での長さを返す」と揃えるのが
>> いいのではないでしょうか。
>
> 良いと思います。
いや、どうなんでしょうねえ。おおもとの前提条件である
> Array#permutation と Array#combination が生成する enumerator
> は要素数が確定できますが、
に疑問が投げかけられて... -
09:23 PM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
> String#to_f は従来から指数表記を許していたので、
> String#hex などと使い分けている String#to_i 事情が違うと理解しています。
指数表現があることは関係あるんですかね。
to_i では 0x をデファオルトでは数値として見ない、そして to_i はオプショ
ンを受け付けるということ。もしこれがあまり意味のないことだったら、to_f
というより to_i の仕様に疑問が生じます。hex は関係なく、... -
05:27 AM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
成瀬です。
(2010/03/22 22:08), Tadayoshi Funaba wrote:
> 質問ですが、この形式は入力だけでなく、なんらかの方法で出力でも利用でき
> るのでしょうか。
sprintf フォーマットに %a と %A を追加する提案を予定しています。
(つまり、String#% にも追加される)
ただ、現状 missing/vsnprintf.c が %a %A に対応しておらず、
実装に時間がかかり... -
07:15 PM Bug #2995 (Closed): TestHash#test_recursive_check fails
- =begin
前田です。
以下の変更(r26961)で、TestHash#test_recursive_checkが失敗するようになっている
のですが、この変更は意図的でしょうか。
Wed Mar 17 16:25:53 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
* hash.c (rb_hash_aset): allow recursive key. [ruby-co... -
06:47 PM Feature #1082 (Closed): add Object#singleton_class method
- =begin
This issue was solved with changeset r27022.
Suraj, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
06:41 PM Feature #1082: add Object#singleton_class method
- =begin
Hi,
2010/3/22 Yukihiro Matsumoto <matz@ruby-lang.org>:
> |> Does Matz still hate "just a short form"?
> |
> |I don't think so.
> |Do you accept the patch, Matz?
>
> I accept.
I have committed it to the SVN trunk. Tha... - 05:29 PM Revision 064c36a0 (git): * 2010-03-24
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:29 PM Revision e4bd450d (git): Giving proper credit for the new parser.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27026 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:16 PM Feature #1981: [PATCH] CSV Parsing Speedup
- =begin
Patch attached.
Thanks,
Tim Elliott
=end
- 02:59 PM Revision 1bd11289 (git): * lib/csv.rb: Incorporating the fixes from the recent
- FasterCSV releases: 1.5.2 and 1.5.3. [ruby-core:25038]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27025 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:00 PM Revision 0471422b (git): enable Object#inspect doc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27024 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:59 PM Revision ab284526 (git): update doc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:38 AM Revision a3e10f38 (git): * object.c (rb_obj_singleton_class): new method
- Kernel#singleton_class. [ruby-core:21702]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:07 AM Feature #2348: RBTree Should be Added to the Standard Library
- =begin
Yusuke ENDOH wrote:
>> Hash doesn't provide fast search for partial string key.
>
> You mean prefix search, right?
> And, can partial *array* key be handled?
Ah, yes. Thanks, I did mean prefix.
And indeed, based on ... -
07:53 AM Feature #2348: RBTree Should be Added to the Standard Library
- =begin
Jumping in with JRuby perspective..
I suppose this would be easiest for us to implement by wrapping the
built-in TreeMap from Java:
http://java.sun.com/j2se/1.5.0/docs/api/java/util/TreeMap.html
I have not looked over R... -
07:50 AM Feature #2348: RBTree Should be Added to the Standard Library
- =begin
Bill Kelly wrote:
> Tanaka Akira wrote:
>> 2010/3/22 Bill Kelly <billk@cts.com>:
>>
>>> Hash doesn't provide fast search for partial string key.
>> RBTree doesn't provide it.
>> Because RBTree uses <=> for comparing element... -
07:31 AM Feature #2348: RBTree Should be Added to the Standard Library
- =begin
Tanaka Akira wrote:
> 2010/3/22 Bill Kelly <billk@cts.com>:
>
>> Hash doesn't provide fast search for partial string key.
>
> RBTree doesn't provide it.
> Because RBTree uses <=> for comparing elements.
> The result of <... -
01:04 AM Feature #2166 (Rejected): Add CreationError
- =begin
=end
03/22/2010
-
11:37 PM Feature #2673: the length for an enumerator generated by Array#permutation and Array#combination
- =begin
むらたです。
On 2010/03/22, at 12:42, Yusuke ENDOH wrote:
> 2010年3月14日13:05 _ wanabe <redmine@ruby-lang.org>:
>> Enumerator#length は、一般に定義されていた方がなにかと便利な気がします。
>> また、同じクラスのオブジェクトが NoMethodError を起こしたり起こさなかったりするのは
>> 少し分かりにくいので、... -
12:42 PM Feature #2673: the length for an enumerator generated by Array#permutation and Array#combination
- =begin
遠藤です。
2010年3月14日13:05 _ wanabe <redmine@ruby-lang.org>:
> Enumerator#length は、一般に定義されていた方がなにかと便利な気がします。
> また、同じクラスのオブジェクトが NoMethodError を起こしたり起こさなかったりするのは
> 少し分かりにくいので、なるべくなら避けた方がいいように思います。
> 長さが定義できないものについては、RuntimeError... -
10:09 PM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
質問ですが、この形式は入力だけでなく、なんらかの方法で出力でも利用でき
るのでしょうか。
あと、これを浮動小数点数において16進数を受けつけるようにした、と解釈す
ると、たとえば、Integer では、
Integer('0xff') #=> 255
'0xff'.to_i #=> 0
という違いがあるようです。
Float('0xff.0p+0') #=> 255.0
'0xff.0p+0'.to_f #=>... -
08:47 PM Feature #2084 (Closed): Method#source_location and Methods Created with `attr`
- =begin
This issue was solved with changeset r27016.
Run Paint, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
02:18 PM Feature #2084: Method#source_location and Methods Created with `attr`
- =begin
> If you are reluctant to commit it without explicit approval, I'll
> commit it on my own responsibility.
Many thanks for your concern.
I'll apply it soon.
=end
-
01:26 PM Feature #2084: Method#source_location and Methods Created with `attr`
- =begin
Hi,
> Matz or Yugui, could you approve this?
Yugui has agreed with this feature on IRC.
But she said she had no responsibility for Method#source_location.
(I had misunderstood that she had committed it)
Well, b... -
08:18 PM Revision 094d03c5 (git): * test/yaml/test_hash.rb (test_ref_append): adding a test for idref
- append nodes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27020 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:06 PM Feature #2348: RBTree Should be Added to the Standard Library
- =begin
Hi,
Thank you for your detailed reply!
2010/3/22 Bill Kelly <billk@cts.com>:
> Hash is not maintained in key-sorted order.
>
> Hash does not offer upper_bound(key) or lower_bound(key)
> or bound(key1, key2) in O(log N... -
07:06 PM Feature #2348: RBTree Should be Added to the Standard Library
- =begin
Yusuke ENDOH wrote:
> 2010/3/22 Bill Kelly <billk@cts.com>:
>> RBTree and MultiRBTree provide functionality which, with its
>> worst-case O(log N) search, insert, and delete complexity for
>> a sorted pair associative contain... -
11:27 AM Feature #2348: RBTree Should be Added to the Standard Library
- =begin
Hi,
2010/3/22 Bill Kelly <billk@cts.com>:
> RBTree and MultiRBTree provide functionality which, with its
> worst-case O(log N) search, insert, and delete complexity for
> a sorted pair associative container can't be readily... -
10:59 AM Feature #2348: RBTree Should be Added to the Standard Library
- =begin
Hi,
Yusuke ENDOH wrote:
>
> Is there case where we want to use RBTree directly, instead of set.rb?
I'm sorry if I've misunderstood - but it would not have occurred
to me to use 'set' to access RBTree's functionality.
... -
09:40 AM Feature #2348: RBTree Should be Added to the Standard Library
- =begin
Hi,
2010/3/22 James Gray <redmine@ruby-lang.org>:
> Is there any chance we could get this incorporated before the 1.9.2 feature freeze?
This ticket is not simple since this feature seems to be against "Large
Class Princ... -
05:16 AM Feature #2348: RBTree Should be Added to the Standard Library
- =begin
This ticket doesn't have:
* Who maintain it
* Sufficient reason to bundle
If someone maintain it, the problem is, Is this worth to bundle?
So you should persuade, like:
* Gauche have RBTree http://practical-scheme... -
04:26 AM Feature #2348: RBTree Should be Added to the Standard Library
- =begin
Is there any chance we could get this incorporated before the 1.9.2 feature freeze?
=end
-
07:34 PM Feature #973: EncDet again
- =begin
2010/3/22 Yusuke Endoh <redmine@ruby-lang.org>:
>> 言い換えると、このライブラリの用途は様々な場面で必要である一方、実装が意外と難しいので、
>> 適切なライブラリを標準添付で提供しなければならないと思っています。
>> たとえ名前で合意がつかなかったとしても、yuguiさん判断で名前を決定し、添付するべきであろうと。
>
> とのことなので、入れた方がいいんじゃないかなと思っていました。
... -
12:11 PM Feature #973: EncDet again
- =begin
遠藤です。
2010年3月20日16:00 Yugui <yugui@yugui.jp>:
> 2010/3/20 Yusuke ENDOH <mame@tsg.ne.jp>:
>> 再度いいますが、3 月末までに合意できないと自動的に流れますので、
>> 導入を狙っている人たちはがんばってください。
>
> 議論の過程でもうちょっと実例が集まることを期待したんですが、結局3例のままですよね。
> ならば流してもうちょっ... - 04:15 PM Revision 0899c59b (git): * 2010-03-23
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27019 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:15 PM Revision a4fa54a1 (git): * ext/socket: use rsock_ prefix for internal initialization functions.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:11 PM Feature #1880: Hash#flatten Doesn't Operate Recursively for Hash Values
- =begin
Hi,
> Hash#flatten claims to flatten recursively if given an argument specifying the depth. This works as expected for Array values, but has no bearing on Hash values.
I wonder why recursive Hash#flatten is needed :... -
12:00 PM Feature #1599: ruby test_foo.rb --help do not show help message
- =begin
Hi,
> I execute below command.
> I think it shows help messages, but execute tests only.
>
> $ ruby test_foo.rb --help
>
> For convenience, I want it to show help messages.
Ryan, what do you think about thi... -
11:44 AM Revision 91533255 (git): add a test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:44 AM Revision c46f7139 (git): * proc.c (rb_method_location): return attr's location if it is setup.
- [Feature #2084]
* NEWS: follow above.
* vm_method.c (rb_add_method): save attr's location.
* gc.c (mark_method_entry): mark attr's location.
* method.h (rb_method_definition_t): add member to save attr's location.
* vm_eval.c (vm_ca... -
11:00 AM Feature #2013: [PATCH] a = *b calls b.*@
- =begin
Hi,
> This makes the * operator operate more similarly to the + and - operators.
Interesting. It may be useful to simplify the semantics of multiple
assignment which is considered as one of most complex part of Ruby.... - 10:33 AM Revision dcd49e3b (git): * 2010-03-22
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27015 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:33 AM Revision 95c269a1 (git): * lib/date.rb (Date#>>): fixed. [ruby-core:28011]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27014 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:32 AM Revision 5d8f6950 (git): * lib/date.rb (Date#>>): fixed. [ruby-core:28011]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27013 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:20 AM Feature #1103: Ruby used for webrick cgi should be configurable
- =begin
Hi,
> The ruby used for cgi in webrick is not configurable.
>
> This patch allows the ruby binary to be configurable so that ruby does not need to be installed to use webrick cgi.
>
> This also fixes webrick tests.
... -
09:45 AM Revision 65248459 (git): update doc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:44 AM Feature #440 (Closed): Better introspection for methods (declaring class, arity)
- =begin
Hi,
> Tools relying on introspection would benefit from having access to information such as:
> 1) where was a given method declared, and
> 2) how many arguments does a method accept.
I think the requests has alread... -
09:37 AM Feature #1082: add Object#singleton_class method
- =begin
Hi,
In message "Re: [ruby-core:28731] Re: [Feature #1082] add Object#singleton_class method"
on Thu, 18 Mar 2010 15:22:23 +0900, Shugo Maeda <shugo@ruby-lang.org> writes:
|> Does Matz still hate "just a short form"?
... -
09:01 AM Revision 0edceaa7 (git): * configure.in (RMDIRS): use rmdir -p if possible.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27011 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:38 AM Revision cce8bbb7 (git): * Makefile.in ({dist,real}clean-ext): fix for removing ext
- directories.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27010 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:23 AM Feature #1981: [PATCH] CSV Parsing Speedup
- =begin
Thanks Timothy, but this patch doesn't include your latest fix from the FasterCSV side, to restore the strict parser behavior. This tests is currently failing:
def test_non_regex_edge_cases
# An early version of the... -
03:33 AM Revision 1561d3fb (git): update doc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27009 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:24 AM Revision 1a40be09 (git): update doc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27008 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:48 AM Revision 062780c8 (git): update doc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:06 AM Revision 0647517b (git): * ext/socket/.document: extracted from ext/.document.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27006 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:02 AM Feature #2981: Array#repeated_(permutation|combination)
- =begin
Hi matz,
2010/3/18 KISHIMOTO, Makoto <ksmakoto@dd.iij4u.or.jp>:
> New methods Array#repeated_(permutation|combination).
>
> Like Array#(permutation|combination), these methods make
> repeated permutation or combination.
...
03/21/2010
-
07:57 PM Feature #2250 (Closed): IO::for_fd() objects' finalization dangerously closes underlying fds
- =begin
This issue was solved with changeset r26999.
Mike, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
06:07 PM Bug #2742 (Closed): IO#read/gets can be very slow in doze
- =begin
This issue was solved with changeset r26997.
Roger, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
03:51 PM Revision c9e4e440 (git): * ext/socket/rubysocket.h (rsock_revlookup_flag): declared.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27005 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:03 PM Revision e98ffd97 (git): * symbian/setup (config.h): RUBY_EXEC_PREFIX defined.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27004 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:02 PM Revision 5befc5d5 (git): * 2010-03-22
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27003 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:02 PM Revision f0c0d98d (git): * symbian/setup (config.h): RUBY_EXEC_PREFIX defined.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27002 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:36 PM Revision 83c2f60b (git): * lib/uri/common.rb (URI.encode_www_form_component):
- convert strings of HTML5 ASCII incompatible encoding
to UTF-8.
* lib/uri/common.rb (URI.encode_www_form_component):
"\x83\x41" of Shift_JIS should be encoded as "%83A".
This follows real implementations.
* lib/uri/common.rb (URI.... -
12:10 PM Revision 66390013 (git): * lib/resolv-replace.rb: specify super class for rdoc.
- * lib/ipaddr.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27000 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:52 AM Revision ed2dd5e3 (git): * io.c (rb_io_initialize): add autoclose argument to control close
- at finalization. [ruby-core:26222]
* io.c (rb_io_autoclose_p, rb_io_set_autoclose): new methods.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26999 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:50 AM Revision daa73987 (git): * ext/socket: make sources rdoc friendly.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26998 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:04 AM Feature #2983 (Third Party's Issue): Ruby (GPLv2 only) tries to link to with readline (now GPLv3)
- =begin
=end
-
07:09 AM Feature #2983: Ruby (GPLv2 only) tries to link to with readline (now GPLv3)
- =begin
At least, to avoid divergence, I don't think we should make discussions in many places.
=end
-
09:04 AM Feature #2032 (Third Party's Issue): Change the license to "GPLv2+ or Ruby's original".
- =begin
=end
-
09:04 AM Feature #2982 (Third Party's Issue): Ruby tries to link with both openssl and readline
- =begin
=end
-
08:49 AM Feature #2982 (Open): Ruby tries to link with both openssl and readline
- =begin
=end
-
05:38 AM Feature #2982: Ruby tries to link with both openssl and readline
- =begin
On 2010-03-21 05:25:01 +0900, Michal Suchanek wrote:
> On 20 March 2010 20:50, Ryan Davis <ryand-ruby@zenspider.com> wrote:
> >
> > On Mar 19, 2010, at 15:42 , caleb clausen wrote:
> >
> >> How much effort would be needed to... -
05:25 AM Feature #2982: Ruby tries to link with both openssl and readline
- =begin
On 20 March 2010 20:50, Ryan Davis <ryand-ruby@zenspider.com> wrote:
>
> On Mar 19, 2010, at 15:42 , caleb clausen wrote:
>
>> How much effort would be needed to internationalize libedit?
>
> Apparently this has already bee... -
04:51 AM Feature #2982: Ruby tries to link with both openssl and readline
- =begin
On Mar 19, 2010, at 15:42 , caleb clausen wrote:
> How much effort would be needed to internationalize libedit?
Apparently this has already been done, but not released yet. Aaron found recent commits in their repo that lo... -
08:57 AM Revision cce4892c (git): * io.c (IO_RBUF_CAPA_FOR): use large buffer as cbuf if readconv is
- needed for performance improvement. based on a patch by Roger Pack
in [ruby-core:28163]. [ruby-core:28162]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26997 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:15 AM Revision 8e63c340 (git): * tool/transcode-tblgen.rb: reuse hash object.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26996 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:34 AM Bug #2992 (Closed): File operations leak file handles in Windows XP
- =begin
Various operations on files leak file handles in Windows XP. In the two attached scripts, Task Manager will report ~30 open file handles for the ruby process at the first gets, then ~230 at the second gets.
This has only bee... -
03:38 AM Revision 49d99372 (git): * tool/transcode-tblgen.rb (transcode_compile_tree): make
- valid_encoding mandatory unless from_encoding is registered in
ValidEncoding.
(transcode_tbl_only): ditto.
(transcode_tblgen): ditto.
(ValidEncoding): new function.
* enc/trans/escape.trans: specify valid_encoding.
* enc/trans/... -
12:43 AM Revision f623979f (git): * io.c (IO_[CRW]BUF_CAPA_MIN): replaced magic numbers.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26994 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:24 AM Revision 9a836831 (git): * 2010-03-21
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:24 AM Revision 82488cf2 (git): * object.c (rb_obj_hash): use LONG2FIX to avoid Bignum allocation.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:14 AM Feature #1358 (Rejected): net/http has no TRACK method - here's a patch
- =begin
TRACK is only in IIS and source of vulnerability.
We can't add such method.
http://www.kb.cert.org/vuls/id/288308
http://www.symantec.com/business/security_response/attacksignatures/detail.jsp?asid=20419
=end