Project

General

Profile

Activity

From 07/10/2011 to 07/16/2011

07/16/2011

11:10 PM Revision ea6044ea (git): * 2011-07-17
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32566 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:10 PM Revision 6eecb436 (git): * backport r32563 from trunk
* test/openssl/test_ssl_session.rb: add PEM SSL session without TLS
extensions. Use this as the default for the tes...
MartinBosslet (Martin Bosslet)
11:02 PM Revision 6349c7bf (git): * 2011-07-17
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32564 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:02 PM Revision f8a53849 (git): * test/openssl/test_ssl_session.rb: add PEM SSL session without TLS
extensions. Use this as the default for the tests to ensure
compatibility with OpenSSL 0.9.7.
[ Ruby 1.9 - Bug #4...
MartinBosslet (Martin Bosslet)
10:40 PM Feature #2542: URI lib should be updated to RFC 3986
Just for information or memo.
http://tools.ietf.org/html/draft-ietf-iri-3987bis-05
http://tools.ietf.org/html/draft...
naruse (Yui NARUSE)
08:50 PM Bug #4971: Module#class_variables
前田です。
Shugo Maeda wrote:
> 個人的には、Module#class_variablesもModule#constantsのように引数でコントロールできる
> ようにする(デフォルトではスーパークラスも...
shugo (Shugo Maeda)
08:04 PM Feature #5033: PATCH: 1.9: gc_mark_children: Avoid gc_mark() tail recursion, use goto again.
-1 I believe my compiler is smart enough to do that optimization and goto is considered harmful. shyouhei (Shyouhei Urabe)
06:12 PM Feature #5033 (Assigned): PATCH: 1.9: gc_mark_children: Avoid gc_mark() tail recursion, use goto again.
kosaki (Motohiro KOSAKI)
04:45 PM Feature #5033 (Closed): PATCH: 1.9: gc_mark_children: Avoid gc_mark() tail recursion, use goto again.
Minor GC improvement.
Avoid recurring into gc_mark() when "goto again;" is sufficient.
-- KAS
kstephens (Kurt Stephens)
07:53 PM Bug #4731: ruby -S irb fails with mingw/msys vanilla builds
Hi,

At Fri, 15 Jul 2011 21:28:50 +0900,
Luis Lavena wrote in [ruby-core:38075]:
> On RubyInstaller we replaced ...
nobu (Nobuyoshi Nakada)
05:29 PM Bug #4977 (Closed): CFLAGSやLDFLAGSの-m64が消されるためsparc64(sparc v9)バイナリ作成不能
This issue was solved with changeset r32562.
Naohisa, thank you for reporting this issue.
Your contribution to Ruby i...
nobu (Nobuyoshi Nakada)
12:43 PM Bug #4517: ArgumentError when sorting array of objects
=begin
I did some investigation into this. The following code does not trigger the error
class Thing
attr_acce...
jbl26 (Brian Lindauer)
12:02 PM Bug #5032 (Assigned): Gem::Specification#loaded? が常に false を返す
TITLE: Gem::Specification#loaded? always returns false
BODY:
On 1.9.3 RubyGems deprecates Gem::Specification#lo...
naruse (Yui NARUSE)
11:35 AM Bug #5032 (Closed): Gem::Specification#loaded? が常に false を返す
1.9.3 の RubyGems で Gem::Specification#loaded? が deprecated になったのですが、
常に false を返すようです。かわりに使えと言われる Gem::Specification...
okkez (okkez _)
08:29 AM Revision 64b80038 (git): * configure.in (RUBY_UNIVERSAL_ARCH): restore arch flag.
Bug #4977
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
08:29 AM Revision 2915c155 (git): * configure.in (RUBY_UNIVERSAL_ARCH): restore arch flag.
Bug #4977
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
07:29 AM Bug #4864 (Closed): RubyGems が環境変数 MAKE を見てくれない
Added to rubygems repo. Will migrate to core on next pull. zenspider (Ryan Davis)
07:26 AM Feature #1193 (Closed): Justified Error Messages
The latest minitest's assert_equal uses diff where appropriate. zenspider (Ryan Davis)
07:25 AM Bug #4658 (Rejected): Minitest - invalid return code when using MiniTest::Unit.after_tests
No reply. Closing. zenspider (Ryan Davis)
07:23 AM Feature #2643 (Open): test/unit redefinition check of test_* method
I agree with Benoit. -w is there for a reason. If you're willing to ignore warnings coming from ruby, why would addin... zenspider (Ryan Davis)
06:33 AM Bug #5026 (Closed): 1.9.3 allows URI(uri, parser)
Agreed.
Fixed in r32559 & r32560.
Thanks.
marcandre (Marc-Andre Lafortune)
04:20 AM Bug #5030: [Win7/MinGW] build fail on trunk@32549
Confirmed fixed at r32557 using mingw-w64 gcc 4.5.4. Passed quick testing run via `make test-all TESTS='openssl fidd... jonforums (Jon Forums)
03:46 AM Bug #5030 (Closed): [Win7/MinGW] build fail on trunk@32549
fixed at r32557, I hope. usa (Usaku NAKAMURA)
03:17 AM Bug #5030: [Win7/MinGW] build fail on trunk@32549
is_socket is defined only in io.c:
https://github.com/ruby/ruby/blob/trunk/io.c#L236-237
is_console is only def...
luislavena (Luis Lavena)
01:18 AM Bug #5030 (Assigned): [Win7/MinGW] build fail on trunk@32549
kosaki (Motohiro KOSAKI)
12:45 AM Bug #5030 (Closed): [Win7/MinGW] build fail on trunk@32549
This commit
https://github.com/ruby/ruby/commit/f15d0deaaf1ae0b92c539bd823dd2b00afbaf502
appears to be the ca...
jonforums (Jon Forums)
03:06 AM Bug #5031 (Closed): Enumerable#zip SEGFAULTs with a Range Object (Mac OS X 10.7 LION)
Tested on 1.9.2-head, 1.9.2-p0 and 1.9.2-p180.
If I run this:...
lucasefe (Lucas Florio)
02:22 AM Revision f9e63da2 (git): * win32/setup.mak: support to build x64-mswin64 on Windows7 (and Vista,
perhaps).
backported r32521 from trunk
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32561 b2dd...
U.Nakamura
01:26 AM Bug #5012: Timeオブジェクト間で特異オブジェクトが共有される
ありがとうございます。よさげに見えたので1.9.3ブランチにも入れてしまいました。 kosaki (Motohiro KOSAKI)
01:06 AM Bug #5012 (Closed): Timeオブジェクト間で特異オブジェクトが共有される
This issue was solved with changeset r32554.
Kazuki, thank you for reporting this issue.
Your contribution to Ruby is...
kosaki (Motohiro KOSAKI)
12:29 AM Feature #5009 (Closed): Bang method (!) consistency in Ruby 2 API
Close this; force_encoding is another problem. naruse (Yui NARUSE)
12:23 AM Feature #5008 (Assigned): Equal rights for Hash (like Array, String, Integer, Float)
First of all, Ruby has two way of the type conversion; implicit and explicit.
to_i, to_f, to_s, to_a and so on are e...
naruse (Yui NARUSE)
12:10 AM Bug #5024 (Assigned): ruby-mode.el syntax highlighting breaks on regular expression with quotes
naruse (Yui NARUSE)

07/15/2011

09:32 PM Revision 22120bcc (git): * Backport of r32559 from trunk
* lib/uri/common.rb (module): Remove optional parser argument to Kernel#URI
[ruby-core:38061]
* lib/uri/generic.rb...
Marc-Andre Lafortune
09:28 PM Bug #4731: ruby -S irb fails with mingw/msys vanilla builds
Nobuyoshi Nakada wrote:
> I can't reproduce it.
> Is irb only a batch file, or an exe file?
After `make install`...
luislavena (Luis Lavena)
11:10 AM Bug #4731 (Feedback): ruby -S irb fails with mingw/msys vanilla builds
I can't reproduce it.
Is irb only a batch file, or an exe file?
nobu (Nobuyoshi Nakada)
09:28 PM Revision c2dfaa7d (git): * lib/uri/common.rb (module): Remove optional parser argument to Kernel#URI
[ruby-core:38061]
* lib/uri/generic.rb (module): ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32559 b2dd...
Marc-Andre Lafortune
08:07 PM Bug #4456 (Assigned): Time#strftime で %F 指定子に大きな幅を指定した際の不具合
kosaki (Motohiro KOSAKI)
08:07 PM Bug #4456 (Open): Time#strftime で %F 指定子に大きな幅を指定した際の不具合
kosaki (Motohiro KOSAKI)
06:41 PM Bug #4456: Time#strftime で %F 指定子に大きな幅を指定した際の不具合
ruby_1_9_3のリビジョン32548にて、sparc Solaris10 (32ビット, Solaris Studio 12)ではSEGVが未だに発生します。パッチを添付するので適用希望です。
デバッガ上で実行すると以下の...
ngoto (Naohisa Goto)
07:16 PM Bug #4223 (Closed): GC.stress = true で謎の ArgumentError
This issue was solved with changeset r32551.
Makoto, thank you for reporting this issue.
Your contribution to Ruby is...
mrkn (Kenta Murata)
06:24 PM Revision e05e9928 (git): * ChangeLog: mention to the ticket.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
06:22 PM Revision 5a7a4ce4 (git): * win32/win32.c (is_socket, is_console): add prototypes to fix compile
problem with gcc introduced at r32549.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32557 b2dd03c8-39d4-4d8f-9...
U.Nakamura
04:16 PM Revision f11eb9bb (git): merge revision(s) 32554:
* time.c (time_dup): used rb_obj_class() instead of CLASS_OF().
The patch is made by Kazuki Tsujimoto. [Bug...
kosaki (Motohiro KOSAKI)
04:06 PM Revision 61254671 (git): * 2011-07-16
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:06 PM Revision 6270ce85 (git): * time.c (time_dup): used rb_obj_class() instead of CLASS_OF().
The patch is made by Kazuki Tsujimoto. [Bug #5012] [ruby-dev:44071]
* test/ruby/test_time.rb (TestTime#test_getlocal...
kosaki (Motohiro KOSAKI)
01:34 PM Bug #4611: [BUG] Segementation fault reported
Piotr, thanks for feedback. Nice, it includes both OpenSSL 0.9.8 (from ruby) and 1.0.0 (from mysql).
Please try to...
nahi (Hiroshi Nakamura)
01:20 PM Bug #4875 (Closed): Segmentation fault in http.rb
I close this as a duplicate of #4611. nahi (Hiroshi Nakamura)
01:18 PM Bug #4320 (Closed): Bus Error in digest/sha2 on sparc
I applied the last patch to trunk at r32546 and ruby_1_9_3 at r32547.
Nils, sorry for not merging your patch direc...
nahi (Hiroshi Nakamura)
01:05 AM Bug #4320: Bus Error in digest/sha2 on sparc
This looks much simpler. I'll check this patch tomorrow.
Index: ext/digest/sha2/sha2.c
==========================...
nahi (Hiroshi Nakamura)
11:27 AM Revision 2cdfa81a (git): * bignum.c (bigsub_int): add RB_GC_GUARD. This patch is made by
Makoto Kishimoto. fixes #4223 [ruby-dev:42907]
* bignum.c (bigadd_int): ditto.
git-svn-id: svn+ssh://ci.ruby-lang....
Kenta Murata
11:12 AM Bug #5012 (Assigned): Timeオブジェクト間で特異オブジェクトが共有される
nobu (Nobuyoshi Nakada)
10:16 AM Revision 4b29cccf (git): * bignum.c (bigsub_int): add RB_GC_GUARD. This patch is made by
Makoto Kishimoto. fixes #4223 [ruby-dev:42907]
* bignum.c (bigadd_int): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.o...
Kenta Murata
05:37 AM Revision ade91aca (git): * ChangeLog: typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
05:34 AM Feature #5029 (Closed): accept multiple args in Kernel#warn(), like puts()
Hello,
Please make Kernel#warn() like Kernel#puts():
* Accept multiple arguments.
* Print them separated by ne...
sunaku (Suraj Kurapati)
05:33 AM Revision f15d0dea (git): * win32/win32.c, include/ruby/win32.h (rb_w32_io_cancelable_p): renamed
from rb_w32_has_cancel_io(). now it takes a parameter as fd to check
the fd is console or not, because we cannot c...
U.Nakamura
05:00 AM Feature #5009: Bang method (!) consistency in Ruby 2 API
Interesting, the Rails' save/save! example makes sense.
And why worry about keeping backwards compatibility?
Ru...
sunaku (Suraj Kurapati)
03:05 AM Revision 22a0e9e9 (git): * 2011-07-15
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32548 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:05 AM Revision b03e3cc5 (git): * backport r32546 from trunk.
* ext/digest/sha2/sha2.c (SHA256_Update, SHA512_Update): avoid Bus
Error caused by unalignment access on Sparc-Sola...
Hiroshi Nakamura
03:03 AM Revision e56f2abe (git): * ext/digest/sha2/sha2.c (SHA256_Update, SHA512_Update): avoid Bus
Error caused by unalignment access on Sparc-Solaris (and possibly on
other similar environment.) This patch just do...
Hiroshi Nakamura
02:27 AM Bug #5028 (Third Party's Issue): Solaris encoding problems with rdiscount & redcarpet
It is the issue of markdown.c in redcarpet.
In ext/redcarpet/redcarpet.c it passes the data from Ruby's String to ma...
naruse (Yui NARUSE)
01:24 AM Bug #5028 (Third Party's Issue): Solaris encoding problems with rdiscount & redcarpet
=begin
Hi,
I've been having encoding problems under 1.9.2 and Solaris, which I've been unable to explain.
Certain ...
jondelStrother (Jonathan del Strother)

07/14/2011

10:38 PM Bug #4611: [BUG] Segementation fault reported
Hiroshi Nakamura wrote:
> Deryl, Peter, I think it's related OpenSSL version conflict. Please see #4875 and https://g...
Fallen_Zen (Piotr Panasewicz)
10:01 PM Bug #4863: config.charset not found
#1423 と同様に検索してみた ( http://www.ctan.org/search.html?search=config.charset&search_type=filename ) ところ、
http://mirror.c...
znz (Kazuhiro NISHIYAMA)
06:47 PM Bug #4320: Bus Error in digest/sha2 on sparc
Nils, thanks for the patch, and sorry for late reply.
Since sha2.c has an upstream version http://www.aarongifford...
nahi (Hiroshi Nakamura)
04:51 PM Revision 0419cfc2 (git): * 2011-07-15
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:51 PM Revision e8ab94ed (git): * regint.h (PLATFORM_UNALIGNED_WORD_ACCESS): Power PC does not
allow unaligned word access.
* st.c (UNALIGNED_WORD_ACCESS): x86_64 allows unaligned word
access as well as i386.
...
nobu (Nobuyoshi Nakada)
02:52 PM Bug #4445 (Closed): ext/openssl の verify_callback が rb_protect で保護されていない
r32537でtrunk、r32538でruby_1_9_3を修正しました。結果的には、Obayashiさん(前回呼び捨てですいません)のpatchをそのまま当て、かつ例外を投げている場合にはwarnで警告をする(しかし無視して、通常... nahi (Hiroshi Nakamura)
09:52 AM Feature #4774: User Friendly Handling of "Encoding::ConverterNotFoundError"
Yui NARUSE wrote:
> Hmm, it can be implemented by the way I implemented UTF8-MAC.
> Will you implement it (on UTF8-...
duerst (Martin Dürst)
09:41 AM Bug #5027 (Closed): Snapshot(2011-07-14) Build Test Error @Cygwin
% ./configure --enable-shared; make ; make test
解凍実行後、以下の様に落ちてました。
他にioで10個Faile出てます。
---
test_fork.rb .[BUG]...
mfurui (Mitsuru FURUI)
07:56 AM Revision 301a11b2 (git): fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
07:53 AM Revision 268b6ddd (git): * eval.c (ruby_setjmp): need to save the stack after r2 (the Table
of Contents on ppc64) is saved onto the stack by getcontext().
based on <https://bugzilla.redhat.com/show_bug.cgi?i...
nobu (Nobuyoshi Nakada)
07:28 AM Bug #5026 (Closed): 1.9.3 allows URI(uri, parser)
r28699 introduces a new API: the second argument of URI(uri [, parser]).
But I object this because such parser argum...
naruse (Yui NARUSE)
06:00 AM Revision a1bad3ac (git): * 2011-07-14
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@32541 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:00 AM Revision eec2b69e (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@32540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:46 AM Revision 94ed480c (git): * 2011-07-14
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:46 AM Revision bdd7cf15 (git): * backport r32537 from trunk.
* ext/openssl/ossl.c (ossl_verify_cb): trap the exception from
verify callback of SSLContext and X509Store and make...
Hiroshi Nakamura
05:41 AM Revision ab86f1cf (git): * ext/openssl/ossl.c (ossl_verify_cb): trap the exception from
verify callback of SSLContext and X509Store and make the
verification fail normally. Raising exception directly fro...
Hiroshi Nakamura
03:53 AM Feature #4893: Literal Instantiation breaks Object Model
YARV already has flags to see if methods are redefined (used for fast
numeric operations). Maybe you could use the...
judofyr (Magnus Holm)
03:37 AM Feature #4893: Literal Instantiation breaks Object Model
Lazaridis Ilias wrote:
> Although the latest version (v4) works fine, I dislike to use the callbacks to set/clear th...
wishdev (John Higgins)
02:40 AM Feature #4893: Literal Instantiation breaks Object Model
Although the latest version (v4) works fine, I dislike to use the callbacks to set/clear the flag.
I have "fuzzily...
lazaridis.com (Lazaridis Ilias)
02:40 AM Bug #5022: WEBrick returns improper response for malformed HTTP Request
Nobuyoshi Nakada wrote:
> assert(hash) does not seem nice.
> assert_equal({}, hash) would be better.
Has to be a...
felixalias (Felix Jodoin)
01:54 AM Revision f10ef64f (git): * 2011-07-14
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:54 AM Revision 489345b8 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:30 AM Bug #5025: YAML::Syck::Map#children returns [nil, nil]
Try that again:
<pre
ruby-1.9.2-p0 > d = YAML.parse('--- { a: 1, b: 2 }')
=> #&lt;Syck::Map:0x00000001890840&gt...
trans (Thomas Sawyer)
01:29 AM Bug #5025 (Rejected): YAML::Syck::Map#children returns [nil, nil]
ruby-1.9.2-p0 > d = YAML.load('--- { a: 1, b: 2 }')
=> {"a"=>1, "b"=>2}
ruby-1.9.2-p0 > d = YAML.parse('--- { a: ...
trans (Thomas Sawyer)

07/13/2011

07:46 PM Feature #4774: User Friendly Handling of "Encoding::ConverterNotFoundError"
Hmm, it can be implemented by the way I implemented UTF8-MAC.
Will you implement it (on UTF8-MAC's way or some anoth...
naruse (Yui NARUSE)
05:50 PM Feature #4774: User Friendly Handling of "Encoding::ConverterNotFoundError"
Yui NARUSE wrote:
> Lazaridis Ilias wrote:
> > * All transcode files for all *major* operating systems are integr...
duerst (Martin Dürst)
07:29 PM Bug #2616: unable to trap in doze
>> For clarification, now SIGFPE, SIGILL and SIGSEGV can't be trapped from ruby script if you have multi threads and... kosaki (Motohiro KOSAKI)
11:23 AM Bug #2616: unable to trap in doze
> For clarification, now SIGFPE, SIGILL and SIGSEGV can't be trapped from ruby script if you have multi threads and ... Anonymous
07:21 PM Bug #4923: [ext/openssl] test_ssl.rb: test_client_auth fails
> Martin, you can change Assignee and take this as you like :)
Thanks, Hiroshi!

If I get #4961 done in time I ...
MartinBosslet (Martin Bosslet)
07:18 PM Bug #4445: ext/openssl の verify_callback が rb_protect で保護されていない
Hiroshi Nakamura wrote:
> Do you think you can handle #4961? I don't think it's a release blocker since we just ad...
MartinBosslet (Martin Bosslet)
04:28 PM Bug #4445: ext/openssl の verify_callback が rb_protect で保護されていない
Martin Bosslet wrote:
> Sure - if you feel it's related to the other two issues then you are clearly in a better pos...
nahi (Hiroshi Nakamura)
02:43 PM Bug #4445: ext/openssl の verify_callback が rb_protect で保護されていない
騒いでおいてすいません。 #4611 #4875 へのリンクを外しました。ちゃんとスタックを見たら、関係ありませんでした。
で、このチケットですが、Obayashiのおっしゃる通り、確かに今のコードはダメですね。他のcallba...
nahi (Hiroshi Nakamura)
06:53 PM Bug #3924: Performance bug (in require?)
On 11 July 2011 15:58, Michael Klishin <[email protected]> wrote:
>
> Issue #3924 has been updated by Michae...
Eregon (Benoit Daloze)
05:30 PM Bug #5022: WEBrick returns improper response for malformed HTTP Request
assert(hash) does not seem nice.
assert_equal({}, hash) would be better.
nobu (Nobuyoshi Nakada)
04:56 PM Bug #5022: WEBrick returns improper response for malformed HTTP Request
Aaron Patterson wrote:
> Can you add a test?
>
> Also, I'm not sure that this should be an error. In section 4.1...
felixalias (Felix Jodoin)
03:39 PM Bug #5022: WEBrick returns improper response for malformed HTTP Request
Can you add a test?
Also, I'm not sure that this should be an error. In section 4.1 of RFC 1945, it says that sim...
tenderlovemaking (Aaron Patterson)
03:25 PM Bug #5022 (Closed): WEBrick returns improper response for malformed HTTP Request
=begin
When sending an improper HTTP request in the form of:
GET /\n
(with any valid or invalid HTTP verb),...
felixalias (Felix Jodoin)
05:21 PM Bug #4611 (Feedback): [BUG] Segementation fault reported
Deryl, Peter, I think it's related OpenSSL version conflict. Please see #4875 and https://gist.github.com/863523/f367... nahi (Hiroshi Nakamura)
05:06 PM Bug #5024: ruby-mode.el syntax highlighting breaks on regular expression with quotes
Sorry, I meant revision 30909 in the description. slickrobert (Robert Smith)
05:05 PM Bug #5024 (Third Party's Issue): ruby-mode.el syntax highlighting breaks on regular expression with quotes
I am using 1.9.2-p160 revision 29036
If there are an odd number of quotation marks inside a regular expression, th...
slickrobert (Robert Smith)
05:01 PM Bug #4875 (Feedback): Segmentation fault in http.rb
Jerome, thanks for letting us know about 'pg'. With your help I found that a similar bug and solution.
https://githu...
nahi (Hiroshi Nakamura)
02:54 PM Bug #5019 (Feedback): Ruby runtime crashes and indicates a 'Bus Error' bug
Don't use Backport92 to report bug.
See Also: http://redmine.ruby-lang.org/projects/ruby/wiki/HowToReport
sorah (Sorah Fukumori)
02:27 PM Bug #5019: Ruby runtime crashes and indicates a 'Bus Error' bug
Please give me a small code for reproducing this problem.
mrkn (Kenta Murata)
02:53 PM Bug #4962: come back gem_prelude!
On Mon, Jul 11, 2011 at 08:50:12AM +0900, Nobuyoshi Nakada wrote:
> Hi,
>
> At Wed, 6 Jul 2011 06:56:09 +0900,
...
tenderlovemaking (Aaron Patterson)
01:55 PM Revision dc08ed03 (git): fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32534 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
01:11 PM Revision a289ef41 (git): * 2011-07-13
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32533 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:11 PM Revision 145b7218 (git): * ChangeLog: fix tyops.
* doc/ChangeLog-1.9.3: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32532 b2dd03c8-39d4-4d8f-98ff-823fe6...
nagachika (Tomoyuki Chikanaga)
11:48 AM Bug #4223: GC.stress = true で謎の ArgumentError
はい。やっておきます。 mrkn (Kenta Murata)
10:19 AM Bug #4223: GC.stress = true で謎の ArgumentError
これは1.9.3 ターゲットのままでいいですよね? > むらけんさん kosaki (Motohiro KOSAKI)
09:48 AM Bug #4223: GC.stress = true で謎の ArgumentError
新しいパッチです。
更新点は、
* bigsub_int() も対策した
* RB_GC_GUARD をコントロールフロー的に十分に後ろの場所に移動した
の 2 点です。
コミット(とバックポート)とクローズ(でいいですよね...
metanest (Makoto Kishimoto)
11:23 AM Feature #3917: [proposal] called_from() which is much faster than caller()
> Feature #3917: [proposal] called_from() which is much faster than caller()
> http://redmine.ruby-lang.org/issues...
Anonymous
10:04 AM Feature #5005: Provide convenient access to original methods
Just some general thoughts on making metaprogramming easier:
Using metaprogramming in Ruby is on average somewhat ...
duerst (Martin Dürst)
08:32 AM Feature #5005: Provide convenient access to original methods
Lazaridis Ilias wrote:
> The languag allows a class to be "reopened", thus it's behaviour can be redefined:
[...]
...
lazaridis.com (Lazaridis Ilias)
12:39 AM Feature #5005: Provide convenient access to original methods
=begin
I've notice a related issue, #3688, which suggests the introduction of "redef". This, in combination of "or...
lazaridis.com (Lazaridis Ilias)
08:18 AM Feature #4893: Literal Instantiation breaks Object Model
Attached an updated patch, where the flag becomes an internal implementation detail, not accessible from outside.
...
lazaridis.com (Lazaridis Ilias)
06:10 AM Feature #4893: Literal Instantiation breaks Object Model
=begin
related issue #5015
=end
lazaridis.com (Lazaridis Ilias)
12:47 AM Feature #3688: redef keyword for method redefinition in Ruby 2.0
=begin
See related issue #5005 with a suggested implementation of "original"
=end
lazaridis.com (Lazaridis Ilias)

07/12/2011

11:53 PM Bug #5018: ruby_1_9_3 branch is missing from official GitHub mirror
(07/12/2011 11:11 PM), KOSAKI Motohiro wrote:
> trunk is also stopping to mirror svn. just fyi.

I know. Resy...
shyouhei (Shyouhei Urabe)
11:23 PM Bug #5018: ruby_1_9_3 branch is missing from official GitHub mirror
Hi

2011/7/12 Shyouhei Urabe <[email protected]>:
>
> Issue #5018 has been updated by Shyouhei Urabe.
...
kosaki (Motohiro KOSAKI)
10:15 PM Bug #5018 (Closed): ruby_1_9_3 branch is missing from official GitHub mirror
Oops, my cron script was complaining "error: unable to push to unqualified destination: ruby_1_9_3".
I did it by h...
shyouhei (Shyouhei Urabe)
09:44 PM Bug #5018 (Assigned): ruby_1_9_3 branch is missing from official GitHub mirror
naruse (Yui NARUSE)
05:24 AM Bug #5018 (Closed): ruby_1_9_3 branch is missing from official GitHub mirror
Yesterday trunk was branches into ruby_1_9_3:
http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_3/
But bran...
luislavena (Luis Lavena)
11:34 PM Bug #4445: ext/openssl の verify_callback が rb_protect で保護されていない
Hiroshi Nakamura wrote:
> Martin, how's the status? Can I take over this issue again? I think #4875 and #4611 relate...
MartinBosslet (Martin Bosslet)
06:24 PM Bug #4445: ext/openssl の verify_callback が rb_protect で保護されていない
Martin, how's the status? Can I take over this issue again? I think #4875 and #4611 relates to this issue. nahi (Hiroshi Nakamura)
11:22 PM Revision 3fc759ae (git): * 2011-07-13
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:22 PM Revision 1335b154 (git): * lib/test/unit.rb(Test::Unit::Options#process_args): Fix bug.
Fix process_args didn't return `@option` after r30939. Backported
r32526 from trunk.
git-svn-id: svn+ssh://ci.ruby...
sorah (Sorah Fukumori)
11:02 PM Bug #5021 (Closed): test_empty(DL::TestCFunc): DL::DLError: unknown symbol "strcpy"
手元の環境(FreeBSD 8.2 STABLE)で、
make test-all TESTS='-n test_empty dl/test_cfunc.rb open-uri/test_open-uri.rb'
のようにして t...
metanest (Makoto Kishimoto)
08:33 PM Bug #1650 (Rejected): Time range === is slow
Hello,
> If Range#=== works exactly the same as Range#include?, the docs should say that. If they differ when beg/...
mame (Yusuke Endoh)
06:18 PM Bug #4923: [ext/openssl] test_ssl.rb: test_client_auth fails
I'm on 64bit Ubuntu 11.04 box, and I can replicate the error with 0.9.8o...
Though we still don't know the culprit...
nahi (Hiroshi Nakamura)
06:14 PM Feature #5016: Kernel#caller with negative limit should limit result to N initial frames
I wouldn’t say “dup”, but it’s certainly related. This interface can be used instead of adding Kernel#called_from, i... now (Nikolai Weibull)
05:40 PM Feature #5016: Kernel#caller with negative limit should limit result to N initial frames
Dup of #1906 and #3917. ddebernardy (Denis de Bernardy)
05:49 PM Bug #5020 (Closed): Rational cannot coerce into Complex with imag.
とある実験をしていて気付いたのですが、虚部ありのComplexを引数としてRational#coerceを呼ぶとTypeErrorが発生します。
Rational(1,2).coerce(Complex(1,1)) #=> T...
usa (Usaku NAKAMURA)
05:23 PM Bug #5019 (Rejected): Ruby runtime crashes and indicates a 'Bus Error' bug
Ruby 1.9.2 crashes when I run the rake command. I've tried 1.9.2-head and 1.9.2-p180, they both result in a similar r... isaka (Isaka Traore)
05:15 PM Bug #5015 (Closed): method_added" is called in addition to "method_undefined
This issue was solved with changeset r32527.
Lazaridis, thank you for reporting this issue.
Your contribution to Ruby...
matz (Yukihiro Matsumoto)
05:02 AM Bug #5015: method_added" is called in addition to "method_undefined
Lazaridis Ilias: changing behaviors of the fundamental classes because of one use case doesn't feel right. In fact, i... antares (Michael Klishin)
04:47 AM Bug #5015: method_added" is called in addition to "method_undefined
Lazaridis Ilias wrote:
> John Higgins wrote:
> [...]
>
> no comment.
>
> "I'll await the response of the rela...
wishdev (John Higgins)
04:42 AM Bug #5015: method_added" is called in addition to "method_undefined
John Higgins wrote:
[...]
no comment.
"I'll await the response of the related developer."
lazaridis.com (Lazaridis Ilias)
04:26 AM Bug #5015: method_added" is called in addition to "method_undefined
Lazaridis Ilias wrote:
> John Higgins wrote:
> > Lazaridis Ilias wrote:
> > > John Higgins wrote:
> > > [...]
> ...
wishdev (John Higgins)
04:24 AM Bug #5015: method_added" is called in addition to "method_undefined
+1 on 'not a defect.'
If a method is added, I expect the method_added callback to be fired. undef_method adds a me...
steveklabnik (Steve Klabnik)
04:15 AM Bug #5015: method_added" is called in addition to "method_undefined
[edit: please ignore the first patch send (32kB), the 1001 Bytes one is the correct]
Attached a simple patch, which ...
lazaridis.com (Lazaridis Ilias)
04:05 AM Bug #5015: method_added" is called in addition to "method_undefined
John Higgins wrote:
> Lazaridis Ilias wrote:
> > John Higgins wrote:
> > [...]
> >
> > Mr. Higgins, you could w...
lazaridis.com (Lazaridis Ilias)
03:38 AM Bug #5015: method_added" is called in addition to "method_undefined
Lazaridis Ilias wrote:
> John Higgins wrote:
> [...]
>
> Mr. Higgins, you could write a book in your non-technic...
wishdev (John Higgins)
03:16 AM Bug #5015: method_added" is called in addition to "method_undefined
John Higgins wrote:
[...]
Mr. Higgins, you could write a book in your non-technical tenor about this issue, the f...
lazaridis.com (Lazaridis Ilias)
02:28 AM Bug #5015: method_added" is called in addition to "method_undefined
Lazaridis Ilias wrote:
> Magnus Holm wrote:
> > But undef_method *does* actually add a new method: it adds a method...
wishdev (John Higgins)
01:54 AM Bug #5015: method_added" is called in addition to "method_undefined
Magnus Holm wrote:
> But undef_method *does* actually add a new method: it adds a method
which prevents the superc...
lazaridis.com (Lazaridis Ilias)
05:14 PM Feature #1906: Kernel#backtrace: Objectifying Kernel#caller
Is this (or #3917, which also looks neat) anything that might make it into ruby 1.9.3? I was wondering how to get the... ddebernardy (Denis de Bernardy)
05:13 PM Feature #3917: [proposal] called_from() which is much faster than caller()
I'm not making much sense of the japanese in this ticket. Is this (or #1906, which also looks neat) anything that mig... ddebernardy (Denis de Bernardy)
03:16 PM Feature #5009: Bang method (!) consistency in Ruby 2 API
Martin Dürst wrote:
> Just for the record, there is one method that I think we should add a bang if we still could, ...
naruse (Yui NARUSE)
03:06 PM Feature #5009: Bang method (!) consistency in Ruby 2 API
Just for the record, there is one method that I think we should add a bang if we still could, and this is String#forc... duerst (Martin Dürst)
02:42 PM Revision 8cf76cae (git): * NEWS: add a description of Signal.trap change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
01:55 PM Bug #2616 (Closed): unable to trap in doze
This issue was solved with changeset r32523.
Roger, thank you for reporting this issue.
Your contribution to Ruby is ...
kosaki (Motohiro KOSAKI)
11:04 AM Revision 55b3bfbc (git): * signal.c (reserved_signal_p): reverted a part of r32523.
chikanaga noticed trap(:CHLD) has some realworld usecase.
* test/ruby/test_signal.rb (TestSignal#test_reserved_signal...
kosaki (Motohiro KOSAKI)
08:15 AM Revision ba5d7858 (git): * vm_method.c (rb_add_method): should not call method_added hook
for undef operation. [Bug #5015]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32527 b2dd03c8-39d4-4d8f-98ff-823...
matz (Yukihiro Matsumoto)
08:09 AM Revision 1d4da24e (git): * lib/test/unit.rb(Test::Unit::Options#process_args): Fix bug.
Fix process_args didn't return `@option` after r30939.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32526 b2dd0...
sorah (Sorah Fukumori)
06:04 AM Feature #4963: Refine and Document the Issue Tracking Process
Yui NARUSE wrote:
> Lazaridis Ilias wrote:
[...]
> > * Introduce Status "Retracted", thus the issue author/repor...
lazaridis.com (Lazaridis Ilias)
05:12 AM Revision 7fd82665 (git): small cleanup
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
05:08 AM Revision c3075235 (git): * signal.c (install_sighandler): fixed a race.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
04:55 AM Revision 89e2951b (git): * signal.c (sig_trap): don't permit to change a signal handler which
the interpreter reserved.
* signal.c (reserved_signal_p): ditto.
[Bug #2616] [ruby-core:27625]
* test/ruby/test_si...
kosaki (Motohiro KOSAKI)
02:59 AM Revision 888d8e93 (git): * 2011-07-12
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:59 AM Revision edeba4db (git): * win32/setup.mak: support x86-amd64 cross compile environment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32521 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura

07/11/2011

11:19 PM Feature #4243: [PATCH] DRb should not forefully close connections on DRb#stop_service
This ticket is a feature, not a bug. Moving to Feature tracker.
And the feature proposed introduces incompatibility...
mame (Yusuke Endoh)
11:05 PM Bug #3924: Performance bug (in require?)
+1 on 1.9x svenfuchs (Sven Fuchs)
10:58 PM Bug #3924: Performance bug (in require?)
I second Hiroshi's suggestion to solve this for 1.9.x and not just 1.9.3. antares (Michael Klishin)
10:37 PM Bug #3924: Performance bug (in require?)
Issues left are;
* Find a way to merge Xavier's work.
* Merge Shyouhei's optimization by cache.
I suggest to c...
nahi (Hiroshi Nakamura)
09:00 AM Bug #3924 (Assigned): Performance bug (in require?)
Nahi-san, Yugui-san, May I ask current status of this? kosaki (Motohiro KOSAKI)
11:02 PM Bug #4997: Rake Aborted
Eseosa Oshodin wrote:
> I had another error after solving the previous bug. When I run "rake db:migrate" on the comm...
luislavena (Luis Lavena)
09:44 PM Bug #4997: Rake Aborted
I had another error after solving the previous bug. When I run "rake db:migrate" on the command prompt, I got the err... sabsosa (Eseosa Oshodin)
04:44 PM Feature #5016 (Closed): Kernel#caller with negative limit should limit result to N initial frames
Calling Kernel#caller with a negative limit should limit result to N initial frames. When using Kernel#caller you of... now (Nikolai Weibull)
04:06 PM Bug #5004: Version of rubygems needs update
=begin
Ryan Davis wrote:
> % ack VERSION lib/rubygems.rb
source:lib/rubygems.rb#L127 shows 1.8.5.1.
=end
sakuro (Sakuro OZAWA)
03:53 PM Bug #5004: Version of rubygems needs update
On Jul 9, 2011, at 03:20 , Sakuro OZAWA wrote:

>
> Issue #5004 has been reported by Sakuro OZAWA.
>
> -...
zenspider (Ryan Davis)
03:53 PM Bug #4971: Module#class_variables
前田です。

2011年7月8日22:11 KOSAKI Motohiro <[email protected]>:
>> 今まで文句が出なかったということはたぶんあまり使われていないと思うので、targ...
shugo (Shugo Maeda)
03:53 PM Bug #4971: Module#class_variables
前田です。

2011年7月8日22:11 KOSAKI Motohiro <[email protected]>:
>> 今まで文句が出なかったということはたぶんあまり使われていないと思うので、targ...
shugo (Shugo Maeda)
03:40 PM Bug #2616: unable to trap in doze
For clarification, now SIGFPE, SIGILL and SIGSEGV can't be trapped from ruby script if you have multi threads and use... kosaki (Motohiro KOSAKI)
03:34 PM Bug #2616: unable to trap in doze
This issue need to be rewritten signal related code widely and SIGILL isn't so much important on practical applicatio... kosaki (Motohiro KOSAKI)
03:09 PM Bug #2479 (Assigned): bugs in ruby-mode
kosaki (Motohiro KOSAKI)
03:09 PM Bug #3320 (Assigned): emacs ruby-mode.el font-lock fails on symboled string ending with ?
kosaki (Motohiro KOSAKI)
03:08 PM Bug #3618 (Assigned): inf-ruby prompt and tab completion
kosaki (Motohiro KOSAKI)
03:08 PM Bug #4923 (Assigned): [ext/openssl] test_ssl.rb: test_client_auth fails
kosaki (Motohiro KOSAKI)
02:52 PM Revision 63046f31 (git): time.c: can't compile time.c on AIX due to missing declaration for
ffs(). It is declared in strings.h on AIX.
backported r32518 from trunk.
git-svn-id: svn+ssh://ci.ruby-lang...
Yutaka Kanemoto
02:49 PM Revision 25af5ee5 (git): thread_pthread.c (get_stack): need to adjust stack addr for
[Bug #1813] on AIX. backported r32511 from trunk.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@3...
Yutaka Kanemoto
02:45 PM Bug #3827 (Closed): ext/readline can't handle cursor keys and cp932 chars
確認がとれたようなのでcloseします。また問題が起きたら別チケット作りましょう kosaki (Motohiro KOSAKI)
02:42 PM Bug #3827: ext/readline can't handle cursor keys and cp932 chars
ちょっと見てみました。
o カーソルキー -> 使えるようになった
o HomeおよびEndキー -> 使えるようになった
o マルチバイト文字 -> 入力できるようになった
x マルチバイト文字に対するバックスペース -...
usa (Usaku NAKAMURA)
02:29 PM Revision 2a5aa8cd (git): time.c: can't compile time.c on AIX due to missing declaration for
ffs(). It is declared in strings.h on AIX.
If I need to add something like '&& defined(_AIX)',
pleas...
Yutaka Kanemoto
09:56 AM Revision f078ced9 (git): updated news for minitest
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Ryan Davis
09:56 AM Revision 53ee1fb4 (git): updated news for minitest
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Ryan Davis
08:56 AM Bug #4962 (Closed): come back gem_prelude!
> MAKEFILE_CONFIG keeps make macros unexpanded. So you should
> keep MAKEFILE_CONFIG not CONFIG, and expand it dyna...
kosaki (Motohiro KOSAKI)
08:53 AM Bug #4962: come back gem_prelude!
Hi,

At Wed, 6 Jul 2011 06:56:09 +0900,
Aaron Patterson wrote in [ruby-core:37813]:
> We can also help rbcon...
nobu (Nobuyoshi Nakada)
06:56 AM Revision abf99e80 (git): * process.c: removed signal() macro. It's no longer used.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32515 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
06:53 AM Feature #4978: forwardable: support for 'delegate :method => :accessor'
Motohiro KOSAKI wrote:
> I believe this is new feature, not bug. However if Keiju will accept and commit it _before_...
Eregon (Benoit Daloze)
06:19 AM Revision d7080856 (git): * numeric.c (rb_num2ull): use FIX2LONG instead of FIX2ULONG. see
rb_num2ulong(). fixed the problem of ObjectSpace._id2ref of IL32LLP64
platforms, introduced at r32433.
backported...
U.Nakamura
06:16 AM Revision 9826b820 (git): * ChangeLog: more details.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32513 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
06:03 AM Revision 12adf25a (git): * numeric.c (rb_num2ull): use FIX2LONG instead of FIX2ULONG. see
rb_num2ulong().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
03:53 AM Feature #4347: Tracing cannot be re-enabled after callcc [patch]
> But note that there is still other issues, and that this issue may
> have a relapse in future.  If you want not t...
judofyr (Magnus Holm)
03:13 AM Feature #4347: Tracing cannot be re-enabled after callcc [patch]
Hello,
2011/1/31 James M. Lawrence <[email protected]>:
> In thread.c (thread_suppress_tracing) the code afte...
mame (Yusuke Endoh)
03:43 AM Bug #4974: [ext/tk] ruby_1_9_2@32391 build failure with MinGW
Yes, r32477 works for me when building with either TDM GCC 4.5.2 or mingw-w64 GCC 4.5.4 on Win7 32bit.
While I've ...
jonforums (Jon Forums)
02:04 AM Bug #4765 (Closed): signal が正しくマスクされておらず main thread でシグナルハンドラが動いている
This issue was solved with changeset r32510.
Motohiro, thank you for reporting this issue.
Your contribution to Ruby ...
kosaki (Motohiro KOSAKI)
01:53 AM Bug #5015: method_added" is called in addition to "method_undefined
But undef_method *does* actually add a new method: it adds a method
which prevents the superclass' method being ca...
judofyr (Magnus Holm)
01:11 AM Bug #5015 (Closed): method_added" is called in addition to "method_undefined
When a method is undefined via "undef_method :any_method", the following methods are called back:
* method_added
...
lazaridis.com (Lazaridis Ilias)
12:09 AM Feature #3768: Constant Lookup doesn't work in a subclass of BasicObject
I submitted documentation addition.
<a href="https://github.com/ruby/ruby/pull/31">https://github.com/ruby/ruby/pu...
trans (Thomas Sawyer)

07/10/2011

11:10 PM Feature #5010: Add Slop(-like) in stdlib and deprecate current OptionParser API
Sorry, I still didn't get it. I understand that you don't want any DSL when you talk about instance_eval, right? Any ... rosenfeld (Rodrigo Rosenfeld Rosas)
01:23 PM Feature #5010: Add Slop(-like) in stdlib and deprecate current OptionParser API
On Sun, Jul 10, 2011 at 10:16:25AM +0900, Eric Hodel wrote:
> On Jul 9, 2011, at 4:19 PM, Rodrigo Rosenfeld Rosas ...
neleai (Ondrej Bilka)
11:08 AM Feature #5010: Add Slop(-like) in stdlib and deprecate current OptionParser API
Would much rather see <a href="https://github.com/soveran/clap">CLAP</a>(-like) in standard library.
It's so simple....
trans (Thomas Sawyer)
10:23 AM Feature #5010: Add Slop(-like) in stdlib and deprecate current OptionParser API
On Jul 9, 2011, at 4:19 PM, Rodrigo Rosenfeld Rosas wrote:
> Em 09-07-2011 20:13, Nobuyoshi Nakada escreveu:
>> At...
drbrain (Eric Hodel)
08:23 AM Feature #5010: Add Slop(-like) in stdlib and deprecate current OptionParser API
> Hidden instance_eval is cause of confusion. It's a way
> OptionParser has thrown away.

Sorry, Nobu, I didn't ...
rosenfeld (Rodrigo Rosenfeld Rosas)
08:23 AM Feature #5010: Add Slop(-like) in stdlib and deprecate current OptionParser API
Hi,

At Sun, 10 Jul 2011 08:01:58 +0900,
Rodrigo Rosenfeld Rosas wrote in [ruby-core:37936]:
> This is the e...
nobu (Nobuyoshi Nakada)
08:01 AM Feature #5010 (Closed): Add Slop(-like) in stdlib and deprecate current OptionParser API
I always found the OptionParser API not as well designed as it could be.
I've just found this gem:
http://lee.j...
rosenfeld (Rodrigo Rosenfeld Rosas)
10:38 PM Bug #5002 (Closed): Ripper fails to distinguish local vars from vcalls [PATCH]
This issue was solved with changeset r32498.
Michael, thank you for reporting this issue.
Your contribution to Ruby i...
nobu (Nobuyoshi Nakada)
01:13 PM Bug #5002 (Assigned): Ripper fails to distinguish local vars from vcalls [PATCH]
kosaki (Motohiro KOSAKI)
08:23 AM Bug #5002: Ripper fails to distinguish local vars from vcalls [PATCH]
Hi,

At Sun, 10 Jul 2011 04:55:07 +0900,
Michael Edgar wrote in [ruby-core:37931]:
> As you note, splitting the ...
nobu (Nobuyoshi Nakada)
04:55 AM Bug #5002: Ripper fails to distinguish local vars from vcalls [PATCH]
Ack - I missed how nil/self would be caught as vcalls there.
As you note, splitting the variable node is necessary...
adgar (Michael Edgar)
08:39 PM Revision e4c452da (git): * thread_pthread.c (get_stack): need to adjust stack addr for
[Bug #1813] on AIX.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Yutaka Kanemoto
07:18 PM Bug #4974: [ext/tk] ruby_1_9_2@32391 build failure with MinGW
Luis and Jon,
How about r32477? It works for me with mingw32.
yugui (Yuki Sonoda)
02:15 AM Bug #4974: [ext/tk] ruby_1_9_2@32391 build failure with MinGW
Thanks! It now works for me with MinGW (TDM-1) GCC 4.5.2. I'll check later with MinGW-W64 GCC 4.5.4 and report back i... jonforums (Jon Forums)
06:04 PM Bug #4648 (Closed): lambda上のclass定義からのreturnでSEGV
This issue was solved with changeset r32495.
Kazuki, thank you for reporting this issue.
Your contribution to Ruby is...
ko1 (Koichi Sasada)
05:04 PM Revision 74b339e9 (git): * thread_pthread.c (rb_thread_create_timer_thread): removed
rb_disable_interrupt()/rb_enable_interrupt().
* vm_core.h: ditto.
* process.c (static void before_exec): ditto.
* pro...
kosaki (Motohiro KOSAKI)
05:01 PM Bug #4700 (Closed): JSON Documentation
This issue was solved with changeset r32493.
Cory, thank you for reporting this issue.
Your contribution to Ruby is g...
naruse (Yui NARUSE)
03:40 PM Bug #4700 (Assigned): JSON Documentation
naruse (Yui NARUSE)
04:51 PM Feature #5009: Bang method (!) consistency in Ruby 2 API
-1
ActiveRecord's save/save! is also a good example.
naruse (Yui NARUSE)
06:20 AM Feature #5009: Bang method (!) consistency in Ruby 2 API
If this is a proposal for renaming aforementioned methods, it will break a lot of existing code. If the idea is to ad... antares (Michael Klishin)
06:12 AM Feature #5009: Bang method (!) consistency in Ruby 2 API
This is a common misconception about the use of bang methods in Ruby. Bang does not indicate that a method mutates it... adgar (Michael Edgar)
06:07 AM Feature #5009 (Closed): Bang method (!) consistency in Ruby 2 API
=begin
Hello,
In Ruby 2, please use bang methods (those that end with !) consistently in the API. For example, t...
sunaku (Suraj Kurapati)
04:47 PM Bug #2008: test_io.rb: test 2 fails on FreeBSD
Motohiro KOSAKI wrote:
> At least, current trunk + FreeBSD 8.2 don't reproduce this issue.
This issue is about GN...
naruse (Yui NARUSE)
03:29 PM Bug #2008: test_io.rb: test 2 fails on FreeBSD
At least, current trunk + FreeBSD 8.2 don't reproduce this issue.
kosaki (Motohiro KOSAKI)
04:46 PM Bug #4992 (Closed): finalizer中のThread.newでSEGV
This issue was solved with changeset r32492.
Shota, thank you for reporting this issue.
Your contribution to Ruby is ...
kosaki (Motohiro KOSAKI)
01:53 PM Bug #4992: finalizer中のThread.newでSEGV
Motohiro KOSAKI wrote:
> How's this?
Thank you. On 1.9.3, it is Okay. Could you commit it?
ko1 (Koichi Sasada)
04:18 PM Bug #5013 (Closed): bootstrap/runner.rb の assert_normal_exit() がSEGVを検知できないことがある
r32490.
kosaki (Motohiro KOSAKI)
04:16 PM Bug #5013: bootstrap/runner.rb の assert_normal_exit() がSEGVを検知できないことがある
何人かの人と相談のうえ、結局 rubyのsigsegvを直すことにしました。今後は
・普通のSEGV
→ rb_bug()経由でabrot()
・SEGV中にさらにSEGV
→ 直接abort() を呼ぶ
...
kosaki (Motohiro KOSAKI)
03:05 PM Bug #5013 (Closed): bootstrap/runner.rb の assert_normal_exit() がSEGVを検知できないことがある
Bug#4992 をコミットしようとして気づいたのですが、
bootstrap/runner.rb の assert_normal_exit() がSEGVを検知しそこねることがあります。原因は
1.assert_norma...
kosaki (Motohiro KOSAKI)
03:52 PM Bug #4681 (Rejected): Timeout.timeout doesn't actually time out?
I think Eric described the reason and workaround at commetn#1. IOW, it's spec unfortunately.
kosaki (Motohiro KOSAKI)
03:41 PM Revision 93b59e38 (git): * 2011-07-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32509 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:41 PM Revision be46eca8 (git): * NEWS: describe the improvement of BigDecimal#power and BigDecimal#**.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Kenta Murata
03:40 PM Bug #4864: RubyGems が環境変数 MAKE を見てくれない
Ryan, can you please review this? kosaki (Motohiro KOSAKI)
03:40 PM Revision 0b6c9402 (git): * 2011-07-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32507 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:40 PM Revision 0b2db1ab (git): * doc/NEWS-1.9.3: describe the improvement of BigDecimal#power and
BigDecimal#**.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Kenta Murata
03:35 PM Bug #3827: ext/readline can't handle cursor keys and cp932 chars
artonさん、こちら、いかがでしょうか? kosaki (Motohiro KOSAKI)
03:35 PM Feature #4893 (Assigned): Literal Instantiation breaks Object Model
Matz, this is long-term issue.
Can you handle other issues before you handle this?
See http://redmine.ruby-lang.o...
naruse (Yui NARUSE)
03:32 PM Bug #4886 (Closed): autoload in instance_eval doesn't work
This issue was solved with changeset r32489.
Yui, thank you for reporting this issue.
Your contribution to Ruby is gr...
mrkn (Kenta Murata)
01:43 PM Bug #4886 (Assigned): autoload in instance_eval doesn't work
1.9.3を狙うなら Assigned に変更されるべき。報告の雰囲気からしてなるせさんは自分で直すつもりだと勝手にみなしてなるせさんにアサインします kosaki (Motohiro KOSAKI)
03:18 PM Bug #3422: Object.const_get(:A, false) can access BasicObject::A
>Oh sorry, it must be:
>
>module LangModuleSpecInObject
> module LangModuleTop
> end
>end
>include LangModule...
kosaki (Motohiro KOSAKI)
03:15 PM Feature #4574 (Assigned): Numeric#within
It's too late for 1.9.3.
kosaki (Motohiro KOSAKI)
03:11 PM Feature #4903 (Closed): Documentation for lib/test/unit/assertions.rb
This issue was solved with changeset r32488.
Justin, thank you for reporting this issue.
Your contribution to Ruby is...
sorah (Sorah Fukumori)
02:59 PM Revision 5a3318c2 (git): * version.h: 1.9.3 is no longer trunk.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e yugui (Yuki Sonoda)
02:59 PM Revision c1183af5 (git): reverted Module#mix -- r31873, r31917 and r31918.
--
* class.c (rb_mix_module): implement Module#mix.
--
* class.c (check_mix_method_i, do_mix_method_i): not m...
yugui (Yuki Sonoda)
02:58 PM Bug #4438: rescue args type check omitted
Let's discuss spec and impl. before 1.9.4 release.
ko1 (Koichi Sasada)
02:54 PM Revision a4f423f1 (git): * docs/NEWS-1.9.3: moved from NEWS.
* docs/ChangeLog-1.9.3: merged ChangeLog for 1.9.3.
* NEWS: NEWS for 1.9.4 that describes changes since 1.9.3
* Cha...
yugui (Yuki Sonoda)
02:31 PM Bug #4008: Rails 3::declarative_authorization::authorization_rules request => segvault ruby 1.9.2
I send it to 1.9.x. (don't touch it before 1.9.3).
ko1 (Koichi Sasada)
02:31 PM Revision 431812bd (git): * version.h (RUBY_VERSION): ruby_1_9_3 branch was forked.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e yugui (Yuki Sonoda)
02:28 PM Bug #3351: stack overflow on super
I'll challenge this issue on 1.9.4. Sorry. ko1 (Koichi Sasada)
02:19 PM Feature #4328 (Closed): export rb_thread_call_with_gvl()
This issue was solved with changeset r32486.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g...
ko1 (Koichi Sasada)
02:15 PM Bug #2402: super in instance_eval
すみません,1.9.4 送りで.... ko1 (Koichi Sasada)
02:06 PM Revision 80a01400 (git): Release branch of Ruby 1.9.3.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32501 b2dd03c8-39d4-4d8f-98ff-823fe69b080e yugui (Yuki Sonoda)
02:05 PM Revision 99f8f14d (git): * ext/bigdecimal/bigdecimal.c (rmpd_power_by_big_decimal): fix
precision treatment errors.
* test/bigdecimal/test_bigdecimal.rb: add tests for the above change.
fix precision tre...
Kenta Murata
02:01 PM Bug #4834 (Assigned): Adding documentation for prettyprint library
kosaki (Motohiro KOSAKI)
01:59 PM Revision 819c2418 (git): * process.c (rb_exec_arg_addopt): fix preprocess condition.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32499 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:56 PM Bug #4958 (Closed): Internal server error (PhusionPassenger::Rack::ApplicationSpawner::Error)
Ko1 made new API. Thus I'll close the ticket.
see [ruby-core:37727], [ruby-core:37759] and r32394.
kosaki (Motohiro KOSAKI)
01:51 PM Bug #4957: IO.copystream seems make hangup on cygwin (was 2011-07-01 Snapshot build)
残念なことに、Cygwinは現在アクティブメンテナーがいないので、誰かがパッチを作ってポストしない限り放置されるかもしれません。
パッチは歓迎します。
kosaki (Motohiro KOSAKI)
01:39 PM Bug #3272 (Closed): BigDecimal#** が実用的な速度ではない
チケットが重複していました。 mrkn (Kenta Murata)
01:38 PM Revision 577c03c7 (git): * parse.y (var_ref): distinguish vcall from local variable
references. based on a patch by Michael Edgar michael.j.edgar
AT dartmouth.edu. Bug #5002
git-svn-id: svn+ssh://...
nobu (Nobuyoshi Nakada)
01:33 PM Feature #4978 (Assigned): forwardable: support for 'delegate :method => :accessor'
I believe this is new feature, not bug. However if Keiju will accept and commit it _before_ preview1, I have no objec... kosaki (Motohiro KOSAKI)
01:13 PM Bug #4995 (Feedback): 1 test fails on AIX
kosaki (Motohiro KOSAKI)
12:52 PM Revision ce698d4c (git): * internal.h: add comments (cautions).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
12:32 PM Bug #5012 (Closed): Timeオブジェクト間で特異オブジェクトが共有される
=begin
辻本です。
Time#getlocalなどによって返されるTimeオブジェクトが、
レシーバと特異オブジェクトを共有してしまっています。
t0 = Time.now
class <<t0; end
...
ktsj (Kazuki Tsujimoto)
12:19 PM Bug #3271 (Closed): BigMath.power が遅い
This issue was solved with changeset r32485.
Kenta, thank you for reporting this issue.
Your contribution to Ruby is ...
mrkn (Kenta Murata)
12:19 PM Revision 7506a580 (git): * lib/test/unit.rb: Add new class variable `@@testfile_prefix`.
This is for changing test name prefix. (For testing)
* test/testunit/tests_for_parallel/ptest_first.rb: Renamed from...
sorah (Sorah Fukumori)
12:11 PM Feature #5000 (Closed): skip string creation of when clause
This issue was solved with changeset r32484.
Yusuke, thank you for reporting this issue.
Your contribution to Ruby is...
mame (Yusuke Endoh)
11:42 AM Bug #4473 (Closed): Calling return within begin still executes else
This issue was solved with changeset r32483.
Todd, thank you for reporting this issue.
Your contribution to Ruby is g...
mame (Yusuke Endoh)
10:57 AM Bug #3804 (Rejected): ruby crashed while running spork
There is no feedback.
Closing
sorah (Sorah Fukumori)
09:47 AM Bug #4591 (Closed): (1.5...2).max #=> 1 (Range#max)
This issue was solved with changeset r32482.
Masaya, thank you for reporting this issue.
Your contribution to Ruby is...
tarui (Masaya Tarui)
09:22 AM Feature #3845: "in" infix operator
I personally believe `in` belongs as an operator, it should match natural, mathematical, set-inclusion notation, and ... adgar (Michael Edgar)
09:13 AM Bug #5004 (Closed): Version of rubygems needs update
This issue was solved with changeset r32481.
Sakuro, thank you for reporting this issue.
Your contribution to Ruby is...
drbrain (Eric Hodel)
02:58 AM Bug #5004 (Assigned): Version of rubygems needs update
naruse (Yui NARUSE)
09:04 AM Revision 9cf9d5ea (git): * vm_insnhelper.c (vm_throw): check a class frame.
Fixes Bug #4648.
The patch is contributed by Kazuki Tsujimoto.
* bootstraptest/test_proc.rb: add tests for above.
...
ko1 (Koichi Sasada)
08:29 AM Revision b9a13f49 (git): * thread_pthread.c (mutex_debug): use exit(EXIT_FAILURE) instad of
exit(1).
* thread_pthread.c (add_signal_thread_list): ditto.
* thread.c (rb_thread_call_with_gvl): ditto.
* util.c (B...
kosaki (Motohiro KOSAKI)
08:11 AM Feature #5011 (Rejected): Add Perl 6-like main method definition support: accept command-line arguments as method arguments
Take a look at this:
http://perlgeek.de/en/article/5-to-6#post_14
I'm not really sure how this would look like ...
rosenfeld (Rodrigo Rosenfeld Rosas)
08:01 AM Revision a2e497d5 (git): * ext/json: Merge json gem 1.5.4+ (f7f78896607b6f6226cd).
[Bug #4700]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32493 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
07:46 AM Revision a119b9d1 (git): * vm_core.h (typedef struct rb_vm_struct): create a new
'inhibit_thread_createion' field.
* thread.c (rb_thread_terminate_all): set inhibit_thread_creation.
* thread.c (thre...
kosaki (Motohiro KOSAKI)
07:17 AM Revision 04b182a4 (git): add a ticket number.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
07:12 AM Revision 2acd6155 (git): * signal.c (sigsegv): use abort() instead of exit() when nested
SEGV was happen. Because unnested SEGV use abort().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32490 b2dd03...
kosaki (Motohiro KOSAKI)
06:32 AM Revision 564fb6a7 (git): * load.c (rb_f_autoload): prevent to autoload for singleton
classes. fixes [Bug #4886] [ruby-dev:43816]
* bootstraptest/test_autoload.rb: add tests for the above change.
git-s...
Kenta Murata
06:11 AM Revision 8c812c9a (git): * lib/test/unit/assertions.rb: Import documentation patch by Justin
Collins. [ruby-core:37225] [Feature #4903]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32488 b2dd03c8-39d4-4d8...
sorah (Sorah Fukumori)
05:59 AM Revision 32af4ed4 (git): * ext/date/date_core.c: canonicalizes nth and sf.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32487 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
05:57 AM Feature #5008 (Rejected): Equal rights for Hash (like Array, String, Integer, Float)
=begin
Hello,
I am using ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_64-linux].
Although Ruby has a rich s...
sunaku (Suraj Kurapati)
05:19 AM Revision 919978a8 (git): * internal.h (rb_thread_call_with_gvl, rb_thread_call_without_gvl):
make them visible as experimental C APIs. fixes Feature #4328.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
ko1 (Koichi Sasada)
03:19 AM Revision ebd61e5f (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_power): support non-integral
exponent. fixes #3271
* ext/bigdecimal/bigdecimal.c (rmpd_power_by_big_decimal): ditto.
* ext/bigdecimal/bigdecimal....
Kenta Murata
03:11 AM Revision b88daae7 (git): * compile.c (when_vals): when a string literal is written on when
clause, skip string creation to make it faster. [ruby-dev:44068]
[Feature #5000]
git-svn-id: svn+ssh://ci.ruby-la...
mame (Yusuke Endoh)
02:42 AM Revision b0f115da (git): * parse.y (reduce_nodes_gen): NODE_RETURN in rescue body must not be
reduced when there is an else clause. This caused bizarre behavior
in [Bug #4473] [ruby-core:35629] [ruby-core:378...
mame (Yusuke Endoh)
01:53 AM Feature #5005: Provide convenient access to original methods
One of answers is use AOP like aquarium(But I didn't tried it so I dont
know if it isn't overkill).
Currently be...
neleai (Ondrej Bilka)
12:59 AM Bug #4925 (Rejected): Infinite recursion allowed in rescue clause
Hello,
> Expected behavior: A SystemStackError should be raised.
>
> Current behavior: The Ruby process will con...
mame (Yusuke Endoh)
12:47 AM Revision d22e08f9 (git): * range.c (range_max): fix behavior with excluded end value.
[Bug #4591]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32482 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Masaya Tarui
12:21 AM Feature #4788: resolv.rb refactoring
I have a vested interest in this patch since I am the developer of RubyDNS. This update will allow RubyDNS to hook i... ioquatix (Samuel Williams)
12:13 AM Revision b1d647c8 (git): * NEWS: Fix RubyGems version. [Ruby 1.9 - Bug #5004]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32481 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)
 

Also available in: Atom