Activity
From 04/30/2010 to 05/06/2010
05/06/2010
-
11:48 PM Bug #3248: extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
- =begin
From: Luis Lavena <luislavena@gmail.com>
Subject: [ruby-core:30055] Re: [Bug #3248] extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
Date: Thu, 6 May 2010 21:39:22 +0900
Message-ID: <o2p71166b3b1005060538weed... -
11:48 PM Bug #3248: extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
- =begin
From: Luis Lavena <luislavena@gmail.com>
Subject: [ruby-core:30055] Re: [Bug #3248] extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
Date: Thu, 6 May 2010 21:39:22 +0900
Message-ID: <o2p71166b3b1005060538weed... -
10:22 PM Bug #3248: extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
- =begin
I also ran into the same issue back in March http://www.ruby-forum.com/topic/206113
My current "fix" is to remove <GIT_INSTALL>\cmd from my PATH and use a non-preferred shell (development irritant) which is not really a fix ... -
09:39 PM Bug #3248: extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
- =begin
On Thu, May 6, 2010 at 7:09 AM, Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> wrote:
>
>> Search tclConfig.sh and tkConfig.sh..........................................................
>> Valid tclConfig.sh and tkConfig.sh are found... -
07:09 PM Bug #3248: extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
- =begin
From: Luis Lavena <redmine@ruby-lang.org>
Subject: [ruby-core:30041] [Bug #3248] extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
Date: Thu, 6 May 2010 09:46:51 +0900
Message-ID: <4be2117b67a85_999c9b1e801358... -
07:09 PM Bug #3248: extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
- =begin
From: Luis Lavena <redmine@ruby-lang.org>
Subject: [ruby-core:30041] [Bug #3248] extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
Date: Thu, 6 May 2010 09:46:51 +0900
Message-ID: <4be2117b67a85_999c9b1e801358... -
09:46 AM Bug #3248: extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
- =begin
Hello Hidetoshi,
This issue still appears as r27635:
-
10:56 PM Bug #3253 (Closed): cannot install ruby on windows
- =begin
こんにちは、なかむら(う)です。
IRCで指摘されて気付いたのですが(というかビルドできてなかった
ので気付けなかったのですが)、Windowsでmake installができなく
なっています。
原因は、r27638でlib/tmpdir.rbがtmpdir.soのrequire失敗を許さな
くなったため(この変更自体は正しい)、tool/rbinstall.rbでrequire
しているlib/tempfile.rbがr... -
10:27 PM Bug #1685: Some windows unicode path issues remain
- =begin
Hello,
In message "[ruby-core:30054] Re: [Bug #1685] Some windows unicode path issues remain"
on May.06,2010 21:38:19, <billk@cts.com> wrote:
> > For compatibility.
> >
> > I will not change filesystem encoding in Win... -
09:38 PM Bug #1685: Some windows unicode path issues remain
- =begin
Hi,
U.Nakamura wrote:
>
> In message "[ruby-core:30052] Re: [Bug #1685] Some windows unicode path issues remain"
> on May.06,2010 19:39:27, <billk@cts.com> wrote:
>> This works, in terms of returning a UTF-8 path stri... -
07:58 PM Bug #1685: Some windows unicode path issues remain
- =begin
Hello,
In message "[ruby-core:30052] Re: [Bug #1685] Some windows unicode path issues remain"
on May.06,2010 19:39:27, <billk@cts.com> wrote:
> This works, in terms of returning a UTF-8 path string; however,
> rb_dir_ge... -
07:39 PM Bug #1685: Some windows unicode path issues remain
- =begin
U.Nakamura wrote:
>
> In message "[ruby-core:30012] Re: [Bug #1685] Some windows unicode path issues remain"
> on May.05,2010 15:35:11, <billk@cts.com> wrote:
> |
> | It seems rb_stat in file.c calls stat(), but stat d... - 09:48 PM Revision fac0ae84 (git): * 2010-05-07
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:48 PM Revision 04d8286d (git): * ext/tk/extconf.rb: search directories on PATH, only if containing
- tclsh or wish command (probably right fix for [ruby-core:30010]).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:47 PM Revision cc9333b8 (git): * ext/tk/extconf.rb: search directories on PATH, only if containing
- tclsh or wish command (probably right fix for [ruby-core:30010]).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27649 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:20 PM Feature #3251: allow to unlock mutex locked by another thread
- =begin
遠藤です。
2010年5月6日20:02 Tanaka Akira <akr@fsij.org>:
> 2010年5月6日1:24 Yusuke Endoh <redmine@ruby-lang.org>:
>
>> 2 について、現状は Thread#raise には以下のような race が存在します。
>>
>> t1: begin 節を実行している
>> t2: t1.raise する
>> t1: rescue/... -
08:07 PM Feature #3251: allow to unlock mutex locked by another thread
- =begin
遠藤です。
2010年5月6日1:55 SASADA Koichi <ko1@atdot.net>:
> Python はなぜ Mutex を他から解放できるのか,よくわからないのですが,
>
*snip*
>
> ということで,Mutex という名前だと,他から解放出来ない,というニュアンス
> が含まれてるんじゃないかなぁ,という感覚があります.
そういえば Python では Lock という名前です。... -
05:10 PM Feature #3251: allow to unlock mutex locked by another thread
- =begin
kosakiです
> ということで,Mutex という名前だと,他から解放出来ない,というニュアンス
> が含まれてるんじゃないかなぁ,という感覚があります.
>
> 他のシステムだと,セマフォがあるからいいじゃん,ということなのかもしれ
> ず,じゃぁ Ruby にもセマフォを入れないといけない,ということかもしれません.
>
> 「感覚」なので,根拠のある話ではないんですが,用語の混乱を避けるために
> も,「便利そうだから入れち... -
01:55 AM Feature #3251: allow to unlock mutex locked by another thread
- =begin
ささだです.
(2010/05/06 1:24), Yusuke Endoh wrote::
> Feature #3251: allow to unlock mutex locked by another thread
> http://redmine.ruby-lang.org/issues/show/3251
>
> 起票者: Yusuke Endoh
> ステータス: Open, 優先度: Normal
> 担当者: Koi... -
01:24 AM Feature #3251 (Rejected): allow to unlock mutex locked by another thread
- =begin
遠藤です。
現状では mutex は lock したスレッドからしか unlock できませんが、
これを許可するようにしませんか。動機は 2 つあります。
1) Python の condition variable が mutex を別スレッドから unlock
することで実装されている、のが真似できる
2) Thread#raise を race condition なしに使えるようになる (気がする)
... - 07:28 PM Revision c4976411 (git): * 2010-05-07
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27648 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:28 PM Revision 54476a60 (git): * ext/bigdecimal/bigdecimal.c (VpCtoV): fix to check overflow.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27647 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:00 PM Feature #3112: require "yaml" doesn't use psych as default
- =begin
Hello,
In message "[ruby-core:30044] Re: [Bug #3112] require "yaml" doesn't use psych as default"
on May.06,2010 15:46:00, <aaron@tenderlovemaking.com> wrote:
> > Bug #3112: require "yaml" doesn't use psych as default
>... - 01:21 PM Revision 8db2aa12 (git): * cont.c: define FIBER_USE_NATIVE only when _WIN32_WINNT >= 0x0400
- on Windows because Fiber APIs are supported only such building
(and running) environments.
[ruby-dev:41192]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:37 PM Feature #1408: 0.1.to_r not equal to (1/10)
- =begin
Float#rationalize is added again at r27503.
Please check that revision.
On 2010/05/06, at 7:23, Marc-Andre Lafortune wrote:
> Maybe a kind Japanese reader can provide the gist of [ruby-dev:41061]
> to explain why was Floa... -
10:13 AM Revision bcd0bcc3 (git): * test/openssl/test_ec.rb: added test_dsa_sign_asn1_FIPS186_3. dgst is
- truncated with ec_key.group.order.size after openssl 0.9.8m for
FIPS 186-3 compliance.
WARNING: ruby-openssl aims to wrap an OpenSSL so when you're using
openssl 0.9.8l or earlier version, EC.dsa_sign_asn1 raises
OpenSSL::PKey::... -
09:33 AM Revision f7050e0e (git): * ext/fiddle/function.c (function_call): removed unused variable.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27644 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:31 AM Revision 106e2cc6 (git): * cont.c (Init_Cont): th is used only when FIBER_USE_NATIVE.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:23 AM Bug #1341: pthread_cond_timedwait failing in 1.9.1-p0 thread tests on HP-UX 11i v2
- =begin
Hi,
2010/5/6 Graham Agnew <redmine@ruby-lang.org>:
> On HP-UX, that patch stopped the rb_bug_errno happening, although the test/ruby/test_io.rb and test/ruby/test_thread.rb scripts both blocked indefinitely.
>
> The code in... -
06:01 AM Bug #1341: pthread_cond_timedwait failing in 1.9.1-p0 thread tests on HP-UX 11i v2
- =begin
Today I downloaded, patched, and compiled the latest snapshot.
On HP-UX, that patch stopped the rb_bug_errno happening, although test/ruby/test_thread.rb scripts blocked indefinitely. On being interrupted it was the following... -
09:13 AM Revision 26c48195 (git): * cont.c (fiber_setcontext): Fix last commit.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:16 AM Revision fadc3a8b (git): * time.c (rb_localtime_r2): get rid of infinite loop bug of
- localtime() on x86_64-darwin. [ruby-core:30031]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:42 AM Bug #3236: ISeq.load で [BUG] iseq_set_sequence: ic_index overflow が発生
- =begin
取り込んでいただきありがとうございました。
あわただしいと時に非公開関数の問題をチケット登録してしまい申し訳ありませんでした。今後の指針にします。
=end
-
06:59 AM Revision 4bada8b8 (git): * ext/fiddle/*: Adding fiddle library to wrap libffi
- * test/fiddle/*: testing fiddle extension
* ext/dl/lib/dl.rb: Requiring fiddle if it is available
* ext/dl/lib/dl/callback.rb: using Fiddle if it is available
* ext/dl/lib/dl/func.rb: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
06:07 AM Revision ca3c007f (git): * string.c (rb_str_match_m): add description about optional
- position parameter. [ruby-list:47064]
patched by KISHIMOTO, Makoto <ksmakoto AT dd.iij4u.or.jp>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:14 AM Revision 3b9c0030 (git): * lib/tmpdir.rb: test RUBY_PLATFORM for loading tmpdir.so to avoid
- LoadError.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 03:45 AM Revision ec0b0144 (git): * NEWS: add rationalize methods of Complex, Float, Integer, NilClass, and Rational classes.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27637 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:12 AM Revision 4211e894 (git): * README: update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:12 AM Revision 0f7321ed (git): * README: update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:57 AM Bug #2777 (Closed): Invalid read of size 4 by redefining load
- =begin
This issue was solved with changeset r27634.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
05/05/2010
-
11:28 PM Bug #3250 (Third Party's Issue): [BUG] Segmentation fault
- =begin
Hi,
Could you ask the author of MediaInfo first?
I temporarily set this ticket status to Third Party's issue.
The invoking code is not self-contained and cannot be executed.
To investigate this issue, a self-cont... -
10:24 PM Bug #3250 (Closed): [BUG] Segmentation fault
- =begin
Hello,
I was attempting to extract some metadata of a couple of videos using MediaInfo CLI and MediaInfo gem (http://github.com/greatseth/mediainfo). However, when attempting to access the duration of a video I get the follo... -
10:54 PM Bug #1914 (Closed): ruby-1.9.1-p243 failed to build from source on aix 5.3 with gcc 4.2.0
- =begin
Some issues reported here is fixed by r24482 and r25124.
At least, building ruby(trunk) is finished successfully in my env(AIX 5.3).
By the way, for this 'w' problem:
> I was worry why 'w' was used here and see that it c... -
10:37 PM Bug #3236 (Closed): ISeq.load で [BUG] iseq_set_sequence: ic_index overflow が発生
- =begin
This issue was solved with changeset r27632.
Tomoyuki, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
10:12 PM Bug #3236: ISeq.load で [BUG] iseq_set_sequence: ic_index overflow が発生
- =begin
遠藤です。
InstructionSequence#load は非公開関数であり、iseq gem は third
party (ワナベさんですが) の gem なので、この redmine に Bug
チケットとして登録するのはあまり好ましくなかったかもです。
うるさくてすみませんが、リリース前の時期なので一応。
普通のメールとして送って頂けると大歓迎です。
# 早く verifier が実装されて公開メソッドになる... -
09:11 PM Bug #3236: ISeq.load で [BUG] iseq_set_sequence: ic_index overflow が発生
- =begin
すみません、自分のコメントが分かりにくかったので補足致します。
パッチ前半の ic_index のチェック部分については判断がつきませんでしたので
保留させて頂きました。(r27616 はパッチ後半だけです)
この部分、分かる方に判断をお願いします。
=end
-
09:57 PM Bug #2063 (Closed): Core dump on AIX
- =begin
This issue was solved with changeset r27631.
Perry, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
09:38 PM Bug #2063: Core dump on AIX
- =begin
Hi,
2010/5/4 Yusuke Endoh <redmine@ruby-lang.org>:
> Issue #2063 has been updated by Yusuke Endoh.
...
> Your patch looks good to me.
Thank you very much for spending your time for this issue. I really
appreciate it.
>... -
08:59 PM Bug #3239: ext/tk on cygwin
- =begin
永井@知能.九工大です.
From: Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
Subject: [ruby-dev:41135] Re: [Bug:trunk] ext/tk on cygwin & cross-compiling ext/tk
Date: Mon, 3 May 2010 17:01:51 +0900
Message-ID: <20100503.170150.74739838.naga... -
07:17 PM Bug #3239 (Closed): ext/tk on cygwin
- =begin
This issue was solved with changeset r27627.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
08:57 PM Bug #2488 (Closed): thread usage can result in bad HANDLE
- =begin
This issue was solved with changeset r27630.
Roger, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
02:42 PM Bug #2488: thread usage can result in bad HANDLE
- =begin
Hello,
In message "[ruby-core:30005] [Bug #2488] thread usage can result in bad HANDLE"
on May.05,2010 06:35:12, <redmine@ruby-lang.org> wrote:
| (Windows 7 32 bit, 4GB RAM). I assume it's just a timing issue.
I thin... -
06:35 AM Bug #2488: thread usage can result in bad HANDLE
- =begin
That patch seems to fix it for me.
@Luis: I am able to reproduce #3183 (sometimes it takes a few minutes, and requires the puts in there). Ex backtrace:
[BUG] w32_reset_event: The handle is invalid.
ruby 1.9.2dev ... -
07:17 PM Bug #3248 (Closed): extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
- =begin
This issue was solved with changeset r27627.
Luis, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
03:09 PM Bug #3248 (Closed): extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
- =begin
Using GCC 3.4.5, under MinGW, with msysGit installed, extension tk is finding tcl and tk config bash scripts even when those are not in the path:
-
07:17 PM Bug #3238 (Closed): cross-compiling ext/tk
- =begin
This issue was solved with changeset r27627.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
06:37 PM Revision c462c50d (git): * cont.c: apply FIBER_USE_NATIVE patch. This patch improve
- Fiber context switching cost using system APIs. Detail comments
are written in cont.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:51 PM Revision 833cade2 (git): * vm_method.c (rb_unlink_method_entry, rb_sweep_method_entry):
- added. Unlinked method entries are collected to
vm->unlinked_method_entry_list. On the GC timing, mark all method
entries which are on all living threads. Only non-marked method
entries are collected. This hack prevents releasi... -
04:46 PM Bug #3244: the behavior of Tempfile#size was changed
- =begin
> そういう事情があるなら、個人的には rubyspec 側を直すということでも
> 構わないと思いました。元の挙動は全然便利じゃないので、依存している
> 人もいない予感がしますし。
そう思います。rubyspec側を直して1.9.2ではバグ修正として受け入れることにします。
=end
-
03:57 PM Bug #1685: Some windows unicode path issues remain
- =begin
Hello,
In message "[ruby-core:30012] Re: [Bug #1685] Some windows unicode path issues remain"
on May.05,2010 15:35:11, <billk@cts.com> wrote:
| My initial attempt at a bootstraptest for unicode path
| support is failing... -
03:35 PM Bug #1685: Some windows unicode path issues remain
- =begin
U.Nakamura wrote:
> Hello,
>
> In message "[ruby-core:29892] Re: [Bug #1685] Some windows unicode path issues remain"
> on Apr.30,2010 08:12:33, <billk@cts.com> wrote:
> |
> | If there is no conflict with others' work... -
03:49 AM Bug #1685: Some windows unicode path issues remain
- =begin
Hello,
In message "[ruby-core:29892] Re: [Bug #1685] Some windows unicode path issues remain"
on Apr.30,2010 08:12:33, <billk@cts.com> wrote:
| In order to avoid duplication of effort, I wanted to inquire
| whether anyo... -
03:17 PM Bug #1575 (Closed): TestEtc failures in windows
- =begin
This issue was solved with changeset r27625.
Roger, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
- 02:31 PM Revision 34ed81ea (git): * NEWS: wording
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:33 PM Revision 0356eef4 (git): * compile.c (iseq_set_sequence): fix check range of ic_index.
- a patch from Tomoyuki Chikanaga. #3236
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27632 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 12:55 PM Revision 0882e74b (git): * dln.c (aix_loaderror): use execerror for load error on AIX.
- This can avoid SEGV reported by Perry Smith. [Bug #2063]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27631 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:53 AM Revision bd211186 (git): * thread_win32.c (w32_wait_events): get GVL before handle interrupt
- event. [ruby-core:27199], [ruby-core:29698]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 10:08 AM Revision 320f7e53 (git): * 2010-05-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:08 AM Revision 2f2b2554 (git): * ext/tk/extconf.rb: revert. enbugged by last commit.
- ([ruby-dev:41133], [ruby-dev:41134], [ruby-core:30010])
* ext/tk/README.tcltklib: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:08 AM Revision 690e065b (git): * ext/tk/extconf.rb: revert. enbugged by last commit.
- ([ruby-dev:41133], [ruby-dev:41134], [ruby-core:30010])
* ext/tk/README.tcltklib: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:48 AM Feature #3219: assert now passes non-boolean result
- =begin
On Apr 30, 2010, at 23:16 , Nobuyoshi Nakada wrote:
> Hi,
>
> At Sat, 1 May 2010 14:30:19 +0900,
> Eric Hodel wrote in [ruby-core:29910]:
>> class TestAssert < MiniTest::Unit::TestCase
>> def test_assert
>> o = Ob... - 06:55 AM Revision 54062a76 (git): * file.c (rb_stat): use STAT macro instead of calling stat() directly.
- reported by Bill Kelly. [ruby-core:30012]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27626 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:11 AM Revision a6e33fd7 (git): * test/etc/test_etc.rb: assert only when any value is given.
- [Bug #1575] [ruby-core:23722]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:31 AM Revision a20cc16b (git): * debug.c (RUBY_NODE_LMASK): may exceed int limit.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27624 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:17 AM Bug #3247 (Closed): test/ruby/test_m17n.rb failure
- =begin
This issue was solved with changeset r27619.
Usaku, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
02:39 AM Bug #3247 (Closed): test/ruby/test_m17n.rb failure
- =begin
test_string_inspectですが、default_externalがEUC-JPあるいはWindows-31Jの時に失敗します。
あんまり自信はないんですが、たぶん実装は現状の仕様通りでテストが間違っているのではないかと思うのですが、実際はどうなんでしょうか。
※失敗の例
default_externalがEUC-JPの場合
1) Failure:
test_string_inspect(TestM17N)... -
02:43 AM Revision a6242670 (git): * bootstraptest/test_io.rb (megacontent-copy_stream): get rid of
- deadlock.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:15 AM Bug #3225: lib/uri/mailto.rb slightly wrong regexp
- =begin
=end
05/04/2010
-
11:04 PM Bug #3236: ISeq.load で [BUG] iseq_set_sequence: ic_index overflow が発生
- =begin
ic_index のチェックについてはわかりませんが、
ic_size が復元されていない問題についてはその通りだと思いますし
iseq_load 以外に影響はなさそうですので取り込ませていただきます。
ありがとうございました。
=end
-
10:27 PM Revision 62d7a30a (git): * gc.c (rb_mark_method_entry): renamed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:24 PM Revision 208e43b3 (git): * method.h (rb_gc_mark_method_entry): fixed typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:31 PM Bug #3244: the behavior of Tempfile#size was changed
- =begin
遠藤です。
2010年5月4日10:21 Nobuyoshi Nakada <nobu@ruby-lang.org>:
> これは、元々のtest/test_tempfile.rbのassertionの間違いのために、
> 結果に関わらず通ってしまっていたものです。lib/tempfile.rbを戻す
> なら、test_size_works_if_file_is_closedも直さないといけません。
> むしろこちらのほうが仕... -
05:43 PM Bug #3244: the behavior of Tempfile#size was changed
- =begin
成瀬です。
(2010/05/04 10:21), Nobuyoshi Nakada wrote:
> なかだです。
>
> At Tue, 4 May 2010 06:08:24 +0900,
> Yusuke ENDOH wrote in [ruby-dev:41140]:
>> r27578 のせいで rubyspec のエラーが増えました。
>> よほどの事情がない限り revert しようと思います。
>> 個人的には納得... -
10:21 AM Bug #3244: the behavior of Tempfile#size was changed
- =begin
なかだです。
At Tue, 4 May 2010 06:08:24 +0900,
Yusuke ENDOH wrote in [ruby-dev:41140]:
> r27578 のせいで rubyspec のエラーが増えました。
> よほどの事情がない限り revert しようと思います。
> 個人的には納得できる変更なので、残念ですが……。
>
> 1)
> Tempfile#length returns 0 when sel... -
08:39 AM Bug #3244: the behavior of Tempfile#size was changed
- =begin
遠藤です。
2010年5月4日8:24 Yukihiro Matsumoto <matz@ruby-lang.org>:
> 正直、「1日くらいいいじゃん」と思わないでもないのですが、過去
> そうやって仕様フリーズをなしくずしにして、結果としてリリース
> 品質を下げちゃった私にはなにも言う資格はないでしょうね。
仕様フリーズは 3 月末なので、1 日じゃなくて 1 ヶ月強です。
4 月末に予定されていたのはコードフリーズですが... -
08:24 AM Bug #3244: the behavior of Tempfile#size was changed
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:41142] Re: [Bug:trunk] the behavior of Tempfile#size was changed"
on Tue, 4 May 2010 08:17:00 +0900, Yusuke ENDOH <mame@tsg.ne.jp> writes:
|> rubyspec変えたらいいんじゃないのかな。そこまで絶対的なものじゃ
... -
08:17 AM Bug #3244: the behavior of Tempfile#size was changed
- =begin
遠藤です。
2010年5月4日7:56 Yukihiro Matsumoto <matz@ruby-lang.org>:
> In message "Re: [ruby-dev:41140] [Bug:trunk] the behavior of Tempfile#size was changed"
> on Tue, 4 May 2010 06:08:24 +0900, Yusuke ENDOH <mame@tsg.ne.jp> wri... -
07:56 AM Bug #3244: the behavior of Tempfile#size was changed
- =begin
Hi,
In message "Re: [ruby-dev:41140] [Bug:trunk] the behavior of Tempfile#size was changed"
on Tue, 4 May 2010 06:08:24 +0900, Yusuke ENDOH <mame@tsg.ne.jp> writes:
|r27578 のせいで rubyspec のエラーが増えました。
|よほどの事情がない限り rever... -
06:08 AM Bug #3244 (Closed): the behavior of Tempfile#size was changed
- =begin
なかださん
遠藤です。
r27578 のせいで rubyspec のエラーが増えました。
よほどの事情がない限り revert しようと思います。
個人的には納得できる変更なので、残念ですが……。
1)
Tempfile#length returns 0 when self is closed FAILED
Expected 5
to have same value and type as 0
... -
08:25 PM Revision b4d7d616 (git): * method.h, vm_method.c: rename some internal functions related to
- rb_method_entry_t.
rb_add_method_me() -> rb_method_entry_set().
rb_get_method_entry() -> rb_method_entry_without_cache().
rb_gc_mark_method_entry() -> rb_mark_method_entry().
* class.c, proc.c: ditto.
git-svn-id: svn+... -
07:07 PM Revision 7a17dca0 (git): Fix and add tests for String#inspect. [ruby-dev:41153]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:57 PM Bug #3237 (Closed): irb exits unexpectedly with Encoding::CompatibilityError
- =begin
This issue was solved with changeset r27615.
Heesob, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
06:47 PM Bug #1577 (Closed): testFileUtils failure in windows
- =begin
This issue was solved with changeset r27614.
Roger, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
05:52 PM Feature #2567: Net::HTTP does not handle encoding correctly
- =begin
The problem is stated in HTML5: misinterpreted for compatibility.
http://www.w3.org/TR/html5/syntax.html#character-encodings-0
=end
-
04:36 PM Feature #3246 (Rejected): thread-local yamler
- =begin
Hi,
Currently, YAML.yamler= has an effect on the whole process.
What about making it thread-local?
diff --git a/lib/yaml.rb b/lib/yaml.rb
index 9b5a9b2..236489b 100644
--- a/lib/yaml.rb
+++ b/lib/yaml.rb
@... - 04:02 PM Revision da5b4689 (git): * 2010-05-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:02 PM Revision fd328d8e (git): * test/ruby/test_require.rb (test_relative_symlink): skip if symlink is not
- implemented.
* test/ruby/test_file_exhaustive.rb (test_stat, test_expand_path): ignore tests
about nlink on Windows because its not imeplented because of performance
problem.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27617... -
03:31 PM Bug #2829: Missing documentation for Exception subclasses.
- =begin
Hi Yusuke.
Thanks for these comments. I've updated the wiki accordingly. I've also added examples to most exception classes.
Unless there is objection, I plan on changing the following error messages:
[1, 2].fetch(... -
02:10 PM Revision 576252ae (git): * compile.c (iseq_build_body): update iseq->ic_size.
- a patch from Tomoyuki Chikanaga. see #3236.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:33 PM Bug #3231 (Feedback): Digest Does Not Build
- =begin
=end
-
12:57 PM Bug #2281 (Closed): Class#inherited Produces Misleading Error Message
- =begin
This issue was solved with changeset r27609.
Run Paint, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
12:38 PM Bug #2281 (Open): Class#inherited Produces Misleading Error Message
- =begin
r25521 was reverted.
=end
-
12:44 PM Bug #3141: yield in an eigenclass definition
- =begin
返事が遅くなってすみません.
これが良いと思います.よろしくお願いします.
=end
-
12:04 PM Bug #3050: Fiber transfer limitation
- =begin
ささだです.
(2010/05/03 22:57), Yusuke Endoh wrote::
>> 現在,Fiber#transfer と Fiber.yield/Fiber#resume は一緒に使うな,使っ
>> て変なことが起きても知らないよ,という立場を取っています.というのも,一
>> 緒に使うと簡単に SEGV させることが出来るからです.
>
> 混ぜると理解困難な挙動になるのは確かなんですが、SEGV するとは
... -
12:04 PM Bug #3050: Fiber transfer limitation
- =begin
ささだです.
(2010/05/03 22:57), Yusuke Endoh wrote::
>> 現在,Fiber#transfer と Fiber.yield/Fiber#resume は一緒に使うな,使っ
>> て変なことが起きても知らないよ,という立場を取っています.というのも,一
>> 緒に使うと簡単に SEGV させることが出来るからです.
>
> 混ぜると理解困難な挙動になるのは確かなんですが、SEGV するとは
... -
09:51 AM Revision e8249be9 (git): * error.c (name_err_mesg_to_str): preserve encoding of inspection.
- [ruby-core:29948]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:50 AM Bug #3220 (Feedback): bug in gc.c
- =begin
Can't reproduce with ruby 1.9.2dev (2010-05-04 trunk 27604) [x86_64-linux] on Ubuntu 10.04.
I guess this is not only 64-bit problem, but also OSX's.
Anyway,
Aaron, can you reproduce with the patch by Yusuke in #3241?... -
09:38 AM Revision 16c40ec1 (git): * test/fileutils/test_fileutils.rb (test_copy_stream):
- IO.copy_stream support binmode only currently.
[ruby-core:23724]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:47 AM Bug #3081 (Closed): lib/http wrong behavior for chunked reading
- =begin
This issue was solved with changeset r27605.
Marc-Andre, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
08:08 AM Revision 2a067c6c (git): Setup Symbol#to_json to avoid conflict.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:27 AM Bug #3058 (Closed): Inconsistent eol conversion of IO#read on Windows
- =begin
This issue was solved with changeset r27604.
Heesob, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
06:48 AM Bug #3245 (Closed): Expected "ccache gcc" to be nil.
- =begin
When CC environment variable set, some tests of rake are failed.
% ruby-trunk -v
ruby 1.9.2dev (2010-05-04 trunk 27602) [x86_64-linux]
% echo $CC
ccache gcc
% ruby-trunk test/rake/test_task_arguments.rb
Loaded s... -
06:17 AM Bug #3162 (Closed): recent rdoc affects tests of rake
- =begin
Hi,
This is fixed by nobu at r27589. So I close this ticket.
Jim Weirich, please confirm the change.
If you think the fix is good, please backport to rake trunk.
If you think the fix has a problem, please re-fix by... -
06:17 AM Bug #3076 (Closed): lib/rake/rdoctask.rb should be removed
- =begin
Hi,
This is fixed by nobu at r27589. So I close this ticket.
Jim Weirich, please confirm the change.
If you think the fix is good, please backport to rake trunk.
If you think the fix has a problem, please re-fix by... -
06:06 AM Feature #3232 (Rejected): Loops (while/until) should return last statement value if any, like if/unless
- =begin
=end
-
03:07 AM Feature #3232: Loops (while/until) should return last statement value if any, like if/unless
- =begin
Hi,
|On 3 May 2010 02:15, Yukihiro Matsumoto <matz@ruby-lang.org> wrote:
|Hi,
|
|It is neither consistent (other statements returns the value from the
|"last" expression),
Actually it is not, but here the value of the "... -
05:02 AM Bug #3217 (Rejected): Regexp fails to match string with '<' when encoding is UTF-8
- =begin
This is feature change on Ruby 1.9.
http://www.unicode.org/reports/tr18/
And redcloth3's exapmle is a bug, they should use their PUNCT constant.
=end
-
04:27 AM Revision 89435793 (git): * vm_insnhelper.c (argument_error): removed unused variable.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:26 AM Revision 6060c3a4 (git): * include/ruby/win32.h (rb_w32_uchdir): missing prototype.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:25 AM Feature #2710: Kernel#load loads a relative path
- =begin
Hi,
akr said in [ruby-core:29715]:
> I think Roger's idea (load() don't see the library load path) is good.
Then, at least, the concern that this ticket is raising is not a bug.
In addition, it is arguable ... -
04:01 AM Bug #2629: ConditionVariable#wait(mutex, timeout) should return whether the condition was signalled, not the waited time
- =begin
Hi,
I suggest temporal revert of timeout argument of ConditionVariable#wait.
As I said in [ruby-core:28803], the API design has a potential race.
Unfortunately, 1.9.2 is already frozen for release. We should discuss
... -
04:00 AM Revision 843d4f32 (git): * vm_insnhelper.c (argument_error): never return.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27610 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:50 AM Revision 8ed1f433 (git): * vm_insnhelper.c (argument_error): push correct backtrace.
- Bug #2281 [ruby-core:26333]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:50 AM Bug #2612 (Rejected): Use POSIX shell in Makefile
- =begin
Hi, Brian Egge
I close this ticket because of absence of your response.
If you have any actual problem, please reopen this ticket with
answer to nobu.
Unless there is actual problem, we are not keen to change such
... -
03:39 AM Revision 622f45fc (git): * ext/socket/option.c (sockopt_inspect): use rb_str_cat2 and
- rb_str_append.
* ext/socket/ancdata.c (ancillary_inspect): refined.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:36 AM Bug #2063: Core dump on AIX
- =begin
Hi,
Your patch looks good to me.
At least, it is undoubtedly better than the current SEGV :-)
Two comments:
- Macro `LOAD_ERRTAB_LEN' is not used.
- The last newline (ERRBUF_APPEND("\n");) may be unnecessary.
... -
02:51 AM Revision f1192452 (git): * ext/socket/ancdata.c (ancillary_inspect): use rb_str_cat2 and
- rb_str_append.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:07 AM Revision 62e9fb85 (git): * version.c (UNALIGNED): get rid of conflict.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:39 AM Bug #1587 (Closed): Problem with string sharing
- =begin
Thank you for the report and sorry for late response.
This issue seems to be fixed now, on linux at least.
By r23669, I guess.
=end
05/03/2010
-
11:42 PM Revision 57c14066 (git): * lib/net/http.rb (Net::HTTPResponse#read_chunked): ensure to skip the
- last newline of chunk. [ruby-core:29229]
* test/net/http/utils.rb: add an option for chunked response test.
* test/net/http/test_http.rb: add tests for chunked response.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27605 b2dd03c... -
10:57 PM Bug #3050: Fiber transfer limitation
- =begin
遠藤です。
> 現在,Fiber#transfer と Fiber.yield/Fiber#resume は一緒に使うな,使っ
> て変なことが起きても知らないよ,という立場を取っています.というのも,一
> 緒に使うと簡単に SEGV させることが出来るからです.
混ぜると理解困難な挙動になるのは確かなんですが、SEGV するとは
知りませんでした。
この例に関しては、最後のパッチで SEGV はしなくなると思いま... -
10:17 PM Revision e6ccffd9 (git): Add rdoc about IO#read(length). [ruby-core:29161]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27604 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:17 PM Bug #3012 (Closed): update file list in sample/README - =begin
This issue was solved with changeset r27600.
Kazuhiro, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
07:04 PM Revision 9526ba4e (git): * ext/nkf/nkf-utf8/nkf.c: Update nkf 2010-04-28.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:26 PM Feature #3228 (Rejected): speedup File.read
- =begin
Hi,
When you specify byte size to File#read, it reads file in binary
mode. IOW, File.read('a', File.size('a')) is identical to
File.binread('a').
In general, when IO methods handles byte size, they performs in
bi... -
06:07 PM Feature #3219 (Open): assert now passes non-boolean result
- =begin
Hi,
I really agree with nobu. I love this feature.
But this is a feature request. This change should not be included
in 1.9.2, IMO. I move this ticket to Feature tracker.
I prefer warning to failing for compatibi... -
11:38 AM Feature #3219: assert now passes non-boolean result
- =begin
Hi,
At Mon, 3 May 2010 11:13:50 +0900,
Yuki Sonoda wrote in [ruby-core:29945]:
> I don't want to merge this to ruby 1.9.1
Agreed. But I think the fixes for wrong assertions should be
merged.
--
Nobu Nakada
=end
-
11:13 AM Feature #3219 (Closed): assert now passes non-boolean result
- =begin
I don't want to merge this to ruby 1.9.1
=end
-
05:11 PM Feature #3222: Can bignums have singleton class & methods?
- =begin
Hi,
I think this is not a bug.
It is still possible to define method to Bignum by redefining
singleton_method_added first:
x = (1 << 64)
def x.singleton_method_added(x)
end
def x.foo
p 1
e... -
05:02 PM Bug #3239: ext/tk on cygwin
- =begin
永井@知能.九工大です.
From: Nobuyoshi Nakada <nobu@ruby-lang.org>
Subject: [ruby-dev:41134] [Bug:trunk] ext/tk on cygwin
Date: Mon, 3 May 2010 14:21:56 +0900
Message-ID: <4bde5d72.9413f30a.7123.ffff9f57@mx.google.com>
> cygdrive-pr... -
02:26 PM Bug #3239 (Assigned): ext/tk on cygwin
- =begin
=end
-
02:22 PM Bug #3239 (Closed): ext/tk on cygwin
- =begin
なかだです。
cygdrive-prefixは変更可能なので、ドライブレターを正しく認識しな
い場合があります。
# 私は実際に変えています。
diff --git i/ext/tk/extconf.rb w/ext/tk/extconf.rb
index 676c132..a8adac2 100644
--- i/ext/tk/extconf.rb
+++ w/ext/tk/extconf.rb
... -
04:53 PM Bug #3224: Regexp.new("...", nil, "n") is not documented
- =begin
3rd argument "n" and //n sets the regexp to NONE flag.
> Regexp.new("aa", nil, "n") =~ "\u3042aa"
(irb):11: warning: regexp match /.../n against to UTF-8 string
=end
-
04:46 PM Bug #3224: Regexp.new("...", nil, "n") is not documented
- =begin
Hi,
As Shyouhei said, the argument is ignored. It left just for 1.8
compatibility.
Could you please add the fact into rdoc of Regexp#new and close
this ticket?
--
Yusuke Endoh <mame@tsg.ne.jp>
=end
-
04:32 PM Bug #3217 (Assigned): Regexp fails to match string with '<' when encoding is UTF-8
- =begin
Oops, I missed this. I'll fix.
=end
-
04:20 PM Bug #3217 (Rejected): Regexp fails to match string with '<' when encoding is UTF-8
- =begin
'<' is not Punctuation on Unicode; it is Math_Symbol.
http://unicode.org/Public/UNIDATA/extracted/DerivedGeneralCategory.txt
=end
- 03:40 PM Revision 8517275f (git): * 2010-05-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:39 PM Revision 23f612d7 (git): * ext/psych/lib/psych/visitors/yaml_tree.rb: using more factory methods
- for generating the YAML ast.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:25 PM Bug #3238 (Assigned): cross-compiling ext/tk
- =begin
=end
-
02:18 PM Bug #3238 (Closed): cross-compiling ext/tk
- =begin
なかだです。
クロスコンパイルのときにext/tk/extconf.rbが適切なディレクトリを
探していません。また、is_win32?のときに同じディレクトリを、与え
られたパス自体と\を/に置換したものとドライブレターの直後の/を二
重にしたものとと、各3回ずつ探しているようなんですが、これはなぜ
でしょうか。とくに最後のものはドライブレターがない場合はUNCになっ
てしまうので意味が変わってしまうと思います。
... -
02:03 PM Bug #3237 (Closed): irb exits unexpectedly with Encoding::CompatibilityError
- =begin
The irb exits unexpectedly with incompatible character encodings error when I try to call Non-ASCII method for Non-ASCII string.
C:\work>ruby -v
ruby 1.9.2dev (2010-04-30 trunk 27556) [i386-mswin32_90]
C:\work>irb
i... -
12:17 PM Revision afa8f9ba (git): * sample/README: update file list. [ruby-core:28981]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:17 PM Revision 5f1ebd0b (git): trivial change
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:15 AM Feature #3232: Loops (while/until) should return last statement value if any, like if/unless
- =begin
Hi,
In message "Re: [ruby-core:29940] Re: [Feature #3232] Loops (while/until) should return last statement value if any, like if/unless"
on Mon, 3 May 2010 05:10:30 +0900, Benoit Daloze <eregontp@gmail.com> writes:
|S... -
05:10 AM Feature #3232: Loops (while/until) should return last statement value if any, like if/unless
- =begin
On 2 May 2010 15:24:52 UTC+2, Nobuyoshi Nakada <nobu@ruby-lang.org> wrote:
> It feels too confusing to me.
>
> Nobu Nakada
>
Thanks for the patch, Nobu.
So, how would this cause unexpected behavior ?
Let's say 'ret' ... -
09:12 AM Revision 4e887359 (git): merges r24662 from trunk into ruby_1_9_1. This fixes #3149.
- --
* lib/tempfile.rb (Tempfile#unlink): reverted r23494, since the
usage in RubyInline is considered wrong.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@27598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:12 AM Revision b1809bcf (git): merges r26626 and r26627 from trunk into ruby_1_9_1. This fixes #3159.
- --
* ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): fix precision.
[ruby-core:17472][ruby-dev:35372][ruby-dev:40105][ruby-dev:40358]
--
* ext/bigdecimal/bigdecimal.c (BigDecimal_divide): fix precision too.
git-svn-id: svn+ssh://ci... -
09:12 AM Revision 4fcb855f (git): merges r26055 from trunk into ruby_1_9_1. This fixies #3164.
- --
* parse.y (dyna_pop_gen): pop dvars. [ruby-dev:39861]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@27596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:54 AM Bug #2686 (Closed): Socket::gethostbyname => SEGFAULT
- =begin
=end
-
08:17 AM Bug #1311 (Closed): YAML::dump creates strings YAML::load cannot parse
- =begin
This issue was solved with changeset r27591.
Noah, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
08:15 AM Bug #1311 (Open): YAML::dump creates strings YAML::load cannot parse
- =begin
=end
-
06:37 AM Bug #1745 (Rejected): Module#autoload No Longer Raises where 1.8 Does
- =begin
Intended change, because class/module definitions don't need presceeding constant definitions.
It creates new one or re-opens existing one.
Sorry but I can't remember where the discussion was in ruby-core, now.
=end
-
03:08 AM Revision b67fbc07 (git): merges r25081 from trunk into ruby_1_9_1.
- fixes [ruby-core:27694], reported by Denis Defreyne.
--
* hash.c (Hash#each): Fix documentation to reflect insertion order. A patch by Run Paint Run Run [ruby-core:23644] and [ruby-core:21231]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby... - 03:06 AM Revision 8fd9bb4d (git): * 2010-05-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@27594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:06 AM Revision b1edd258 (git): merges 26005 from trunk into ruby_1_9_1.
- fixes [ruby-dev:39906].
--
* configure.in: default ac_cv_prog_CC to CC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@27593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:46 AM Revision 21c5ffc5 (git): * file.c (rb_str_encode_ospath): unused variable.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:09 AM Bug #3236 (Closed): ISeq.load で [BUG] iseq_set_sequence: ic_index overflow が発生
- =begin
RubyGems の iseq ライブラリを利用して、定数やインスタンス変数の参照を含むスクリプトをコンパイルしたものを load しようとすると以下のようなメッセージでエラーになります。
$ cat iseq_load.rb
require "iseq"
iseq = ISeq.compile("@a[0]")
puts iseq.disasm
ISeq.load(iseq.to_a)
$ ruby-trunk...
05/02/2010
-
11:15 PM Revision 33af9401 (git): * ext/syck/emitter.c (syck_scan_scalar): set SCAN_WHITEEDGE flag
- when scalar begins with newline. patches from Dave B <daz AT
d10.karoo.co.uk> at [ruby-core:23019] and caleb clausen at
[ruby-core:25851]. [ruby-core:23006][ruby-core:29925]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ru... -
11:15 PM Revision 902bd2b1 (git): * ext/syck/emitter.c (syck_scan_scalar): set SCAN_WHITEEDGE flag
- when scalar begins with newline. patches from Dave B <daz AT
d10.karoo.co.uk> at [ruby-core:23019] and caleb clausen at
[ruby-core:25851]. [ruby-core:23006][ruby-core:29925]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27591... -
10:25 PM Feature #3232: Loops (while/until) should return last statement value if any, like if/unless
- =begin
Hi,
At Sun, 2 May 2010 19:20:41 +0900,
Benoit Daloze wrote in [ruby-core:29931]:
> Is is possible, then, to keep the result of the last expression in the
> loop, before it fails?
Possible.
http://github.com/nobu/ruby/co... -
07:20 PM Feature #3232: Loops (while/until) should return last statement value if any, like if/unless
- =begin
On 2 May 2010 01:56, Yukihiro Matsumoto <matz@ruby-lang.org> wrote:
> Hi,
>
> The last evaluated expression in this case is "i < 3", so the loop
> statement would have the return value of false value, even if it would
> retu... -
02:16 PM Feature #3232: Loops (while/until) should return last statement value if any, like if/unless
- =begin
It returns the argument of break:
x = while true; break 123; end #=> 123
If you don't break out of the loop it makes sense that the result is nil.
Tomas
-----Original Message-----
From: Kornelius Kalnbach [mailto:mu... -
01:40 PM Feature #3232: Loops (while/until) should return last statement value if any, like if/unless
- =begin
On 02.05.10 01:56, Yukihiro Matsumoto wrote:
> The last evaluated expression in this case is "i < 3", so the loop
> statement would have the return value of false value, even if it
> would return the *last* value.
So, should... -
08:57 AM Feature #3232: Loops (while/until) should return last statement value if any, like if/unless
- =begin
Hi,
In message "Re: [ruby-core:29920] [Feature #3232] Loops (while/until) should return last statement value if any, like if/unless"
on Sun, 2 May 2010 04:14:10 +0900, Benoit Daloze <redmine@ruby-lang.org> writes:
|In ... -
04:14 AM Feature #3232 (Rejected): Loops (while/until) should return last statement value if any, like if/unless
- =begin
In conditions:
if true
2
end #=> 2
In loops:
i = 0
while i < 3
i += 1
"return value"
end #=> nil
I suggest the return value of loops to be the return value of
the last "block" evaluated between "... -
04:50 PM Bug #2139 (Rejected): backquotes method modifies unexpectedly returned content
- =begin
There is no way to designate external encoding with backqoutes.
Use IO.popen instead.
=end
-
04:41 PM Bug #1543 (Closed): failure: test_endblockwarn(TestBeginEndBlock) [c:/dev/downloads/ruby_trunk/test/ruby/test_beginendblock.rb:66]:
- =begin
Seems working fine now.
=end
-
12:30 PM Bug #3229 (Closed): iseq_s_load で TypeError 発生
- =begin
r27582 (および r27583)で適用させていただきました。ありがとうございました。
=end
-
11:38 AM Bug #3229: iseq_s_load で TypeError 発生
- =begin
ワナベと申します。
> RubyGems の iseq ライブラリを利用して、文字列から compile した ISeq をロードさせようとすると
> 以下のように TypeError が発生します。
(中略)
> iseq->filepath が nil の場合があるのに対応していないようです。
> 以下のパッチで上記のコードは動くようになりました。
iseq ライブラリをお試し頂きありがとうございます。バグ出しもあ... -
09:12 AM Revision eee581f9 (git): * test/json/test_json_addition.rb (test_utc_datetime): fixed
- timezone offsets.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:52 AM Revision 24bc7af4 (git): * lib/rdoc/task.rb (RDoc::Task): should not override newer code.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:25 AM Revision 765ff64b (git): * ext/dl/cfunc.c (rb_dlcfunc_call): ignore signedness.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:25 AM Revision 59fc499c (git): * test: fixed wrong assertions.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:56 AM Revision fd1762b4 (git): * test/digest/test_digest.rb (test_eq): use descriptive assertion.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27586 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:43 AM Revision ec8b5d06 (git): * NEWS: List all changes to lib/matrix
- * lib/matrix.rb: Improve doc and style. Trivial optimizations.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27585 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:39 AM Revision f6a67b67 (git): * lib/cgi.rb (CGI::NEEDS_BINMODE): check if O_BINARY is defined.
- [ruby-core:29922]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27584 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:09 AM Revision c8e50abf (git): fix log. missed ref.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27583 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:06 AM Revision c6896436 (git): * iseq.c (iseq_load): allow filepath to be nil.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27582 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:32 AM Feature #2567: Net::HTTP does not handle encoding correctly
- =begin
The previous comments appear to be confused. If the web server indicates a charset in an HTTP Content-Type header, this takes precedence over everything that may be in the body, so it is always correct to set the Ruby "encoding"...
05/01/2010
-
11:54 PM Revision b2f0b334 (git): * lib/cgi.rb (CGI::NEEDS_BINMODE): check if O_BINARY value instead
- of fragile check by platform name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27581 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:54 PM Revision 6874c8d6 (git): * lib/cgi.rb (CGI::NEEDS_BINMODE): check if O_BINARY value instead
- of fragile check by platform name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27581 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:38 PM Revision 546b6d7e (git): * lib/mkmf.rb (dir_config): should not modify argument arrays
- themselves.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:38 PM Revision 12d39082 (git): * lib/mkmf.rb (dir_config): should not modify argument arrays
- themselves.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:13 PM Feature #3228: speedup File.read
- =begin
2010/4/30 Roger Pack <redmine@ruby-lang.org>
> Bug #3228: speedup File.read
> http://redmine.ruby-lang.org/issues/show/3228
>
> Author: Roger Pack
> Status: Open, Priority: Normal
> ruby -v: ruby 1.9.2dev (2010-05-01 trunk ... -
05:25 AM Feature #3228 (Rejected): speedup File.read
- =begin
Appears from http://www.ruby-forum.com/topic/209005
that File.read could be sped up by first requesting the file's size, then reading that much.
File.read('a', File.size('a')) # faster than just File.read('a') by about 15%... -
10:00 PM Revision 3046fe65 (git): * test/test_tempfile.rb: fixed errors.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27579 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:24 PM Bug #2488: thread usage can result in bad HANDLE
- =begin
Roger,
Does this patch fix the issue?
Developers (especially Koichi),
Is this solution right?
(Using GVL, timing of lock, condition, etc.)
=end
-
08:50 PM Bug #452 (Closed): config.guess returns "i386" on Mac OSX 10.5.4.
- =begin
=end
-
03:45 PM Bug #3231: Digest Does Not Build
- =begin
Hi,
At Sat, 1 May 2010 15:12:35 +0900,
Charlie Savage wrote in [ruby-core:29911]:
> Since extconf.h is never passed to the compiler, the error
> happens. Adding this to the top of the file:
CPPFLAGS should have -DRUBY_E... -
03:12 PM Bug #3231 (Closed): Digest Does Not Build
- =begin
Revisiting this one from a few weeks back. MD5/rmd160/sha1/sha2 do not build using VC 2010. They do build with Mingw (mingw + msys). See compiler logs below.
Focusing on MD5 (they all have the same issue):
extconf.h ... -
03:16 PM Feature #3219: assert now passes non-boolean result
- =begin
Hi,
At Sat, 1 May 2010 14:30:19 +0900,
Eric Hodel wrote in [ruby-core:29910]:
> class TestAssert < MiniTest::Unit::TestCase
> def test_assert
> o = Object.new
> def o.to_s() "something useful" end
> assert ... -
02:30 PM Feature #3219: assert now passes non-boolean result
- =begin
On Apr 29, 2010, at 09:12, caleb clausen wrote:
> Issue #3219 has been updated by caleb clausen.
>
> It is all too easy to write assert(foo, bar) when you meant to write assert_equal(foo, bar). I have made the same mistake ... -
12:46 AM Feature #3219: assert now passes non-boolean result
- =begin
Hi,
At Fri, 30 Apr 2010 06:15:34 +0900,
Roger Pack wrote in [ruby-core:29890]:
> > I'd suggest that a better way to detect this problem is for
> > assert to fail if a non-String is passed as the second
> > parameter. This ... -
01:54 PM Revision 5e02a28a (git): * lib/tempfile.rb (Tempfile#size): stat by path name when it is
- closed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27578 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:41 PM Revision 9ad152e5 (git): * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):
- keep the first trace.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:27 PM Revision 86579122 (git): * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):
- fixed filtering. [ruby-core:29908]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27576 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:56 AM Bug #3229 (Closed): iseq_s_load で TypeError 発生
- =begin
[ruby-dev:40911] をチケットにさせて頂きます。
RubyGems の iseq ライブラリを利用して、文字列から compile した ISeq をロードさせようとすると
以下のように TypeError が発生します。
$ cat test.rb
require "iseq"
iseq = ISeq.compile("pust 'Hello World'")
ISeq.load(iseq.to_... -
07:46 AM Revision c8316e30 (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_IsInfinite): don't use
- non-ascii character.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:19 AM Revision 40cd5e8a (git): Merge fix for gem server, bump RubyGems version to 1.3.7
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27574 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:06 AM Revision 9111bbf8 (git): Upgrade to RDoc 2.5.8
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:43 AM Revision 9d094c7a (git): * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):
- filter out traces in minitest directory. [ruby-core:29908]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:17 AM Bug #3221 (Closed): TestIO Failures in windows
- =begin
This issue was solved with changeset r27567.
Roger, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
04/30/2010
-
11:00 PM Bug #3220: bug in gc.c
- =begin
I am also unable to reproduce this in 32 bit environments...
http://gist.github.com/385231
=end
-
09:45 PM Revision a8209ffc (git): * win32/win32.c: add declaration of wstati64 for gcc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:11 PM Bug #3225: lib/uri/mailto.rb slightly wrong regexp
- =begin
This is introduced in r2934 and it can be encoding parameter: NONE.
But in 1.9, it works different from 1.8, so remove 'N' seems correct.
=end
-
01:24 PM Bug #3225 (Closed): lib/uri/mailto.rb slightly wrong regexp
- =begin
Looking for example of the 3rd parameter of value 'N' for Regexp.new, I noticed in lib/uri/mailto.rb
HEADER_REGEXP = Regexp.new(HEADER_PATTERN, 'N').freeze
Unless I'm mistaken, the 'N' in second position is simply a fl... - 05:56 PM Revision 6c28f99d (git): * merge some patches from win32-uncode-test branch.
- see #1685.
* file.c, include/ruby/intern.h (rb_str_encode_ospath): new function
to convert encoding for pathname.
* win32.c, include/ruby/win32.h (rb_w32_ulink, rb_w32_urename,
rb_w32_ustati64, rb_w32_uopen, rb_w32_uutime, rb_w32_u... -
05:22 PM Revision bfeeb913 (git): * io.c (seek_before_access): fixed argument type.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27569 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:26 PM Revision 11caac16 (git): * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):
- assertion message must be String or Proc. suggested by caleb
clausen at [ruby-core:29884].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27568 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:14 PM Revision b36b3067 (git): * test/ruby/test_io.rb: skip false tests on Windows.
- [ruby-core:29886]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27567 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:20 PM Feature #3222: Can bignums have singleton class & methods?
- =begin
Seems like a bug to me.
=end
-
07:07 AM Feature #3222 (Closed): Can bignums have singleton class & methods?
- =begin
Fixing up the rubyspecs led me to the following:
bn = 1 << 100
class << bn
def foo
42
end
end
# => TypeError: can't define singleton method "foo" for Bignum
bn.define_singleton_metho... -
02:17 PM Bug #3224: Regexp.new("...", nil, "n") is not documented
- =begin
That third argument to Regexp.new was effective in 1.8, but no longer in 1.9. I'm not sure if that situation should be called supported.
=end
-
01:15 PM Bug #3224 (Closed): Regexp.new("...", nil, "n") is not documented
- =begin
While fixing the error messages for the number of parameters ( r27558 ), I noticed that Regexp.new accepts a third undocumented parameter.
Is it supported? If so it should be documented.
I also note that test_regexp.rb ... - 01:46 PM Revision 63324cb3 (git): * math.c: Math::DomainError < StandardException [ruby-core:29855]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27566 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:40 PM Revision e955cff0 (git): * test/test_open3.rb (TestOpen3#test_commandline): use simple
- command via shell. [ruby-dev:41100]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27565 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:12 AM Bug #1685: Some windows unicode path issues remain
- =begin
Hi,
Bill Kelly wrote:
> Yuki Sonoda wrote:
>> Issue #1685 has been updated by Yuki Sonoda.
>>
>>> The branch manager should judge whether this change is a bug fix or
>>> feature change.
>>> How do you think, Yugui-san?
... - 06:41 AM Revision 0f41699c (git): * 2010-04-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27564 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:41 AM Revision 648cda67 (git): * ext/tk/extconf.rb: better support for MinGW environment.
- * ext/tk/README.tcltklib: add info of --with-tcltk-drive for Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27563 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:41 AM Revision 5d639de5 (git): * ext/tk/extconf.rb: better support for MinGW environment.
- * ext/tk/README.tcltklib: add info of --with-tcltk-drive for Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 04:35 AM Revision 4d3f8771 (git): * signal.c (ruby_signal_name): rdoc fix for undocumented parameter
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27561 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:27 AM Feature #2772 (Closed): Matrix: Calculating determinant using Bareiss algorithm [patch]
- =begin
This issue was solved with changeset r27554.
Marc-Andre, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
03:06 AM Revision c41dc085 (git): * file.c (file_expand_path): call rb_str_set_len before BUFCHECK to
- prevent rb_str_resize in BUFCHECK discard the content.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 02:48 AM Revision 479fa407 (git): * string.c (rb_str_sub_bang): String#sub! now raises an error when
- called on a frozen string, even if no change is made.
See [ruby-core:23657]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27559 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 02:40 AM Revision 478c3e08 (git): * eval.c (make_exception, rb_obj_extend): Fix error messages in case of wrong
- number of arguments
* file.c (rb_f_test, rb_file_s_umask): ditto
* numeric.c (int_chr, num_step): ditto
* process.c (rb_f_sleep): ditto
* re.c (rb_reg_initialize_m): ditto
* signal.c (rb_f_kill, sig_trap): ditto
* string.c (rb_str_... -
02:39 AM Bug #3221 (Closed): TestIO Failures in windows
- =begin
http://gist.github.com/383867 shows multiple failures currently in test/ruby/test_io.rb when run in windows
Some should be skipped, for example, and some maybe are real bugs (?)
Thanks.
-rp
=end
-
02:32 AM Feature #1081: add File::write() convenience method
- =begin
Sorry for the poor tests.
Fixing the tests revealed that there were some bugs in binwrite.
The attached (new) patch fixes the tests and code. The tests pass on windows and linux (and I think are accurate).
Feel free to ... -
01:12 AM Feature #3219: assert now passes non-boolean result
- =begin
It is all too easy to write assert(foo, bar) when you meant to write assert_equal(foo, bar). I have made the same mistake myself a number of times. Usually, no error will result because assert allows an optional second parameter ...