Activity
From 07/11/2011 to 07/17/2011
07/17/2011
-
11:00 PM Bug #5036: time_modify/struct_modifyの例外メッセージがサブクラスの情報を反映しない
- ありがとうございます。
では、CommitterHowtoのお作法に則って送らせてもらいます。 -
10:23 PM Bug #5036: time_modify/struct_modifyの例外メッセージがサブクラスの情報を反映しない
- (11/07/17 21:47), KOSAKI Motohiro wrote:
>> コミット権を持っていないので、お手数ですがコミッタの方取り込みをお願いします。
>
> 取ってください。
> どうせコードがあ... -
10:23 PM Bug #5036: time_modify/struct_modifyの例外メッセージがサブクラスの情報を反映しない
- (11/07/17 21:47), KOSAKI Motohiro wrote:
>> コミット権を持っていないので、お手数ですがコミッタの方取り込みをお願いします。
>
> 取ってください。
> どうせコードがあ... -
09:53 PM Bug #5036: time_modify/struct_modifyの例外メッセージがサブクラスの情報を反映しない
- > コミット権を持っていないので、お手数ですがコミッタの方取り込みをお願いします。
取ってください。
どうせコードがあってるだろなーって場合は代理コミットするの面倒くさいです -
09:53 PM Bug #5036: time_modify/struct_modifyの例外メッセージがサブクラスの情報を反映しない
- > コミット権を持っていないので、お手数ですがコミッタの方取り込みをお願いします。
取ってください。
どうせコードがあってるだろなーって場合は代理コミットするの面倒くさいです -
07:52 PM Bug #5036: time_modify/struct_modifyの例外メッセージがサブクラスの情報を反映しない
- 対応ありがとうございました。
# なお、このコミット(r32569)でt.rbが混入してしまっています。 -
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... -
12:03 PM Bug #5036: time_modify/struct_modifyの例外メッセージがサブクラスの情報を反映しない
- コミット権を持っていないので、お手数ですがコミッタの方取り込みをお願いします。
-
11:41 AM Bug #5036 (Assigned): time_modify/struct_modifyの例外メッセージがサブクラスの情報を反映しない
- 入れちゃっていいんじゃないでしょうか。
あとはrb_check_frozen()のようにinsecureチェック用の関数を作るとか。 -
11:01 AM Bug #5036 (Closed): time_modify/struct_modifyの例外メッセージがサブクラスの情報を反映しない
- =begin
辻本です。
time_modify/struct_modifyにて生成される例外のメッセージに
クラス名がハードコーディングされているため、
これらがサブクラスのオブジェクトから呼ばれた場合でも
そのことが... -
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...
-
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... -
09:53 PM Bug #5039: Re: socket related errors on chkbuild
- >>> 1) Error:
>>> test_write_nonblock(OpenSSL::TestPair):
>>
>> これは原因が違うようで、直っていません。
>
> これが起き始めたのはそんなに古く... -
09:53 PM Bug #5039: Re: socket related errors on chkbuild
- >>> 1) Error:
>>> test_write_nonblock(OpenSSL::TestPair):
>>
>> これは原因が違うようで、直っていません。
>
> これが起き始めたのはそんなに古く... -
09:35 PM Bug #5039 (Assigned): Re: socket related errors on chkbuild
-
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):
>
... -
06:23 PM Feature #3378: Range#each should not yield its `begin' itself
- 2011/7/17 Akinori MUSHA <[email protected]>:
> まあselfが返ってくることもあり、いじってしまうと影響は不定、ということで一度閉じます。
なんでこれを登録したのかも... -
06:23 PM Feature #3378: Range#each should not yield its `begin' itself
- 2011/7/17 Akinori MUSHA <[email protected]>:
> まあselfが返ってくることもあり、いじってしまうと影響は不定、ということで一度閉じます。
なんでこれを登録したのかも... -
05:10 PM Feature #3378 (Rejected): Range#each should not yield its `begin' itself
- まあselfが返ってくることもあり、いじってしまうと影響は不定、ということで一度閉じます。
-
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... -
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 ...
-
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...
-
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...
-
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...
-
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:
-... -
05:48 PM Bug #4223: GC.stress = true で謎の ArgumentError
- RB_GC_GUARD マクロについて簡単にまとめておきます
* オブジェクトの中身を指してるポインタがCコード中にあって参照中なのに、オブジェクトを指すポインタ(VALUE)がどこにもなくなっちゃってGCに回収されるのを防ぐ
*... -
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 ... -
02:23 PM Bug #5034: C Source Code formatting
- see [ruby-core:36255]
-
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... -
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... -
11:06 AM Bug #5034: C Source Code formatting
- We don't want to waste time with bikedhed like coding styles.
-
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... -
10:38 AM Bug #5034 (Rejected): C Source Code formatting
- see [ruby-core:36255]
-
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... -
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... -
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 ... -
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 ... -
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...
- 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
-
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... -
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
-
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... -
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). ... -
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... - 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.... - 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... -
08:42 AM Feature #4787: Integer#each_modulo(n)
- Why not just let #modulo/#divmod take a block, rather than define a new method?
- 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
-
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... -
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 ... - 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
- 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
... -
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... -
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... -
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, ... -
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... -
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... -
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... -
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 ...
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
-
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... - 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
-
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... -
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... -
08:50 PM Bug #4971: Module#class_variables
- 前田です。
Shugo Maeda wrote:
> 個人的には、Module#class_variablesもModule#constantsのように引数でコントロールできる
> ようにする(デフォルトではスーパークラスも... -
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.
-
06:12 PM Feature #5033 (Assigned): PATCH: 1.9: gc_mark_children: Avoid gc_mark() tail recursion, use goto again.
-
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
-
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 ... -
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... -
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... -
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... -
11:35 AM Bug #5032 (Closed): Gem::Specification#loaded? が常に false を返す
- 1.9.3 の RubyGems で Gem::Specification#loaded? が deprecated になったのですが、
常に false を返すようです。かわりに使えと言われる Gem::Specification... -
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 -
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 -
07:29 AM Bug #4864 (Closed): RubyGems が環境変数 MAKE を見てくれない
- Added to rubygems repo. Will migrate to core on next pull.
-
07:26 AM Feature #1193 (Closed): Justified Error Messages
- The latest minitest's assert_equal uses diff where appropriate.
-
07:25 AM Bug #4658 (Rejected): Minitest - invalid return code when using MiniTest::Unit.after_tests
- No reply. Closing.
-
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...
-
06:33 AM Bug #5026 (Closed): 1.9.3 allows URI(uri, parser)
- Agreed.
Fixed in r32559 & r32560.
Thanks. -
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...
-
03:46 AM Bug #5030 (Closed): [Win7/MinGW] build fail on trunk@32549
- fixed at r32557, I hope.
-
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... -
01:18 AM Bug #5030 (Assigned): [Win7/MinGW] build fail on trunk@32549
-
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... -
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:... - 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... -
01:26 AM Bug #5012: Timeオブジェクト間で特異オブジェクトが共有される
- ありがとうございます。よさげに見えたので1.9.3ブランチにも入れてしまいました。
-
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... -
12:29 AM Feature #5009 (Closed): Bang method (!) consistency in Ruby 2 API
- Close this; force_encoding is another problem.
-
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... -
12:10 AM Bug #5024 (Assigned): ruby-mode.el syntax highlighting breaks on regular expression with quotes
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... -
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`... -
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? - 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... -
08:07 PM Bug #4456 (Assigned): Time#strftime で %F 指定子に大きな幅を指定した際の不具合
-
08:07 PM Bug #4456 (Open): Time#strftime で %F 指定子に大きな幅を指定した際の不具合
-
06:41 PM Bug #4456: Time#strftime で %F 指定子に大きな幅を指定した際の不具合
- ruby_1_9_3のリビジョン32548にて、sparc Solaris10 (32ビット, Solaris Studio 12)ではSEGVが未だに発生します。パッチを添付するので適用希望です。
デバッガ上で実行すると以下の... -
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... - 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
- 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... -
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... - 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
-
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... -
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... -
01:20 PM Bug #4875 (Closed): Segmentation fault in http.rb
- I close this as a duplicate of #4611.
-
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... -
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
==========================... - 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.... -
11:12 AM Bug #5012 (Assigned): Timeオブジェクト間で特異オブジェクトが共有される
- 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... - 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
-
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... - 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... -
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... - 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
- 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... - 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... -
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... -
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 ...
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... -
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... -
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... - 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
-
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.
... -
02:52 PM Bug #4445 (Closed): ext/openssl の verify_callback が rb_protect で保護されていない
- r32537でtrunk、r32538でruby_1_9_3を修正しました。結果的には、Obayashiさん(前回呼び捨てですいません)のpatchをそのまま当て、かつ例外を投げている場合にはwarnで警告をする(しかし無視して、通常...
-
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-... -
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]... -
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
-
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... -
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... - 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
-
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
- 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
- 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... - 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... -
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... -
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... -
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... -
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... - 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
-
01:54 AM Revision 489345b8 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
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 }')
=> #<Syck::Map:0x00000001890840>... -
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: ...
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... -
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... -
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...
-
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 ...
-
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 ... -
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... -
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... -
02:43 PM Bug #4445: ext/openssl の verify_callback が rb_protect で保護されていない
- 騒いでおいてすいません。 #4611 #4875 へのリンクを外しました。ちゃんとスタックを見たら、関係ありませんでした。
で、このチケットですが、Obayashiのおっしゃる通り、確かに今のコードはダメですね。他のcallba... -
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... -
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. -
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... -
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... -
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),... -
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...
-
05:06 PM Bug #5024: ruby-mode.el syntax highlighting breaks on regular expression with quotes
- Sorry, I meant revision 30909 in the description.
-
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... -
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... -
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 -
02:27 PM Bug #5019: Ruby runtime crashes and indicates a 'Bus Error' bug
- Please give me a small code for reproducing this problem.
-
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,
... -
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
- 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
-
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... -
11:48 AM Bug #4223: GC.stress = true で謎の ArgumentError
- はい。やっておきます。
-
10:19 AM Bug #4223: GC.stress = true で謎の ArgumentError
- これは1.9.3 ターゲットのままでいいですよね? > むらけんさん
-
09:48 AM Bug #4223: GC.stress = true で謎の ArgumentError
- 新しいパッチです。
更新点は、
* bigsub_int() も対策した
* RB_GC_GUARD をコントロールフロー的に十分に後ろの場所に移動した
の 2 点です。
コミット(とバックポート)とクローズ(でいいですよね... -
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... -
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 ... -
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:
[...]
... -
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... -
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.
... -
06:10 AM Feature #4893: Literal Instantiation breaks Object Model
- =begin
related issue #5015
=end
-
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
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... -
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.
... -
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... -
09:44 PM Bug #5018 (Assigned): ruby_1_9_3 branch is missing from official GitHub mirror
-
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... -
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... -
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.
- 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
-
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... -
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... -
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/... -
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... -
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...
-
05:40 PM Feature #5016: Kernel#caller with negative limit should limit result to N initial frames
- Dup of #1906 and #3917.
-
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... -
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...
-
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... -
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...
-
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... -
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."
-
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:
> > > [...]
> ... -
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... -
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 ... -
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... -
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... -
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... -
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... -
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... -
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...
-
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...
-
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, ... -
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...
-
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
-
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 ... -
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... -
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... -
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... -
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... -
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
-
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
-
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... - 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
- 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
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... -
11:05 PM Bug #3924: Performance bug (in require?)
- +1 on 1.9x
-
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.
-
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... -
09:00 AM Bug #3924 (Assigned): Performance bug (in require?)
- Nahi-san, Yugui-san, May I ask current status of this?
-
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... -
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...
-
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...
-
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
-
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.
>
> -... -
03:53 PM Bug #4971: Module#class_variables
- 前田です。
2011年7月8日22:11 KOSAKI Motohiro <[email protected]>:
>> 今まで文句が出なかったということはたぶんあまり使われていないと思うので、targ... -
03:53 PM Bug #4971: Module#class_variables
- 前田です。
2011年7月8日22:11 KOSAKI Motohiro <[email protected]>:
>> 今まで文句が出なかったということはたぶんあまり使われていないと思うので、targ... -
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...
-
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...
-
03:09 PM Bug #2479 (Assigned): bugs in ruby-mode
-
03:09 PM Bug #3320 (Assigned): emacs ruby-mode.el font-lock fails on symboled string ending with ?
-
03:08 PM Bug #3618 (Assigned): inf-ruby prompt and tab completion
-
03:08 PM Bug #4923 (Assigned): [ext/openssl] test_ssl.rb: test_client_auth fails
- 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... - 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... -
02:45 PM Bug #3827 (Closed): ext/readline can't handle cursor keys and cp932 chars
- 確認がとれたようなのでcloseします。また問題が起きたら別チケット作りましょう
-
02:42 PM Bug #3827: ext/readline can't handle cursor keys and cp932 chars
- ちょっと見てみました。
o カーソルキー -> 使えるようになった
o HomeおよびEndキー -> 使えるようになった
o マルチバイト文字 -> 入力できるようになった
x マルチバイト文字に対するバックスペース -... - 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... - 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
- 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
-
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... -
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... -
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
-
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_... - 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... - 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
- 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 -
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... -
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... -
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 ... -
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 ... -
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... -
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
... -
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...
Also available in: Atom