Project

General

Profile

Activity

From 07/11/2011 to 07/17/2011

07/17/2011

11:00 PM Bug #5036: time_modify/struct_modifyの例外メッセージがサブクラスの情報を反映しない
ありがとうございます。
では、CommitterHowtoのお作法に則って送らせてもらいます。
ktsj (Kazuki Tsujimoto)
10:23 PM Bug #5036: time_modify/struct_modifyの例外メッセージがサブクラスの情報を反映しない
(11/07/17 21:47), KOSAKI Motohiro wrote:
>> コミット権を持っていないので、お手数ですがコミッタの方取り込みをお願いします。
>
> 取ってください。
> どうせコードがあ...
nobu (Nobuyoshi Nakada)
10:23 PM Bug #5036: time_modify/struct_modifyの例外メッセージがサブクラスの情報を反映しない
(11/07/17 21:47), KOSAKI Motohiro wrote:
>> コミット権を持っていないので、お手数ですがコミッタの方取り込みをお願いします。
>
> 取ってください。
> どうせコードがあ...
nobu (Nobuyoshi Nakada)
09:53 PM Bug #5036: time_modify/struct_modifyの例外メッセージがサブクラスの情報を反映しない
> コミット権を持っていないので、お手数ですがコミッタの方取り込みをお願いします。

取ってください。
どうせコードがあってるだろなーって場合は代理コミットするの面倒くさいです
kosaki (Motohiro KOSAKI)
09:53 PM Bug #5036: time_modify/struct_modifyの例外メッセージがサブクラスの情報を反映しない
> コミット権を持っていないので、お手数ですがコミッタの方取り込みをお願いします。

取ってください。
どうせコードがあってるだろなーって場合は代理コミットするの面倒くさいです
kosaki (Motohiro KOSAKI)
07:52 PM Bug #5036: time_modify/struct_modifyの例外メッセージがサブクラスの情報を反映しない
対応ありがとうございました。
# なお、このコミット(r32569)でt.rbが混入してしまっています。
ktsj (Kazuki Tsujimoto)
04:26 PM Bug #5036 (Closed): time_modify/struct_modifyの例外メッセージがサブクラスの情報を反映しない
This issue was solved with changeset r32569.
Kazuki, thank you for reporting this issue.
Your contribution to Ruby is...
nobu (Nobuyoshi Nakada)
12:03 PM Bug #5036: time_modify/struct_modifyの例外メッセージがサブクラスの情報を反映しない
コミット権を持っていないので、お手数ですがコミッタの方取り込みをお願いします。 ktsj (Kazuki Tsujimoto)
11:41 AM Bug #5036 (Assigned): time_modify/struct_modifyの例外メッセージがサブクラスの情報を反映しない
入れちゃっていいんじゃないでしょうか。
あとはrb_check_frozen()のようにinsecureチェック用の関数を作るとか。
nobu (Nobuyoshi Nakada)
11:01 AM Bug #5036 (Closed): time_modify/struct_modifyの例外メッセージがサブクラスの情報を反映しない
=begin
辻本です。
time_modify/struct_modifyにて生成される例外のメッセージに
クラス名がハードコーディングされているため、
これらがサブクラスのオブジェクトから呼ばれた場合でも
そのことが...
ktsj (Kazuki Tsujimoto)
10:23 PM Bug #5038: Ruby 1.9.2 stops on some Regular Expressions
Your regular expression is exponential, with a repeater (+) inside a repeater (*). It requires the regex engine to d... JEG2 (James Gray)
09:32 PM Bug #5038 (Rejected): Ruby 1.9.2 stops on some Regular Expressions
# Code to reproduce:
n = 50
st = "Phone" + " "*n + "Fax"
st.match(/(.+\s)*email/i)
nil is expected
The execu...
docolabs (Bob Ambartsumov)
09:53 PM Bug #5039: Re: socket related errors on chkbuild
>>> 1) Error:
>>> test_write_nonblock(OpenSSL::TestPair):
>>
>> これは原因が違うようで、直っていません。
>
> これが起き始めたのはそんなに古く...
kosaki (Motohiro KOSAKI)
09:53 PM Bug #5039: Re: socket related errors on chkbuild
>>> 1) Error:
>>> test_write_nonblock(OpenSSL::TestPair):
>>
>> これは原因が違うようで、直っていません。
>
> これが起き始めたのはそんなに古く...
kosaki (Motohiro KOSAKI)
09:35 PM Bug #5039 (Assigned): Re: socket related errors on chkbuild
kosaki (Motohiro KOSAKI)
09:34 PM Bug #5039 (Closed): Re: socket related errors on chkbuild
2011年7月16日23:09 Tanaka Akira <[email protected]>:
>
>> 1) Error:
>> test_write_nonblock(OpenSSL::TestPair):
>
...
akr (Akira Tanaka)
06:23 PM Feature #3378: Range#each should not yield its `begin' itself
2011/7/17 Akinori MUSHA <[email protected]>:
> まあselfが返ってくることもあり、いじってしまうと影響は不定、ということで一度閉じます。


なんでこれを登録したのかも...
mame (Yusuke Endoh)
06:23 PM Feature #3378: Range#each should not yield its `begin' itself
2011/7/17 Akinori MUSHA <[email protected]>:
> まあselfが返ってくることもあり、いじってしまうと影響は不定、ということで一度閉じます。


なんでこれを登録したのかも...
mame (Yusuke Endoh)
05:10 PM Feature #3378 (Rejected): Range#each should not yield its `begin' itself
まあselfが返ってくることもあり、いじってしまうと影響は不定、ということで一度閉じます。 knu (Akinori MUSHA)
06:23 PM Feature #4766: Range#bsearch
2011/7/17 Thomas Sawyer <[email protected]>:
> Hi, thanks for example. I may not fully understand bsearch, but ba...
mame (Yusuke Endoh)
12:59 PM Feature #4766: Range#bsearch
The method is not about finding the minimum, it's about binary search. It has the additional behavior of finding the ... drbrain (Eric Hodel)
12:38 PM Feature #4766: Range#bsearch
Hi, thanks for example. I may not fully understand bsearch, but basically what I mean is that if finding minimum valu... trans (Thomas Sawyer)
10:23 AM Feature #4766: Range#bsearch
> How is this useful? It's basically "find minimum" value, right? What difference does it make that it uses a binary... mame (Yusuke Endoh)
08:36 AM Feature #4766: Range#bsearch
How is this useful? It's basically "find minimum" value, right? What difference does it make that it uses a binary se... trans (Thomas Sawyer)
12:25 AM Feature #4766 (Assigned): Range#bsearch
Hello,
Today I talked with matz and got his approval about this ticket,
under the following two condition:
-...
mame (Yusuke Endoh)
05:48 PM Bug #4223: GC.stress = true で謎の ArgumentError
RB_GC_GUARD マクロについて簡単にまとめておきます
* オブジェクトの中身を指してるポインタがCコード中にあって参照中なのに、オブジェクトを指すポインタ(VALUE)がどこにもなくなっちゃってGCに回収されるのを防ぐ
*...
metanest (Makoto Kishimoto)
05:13 PM Bug #5034: C Source Code formatting
Lazaridis Ilias wrote:
[citing in pieces]
> Are you all blind? > The sources are like crap, > That's ...
duerst (Martin Dürst)
02:23 PM Bug #5034: C Source Code formatting
see [ruby-core:36255] naruse (Yui NARUSE)
12:25 PM Bug #5034: C Source Code formatting
Nobuyoshi Nakada wrote:
> Hi,
>
> At Sun, 17 Jul 2011 11:03:36 +0900,
> Lazaridis Ilias wrote in [ruby-core:3...
lazaridis.com (Lazaridis Ilias)
11:23 AM Bug #5034: C Source Code formatting
Hi,

At Sun, 17 Jul 2011 11:03:36 +0900,
Lazaridis Ilias wrote in [ruby-core:38118]:
> Within 20 years, I've...
nobu (Nobuyoshi Nakada)
11:06 AM Bug #5034: C Source Code formatting
We don't want to waste time with bikedhed like coding styles. naruse (Yui NARUSE)
11:03 AM Bug #5034: C Source Code formatting
Yui NARUSE wrote:
> see [ruby-core:36255]
I don't see the relation of the linked message to this issue (which was...
lazaridis.com (Lazaridis Ilias)
10:38 AM Bug #5034 (Rejected): C Source Code formatting
see [ruby-core:36255] naruse (Yui NARUSE)
09:23 AM Bug #5034: C Source Code formatting
2011/7/17 Nobuyoshi Nakada <[email protected]>:
> Hi,
>
> At Sun, 17 Jul 2011 07:25:18 +0900,
> Lazaridis Ilias...
kosaki (Motohiro KOSAKI)
08:53 AM Bug #5034: C Source Code formatting
Hi,

At Sun, 17 Jul 2011 07:25:18 +0900,
Lazaridis Ilias wrote in [ruby-core:38109]:
> The C sources use tab...
nobu (Nobuyoshi Nakada)
07:25 AM Bug #5034 (Rejected): C Source Code formatting
=begin
The C sources use tab-4, tab-8 and spaces intermixed.
The tab-8 do not display correctly in several tools ...
lazaridis.com (Lazaridis Ilias)
03:30 PM Feature #5029 (Closed): accept multiple args in Kernel#warn(), like puts()
This issue was solved with changeset r32568.
Suraj, thank you for reporting this issue.
Your contribution to Ruby is ...
nobu (Nobuyoshi Nakada)
11:06 AM Feature #5029: accept multiple args in Kernel#warn(), like puts()
I implemented this feature request in the attached patch if there's any interest in the changed behavior of Kernel#wa... boredomist (Erik Price)
03:10 PM Revision d95cb162 (git): * 2011-07-18
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:10 PM Revision e5f8aa95 (git): * ext/curses/curses.c: added the new class Curses::Pad, which
supports scrolling. patch by Eric Hodel. [Feature #4896]
[ruby-core:37206]
git-svn-id: svn+ssh://ci.ruby-lang.or...
shugo (Shugo Maeda)
02:09 PM Revision e4324d71 (git): delete garbage file.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagachika (Tomoyuki Chikanaga)
11:56 AM Feature #4893: Literal Instantiation breaks Object Model
Not "perfect", but should be stable and adoptable to other classes.
Needs possibly some renaming, and finally a re...
lazaridis.com (Lazaridis Ilias)
09:17 AM Feature #4893: Literal Instantiation breaks Object Model
Magnus Holm wrote:
> YARV already has flags to see if methods are redefined (used for fast
> numeric operations). ...
lazaridis.com (Lazaridis Ilias)
09:10 AM Feature #4893: Literal Instantiation breaks Object Model
John Higgins wrote:
[...]
> You are hijacking the callbacks - if anyone implemented any of the callbacks your imple...
lazaridis.com (Lazaridis Ilias)
09:32 AM Revision ffd9245a (git): Backport r24500; fixes #2556.
* lib/date.rb (complete_frags): Monday must be suitable for %W's
default day.
git-svn-id: svn+ssh://ci.ruby-lang....
Akinori MUSHA
08:53 AM Revision d040bf75 (git): Backport r23730; fixes #2462.
* numeric.c (flo_cmp): Infinity is greater than any bignum
number. [ruby-dev:38672]
* bignum.c (rb_big_cmp): ditt...
Akinori MUSHA
08:42 AM Feature #4787: Integer#each_modulo(n)
Why not just let #modulo/#divmod take a block, rather than define a new method? trans (Thomas Sawyer)
08:30 AM Revision d187fc72 (git): Fix credit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@32572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
08:02 AM Bug #4961 (Closed): [ext/openssl] SSLSession#initialize fails with OpenSSL 0.9.7
This issue was solved with changeset r32563.
Martin, thank you for reporting this issue.
Your contribution to Ruby is...
Anonymous
04:35 AM Bug #4961: [ext/openssl] SSLSession#initialize fails with OpenSSL 0.9.7
OK, I found it. The Base64-encoded session in test_ssl_session.rb contains the field
tlsext_tick ...
MartinBosslet (Martin Bosslet)
08:01 AM Revision cd276fcd (git): * 2011-07-17
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@32571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:01 AM Revision dc13c010 (git): Backport r31365; fixes #4661.
* configure.in (STRIP): use proper toolchain. based on a patch
from Jon Forums at [ruby-core:35909]. fixes #4617
...
Akinori MUSHA
07:26 AM Revision e2fd80b3 (git): * error.c (rb_check_trusted): new function to check an object is
trusted.
* struct.c (rb_struct_modify), time.c (time_modify): check by the
above function to show proper class name...
nobu (Nobuyoshi Nakada)
06:30 AM Revision 18f0a650 (git): * error.c (rb_warn_m): accept multiple args in like puts. rdoc
patch by Erik Price at [ruby-core:38119]. [Feature #5029]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32568 b...
nobu (Nobuyoshi Nakada)
05:23 AM Bug #4731: ruby -S irb fails with mingw/msys vanilla builds
On Sat, Jul 16, 2011 at 7:46 AM, Nobuyoshi Nakada <[email protected]> wrote:
>
> I see.  There is only irb.bat, ...
luislavena (Luis Lavena)
03:17 AM Revision 1297cc61 (git): * test/ruby/test_module.rb (TestModule#test_method_{undefined,removed}):
tests for method_undefined and method_removed. Bug#5015
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32567 b2d...
nobu (Nobuyoshi Nakada)
01:53 AM Feature #5033: PATCH: 1.9: gc_mark_children: Avoid gc_mark() tail recursion, use goto again.
Kurt Stephens <[email protected]> wrote:
> Feature #5033: PATCH: 1.9: gc_mark_children: Avoid gc_mark() tai...
normalperson (Eric Wong)
01:15 AM Feature #5033: PATCH: 1.9: gc_mark_children: Avoid gc_mark() tail recursion, use goto again.
Personally I don't think goto matters so much in GC implementation.
But I'm not sure if the patch is actually so eff...
mame (Yusuke Endoh)
01:01 AM Feature #5033: PATCH: 1.9: gc_mark_children: Avoid gc_mark() tail recursion, use goto again.
Not aware of any compiler that is smart enough to optimize away the second half of gc_mark() (lines 1616-1628), when ... kstephens (Kurt Stephens)

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)
 

Also available in: Atom