Activity
From 08/14/2010 to 08/20/2010
08/20/2010
-
10:51 PM Bug #3726 (Closed): require degradation from 1.9.1
- =begin
I have two simultaneous installation of ruby 1.9.1 and ruby 1.9.2.
There are installed gems ( pg in partic... -
06:39 PM Bug #3723 (Rejected): Remove unused control frame variable: rb_control_frame_t.block_iseq
- =begin
I talked this with ko1.
It is used from rb_block_t.iseq, so it can't be removed.
=end
-
02:09 PM Bug #3723 (Assigned): Remove unused control frame variable: rb_control_frame_t.block_iseq
- =begin
As you said, it seems useless variable.
But if block_iseq of rb_control_frame_t is simply removed, it br... -
10:25 AM Bug #3723 (Rejected): Remove unused control frame variable: rb_control_frame_t.block_iseq
- =begin
rb_control_frame_t.block_iseq does not appear to serve any purpose and can possibly be removed.
=end
-
03:11 PM Bug #3150: net/https peer verification doesn't do anything
- =begin
On Fri, Aug 20, 2010 at 07:12:47AM +0900, Hiroshi NAKAMURA wrote:
> Issue #3150 has been updated by Hiroshi ... -
07:10 AM Bug #3150: net/https peer verification doesn't do anything
- =begin
Anyone can reproduce this? On Snow Leopard only? It must be critical issue if it still exists.
=end
-
02:17 PM Bug #3718 (Closed): [doc] ri doesn't document Object#<=>
- =begin
This issue was solved with changeset r29060.
Brian, thank you for reporting this issue.
Your contribution t... -
01:25 PM Feature #3715: Enumerator#size and #size=
- =begin
Hi,
In message "Re: [ruby-core:31785] [Feature #3715] Enumerator#size and #size="
on Fri, 20 Aug 2010... -
10:08 AM Feature #3715: Enumerator#size and #size=
- =begin
An enumerator is effectively immutable. The existence of #size= and potentially invoking a Proc for each call... -
10:41 AM Bug #3724 (Third Party's Issue): instance_variables comparison not working with symbol ?
- =begin
=end
-
10:37 AM Bug #3724: instance_variables comparison not working with symbol ?
- =begin
OK. it's because I enabled Wirble in IRB! I should report this to Wirble instead :)
ruby-1.9.1-p378 > a ... -
10:31 AM Bug #3724 (Third Party's Issue): instance_variables comparison not working with symbol ?
- =begin
ruby-1.9.1-p378 > class A; attr_accessor :ok; end
=> nil
ruby-1.9.1-p378 > a = A.new
=> #<A:0x8d2b0b... -
09:53 AM Bug #3721: Unsigned formats broken in 1.9.2's unpack
- =begin
2010/8/20 Daniel Gutmanas <[email protected]>:
> Bug #3721: Unsigned formats broken in 1.9.2's unpack
>... -
08:49 AM Bug #3721 (Assigned): Unsigned formats broken in 1.9.2's unpack
- =begin
=end
-
08:23 AM Bug #3721: Unsigned formats broken in 1.9.2's unpack
- =begin
Wrapping right now RubyInstaller 1.9.2-p0 release, but will fire a x64 compilation with GCC and report back i... -
08:20 AM Bug #3721: Unsigned formats broken in 1.9.2's unpack
- =begin
Yes, 4294967295 is the expected result.
I've just tried the same code in a 32-bit build (ruby 1.9.2p0 (2... -
08:02 AM Bug #3721: Unsigned formats broken in 1.9.2's unpack
- =begin
Is this the expected result?
ruby.exe -ve 'puts "\xFF\xFF\xFF\xFF".unpack(?V)'
ruby 1.9.2p0 (2010-08-1... -
07:59 AM Bug #3721 (Closed): Unsigned formats broken in 1.9.2's unpack
- =begin
When specifying the V format code, unpack should treat the four bytes as an unsigned long integer. As can be ... -
08:49 AM Bug #3722 (Closed): segfault in rb_iterate (1.9.3, r29057)
- =begin
Reproducible every time while running bundler + cucumber + rprofile on a private rails project
(hard to red... -
07:13 AM Feature #2456: It is better to let user to select particular ssl protocol easily.
- =begin
To administrator: please change the target project of this ticket to ... "Ruby"? or anywhere I can handle.
=end
08/19/2010
-
08:25 PM Bug #3400: apparent typos in ext/openssl/openssl_missing.{h,c}
- =begin
Yui: Thanks!
=end
-
08:15 PM Bug #3400: apparent typos in ext/openssl/openssl_missing.{h,c}
- =begin
Added
=end
-
07:38 PM Bug #3400: apparent typos in ext/openssl/openssl_missing.{h,c}
- =begin
To administrator: allow me to update this ticket, please?
=end
-
07:32 PM Bug #3704: openssl: exception message wording improvement
- =begin
=end
-
07:19 PM Bug #3720 (Closed): test_marshal_dump_extra_iv doesn't check as intended
- =begin
test/ruby/test_marshal.rb の test_marshal_dump_extra_iv は
おそらく意図したチェックをしていないと思います。
以下の間違いでないでしょうか。
In... -
06:40 PM Bug #3674: dRuby サーバプロセスを停止する時に時間がかかることがある
- =begin
近永と申します。
確認が遅くなってすみません。
頂いた修正を加えて、現象が発生していた環境で再現スクリプトを2000回くらい回して起きなくなったことを確認しました。
ただ差分を見ていてちょっと気がついたの... -
06:13 PM Feature #3719 (Closed): open-uri should allow redirects from http to https
- =begin
Currently open-uri does not allow redirects from http to https. http://redmine.ruby-lang.org/repositories/re... -
06:07 PM Bug #3718 (Closed): [doc] ri doesn't document Object#<=>
- =begin
1.9.2 apparently implements Object#<=> (or Kernel#<=> ?)
$ irb192 --simple-prompt
>> Object.new <=> Ob... -
01:11 PM Bug #3693 (Closed): visibility hidden functions
- =begin
=end
-
11:17 AM Bug #3717 (Closed): Minor mistype in Enum#inject documentation
- =begin
This issue was solved with changeset r29043.
Andrei, thank you for reporting this issue.
Your contribution ... -
07:59 AM Bug #3717 (Closed): Minor mistype in Enum#inject documentation
- =begin
There is a missing forward slash in enum.c at line 530 that cause rdoc
to generate broken output. Bug exist... -
10:19 AM Bug #3659 (Closed): Marshal.load(Marshal.dump(10.0)) => 1.0
- =begin
=end
-
08:24 AM Bug #3706: dependency from version.o to version.h
- =begin
This is a vpath precedence, filename clash:
$ grep -r -i "^vpath" .
./Makefile.in:VPATH = $(arch_hdrdi... -
06:46 AM Feature #3711: IPAddr must not make DNS lookups via IPSocket.getaddress
- =begin
Hi,
At Wed, 18 Aug 2010 22:07:42 +0900,
Philipp Kempgen wrote in [ruby-core:31756]:
> # DNS lookups are ... -
06:35 AM Bug #3716 (Rejected): segfault on String.gsub
- =begin
Here's the backtrace:
https://gist.github.com/23c2e0c31dec26901d5d
I am not quite sure what the probl... -
05:12 AM Feature #3715: Enumerator#size and #size=
- =begin
I forgot to point to basic specs: http://github.com/marcandre/rubyspec/commit/43bab#diff-1
--
Marc-And... -
05:02 AM Feature #3715 (Rejected): Enumerator#size and #size=
- =begin
It would be useful to be able to ask an Enumerator for the number of times it will yield, without having to ... -
04:51 AM Feature #3714 (Closed): Add getters for Enumerator
- =begin
Given an enumerator, there is no way to know what receiver, method and arguments it is based upon (although ... -
02:20 AM Bug #3683: getgrnam on computer with NIS group (+)?
- =begin
$ ruby -v
ruby 1.9.3dev (2010-07-15 trunk 28647) [i686-linux]
Sorry for the omission.
=end
-
02:03 AM Bug #3713 (Closed): Ruby 1.8.6 fails to build against Tk >= 8.5
- =begin
Building ruby 1.8.6 with Tk support and an installed Tk version of 8.5 or later results in the following com...
08/18/2010
-
10:07 PM Feature #3711 (Closed): IPAddr must not make DNS lookups via IPSocket.getaddress
- =begin
class MustNotCallError < NotImplementedError ; end
class IpAddrNoResolvTestCase < Test::Unit::TestCase
... -
03:47 PM Feature #3657: make cleanがファイルを削除しすぎ
- =begin
2010年8月8日15:03 Shyouhei Urabe <[email protected]>:
>> 厳しく言えば、個々のファイルが開発から配布のどの段階で必要なのか、といったことが
>> 把握できて... -
02:53 PM Bug #3706 (Closed): dependency from version.o to version.h
- =begin
少なくとも1.9.2ブランチにおいてversion.hだけを更新後 make しても、version.oが再コンパイルされません。恐らくtrunkもそうでしょう。
=end
-
09:04 AM Bug #3674: dRuby サーバプロセスを停止する時に時間がかかることがある
- =begin
近永です。
ありがとうございます。
この差分でしばらく試してみます。
2010年8月18日4:13 Masatoshi SEKI <[email protected]>:
> 咳といいます... -
03:22 AM Bug #3136: reuse of singleton method definition causes SEGV
- =begin
ささだです.
(2010/08/12 18:31), _ wanabe wrote:
> 解決方法 1. はきつそうだったので、2. の方向で試してみました。
> これで本チケットおよび 2502 は発症し... -
03:06 AM Feature #3638: VM内データ構造へアクセスするマクロ
- =begin
ささだです.
(2010/08/12 17:14), _ wanabe wrote:
> この例で言えば、CREF にアクセスできない時もある、ということがわかればよいのでしょうか。
どちらかというと... -
01:57 AM Bug #3681 (Closed): Character class abbreviations, + repetition notation and group backreferences issue in Regexp
- =begin
This issue was solved with changeset r29023.
Andrei, thank you for reporting this issue.
Your contribution ... -
01:10 AM Bug #3704 (Closed): openssl: exception message wording improvement
- =begin
When a new connection is created, the hostname of the target is checked against the name in the certificate. ... -
12:12 AM Bug #3690: method_missing in a BasicObject's singleton class - infinite recursion segfaults
- =begin
=end
08/17/2010
-
07:25 PM Bug #3703 (Closed): ChangeLog too big.
- =begin
AirEdge + Emacs + TRAMPでChangeLog弄るのが辛いです...
ChangeLog削りませんか。前に一回やりましたけどその時より何倍も大きくなっています。
zsh % ls... -
07:04 PM Bug #3701: Gem.find_files returns empty array
- =begin
Hi,
2010/8/17 Evan Phoenix <[email protected]>:
> I just tested this code on trunk and it seems to wor... -
07:47 AM Bug #3701 (Closed): Gem.find_files returns empty array
- =begin
This issue was solved with changeset r29017.
Yusuke, thank you for reporting this issue.
Your contribution ... -
04:47 AM Bug #3701: Gem.find_files returns empty array
- =begin
I just tested this code on trunk and it seems to work fine for me. Do you have any other information about it... -
02:21 AM Bug #3701 (Closed): Gem.find_files returns empty array
- =begin
Hi, Nobu and Evan
r28919 seemed to break Gem.find_files:
$ ../local/bin/ruby -e 'p Gem.find_files... -
06:03 PM Bug #3681: Character class abbreviations, + repetition notation and group backreferences issue in Regexp
- =begin
I can reproduce this, I'll fix it.
=end
-
12:28 PM Bug #3683: getgrnam on computer with NIS group (+)?
- =begin
show ruby -v.
=end
-
09:16 AM Bug #3194 (Third Party's Issue): Segmentation fault in rb_hash_tbl
- =begin
=end
-
03:47 AM Bug #3194: Segmentation fault in rb_hash_tbl
- =begin
I have reported this bug to ruby-gnome2 tracker.
https://sourceforge.net/tracker/?func=detail&aid=3046538&g... -
07:57 AM Bug #3698 (Closed): Building the readline extension against libedit will create a non-working extension
- =begin
This issue was solved with changeset r29019.
Diego E., thank you for reporting this issue.
Your contributio... -
07:47 AM Bug #3668 (Closed): make check segfault in test_syntax.rb
- =begin
This issue was solved with changeset r29018.
Luis, thank you for reporting this issue.
Your contribution to... -
06:29 AM Bug #3668: make check segfault in test_syntax.rb
- =begin
Seems to be a buffer overrun caused by changes in string.c (str_make_independent_expand) at r28863.
Patc... -
12:22 AM Bug #3674: dRuby サーバプロセスを停止する時に時間がかかることがある
- =begin
遠藤です。
2010年8月17日0:00 Masatoshi SEKI <[email protected]>:
> Thread#joinって最後の値を取り出しますよね。たしか例外で終了した
...
08/16/2010
-
07:27 PM Bug #3700 (Closed): Buffer overrun in util.c: ruby_hdtoa / nrv_alloc
- =begin
This issue was solved with changeset r29010.
Peter, thank you for reporting this issue.
Your contribution t... -
01:38 PM Bug #3700 (Closed): Buffer overrun in util.c: ruby_hdtoa / nrv_alloc
- =begin
util.c (ruby_hdtoa) causes buffer overrun in nrv_alloc when returning copies of constant strings ("0", "NaN",... -
02:28 PM Bug #3699: Bug in rubypython 0.2.11 on ruby 1.9.1
- =begin
Thanks.
I have already reported to the forum
http://groups.google.com/group/rubypython
=end
-
02:24 PM Bug #3699: Bug in rubypython 0.2.11 on ruby 1.9.1
- =begin
I don't know every third party's contact, but as long as I read the
rubypython site you mentioned, you shou... -
02:10 PM Bug #3699: Bug in rubypython 0.2.11 on ruby 1.9.1
- =begin
Hi,
Can you send me the link where I can report the bug?
At present I have repoted on http://rubypython.... -
01:25 PM Bug #3699: Bug in rubypython 0.2.11 on ruby 1.9.1
- =begin
Looks like rubypython's issue.
Please report to rubypython developers.
--
Yusuke Endoh <[email protected]... -
12:38 PM Bug #3699 (Third Party's Issue): Bug in rubypython 0.2.11 on ruby 1.9.1
- =begin
=end
-
12:26 PM Bug #3699 (Third Party's Issue): Bug in rubypython 0.2.11 on ruby 1.9.1
- =begin
I am getting an error while using the rubypython 0.2.11
I am using ruby 1.9.1 and python > 2.6.5
Error... -
11:54 AM Bug #3668 (Assigned): make check segfault in test_syntax.rb
- =begin
=end
-
11:31 AM Bug #3698 (Assigned): Building the readline extension against libedit will create a non-working extension
- =begin
=end
-
11:30 AM Bug #3674: dRuby サーバプロセスを停止する時に時間がかかることがある
- =begin
遠藤です。
2010年8月16日9:46 Tomoyuki Chikanaga <[email protected]>:
>> えっと、Rubyのスレッドかなにか問題の報告と考えてよいのでしょうか?
... -
09:46 AM Bug #3674: dRuby サーバプロセスを停止する時に時間がかかることがある
- =begin
[ruby-dev:42035] の咳さんの返信にフォローします。
> えっと、Rubyのスレッドかなにか問題の報告と考えてよいのでしょうか?
>
> ここにThread.passが必要な理由がわかり...
08/15/2010
-
09:09 PM Bug #3696: Fwd: [ruby-list:47272] case when 整数と実数の比較 (ruby 1.9)
- =begin
小堀といいます。
以下のようにして修正できましたので、報告します。
whenにあらわれるのがすべて定数のとき、整数だろうと浮動小数点数であろうとハッシュテーブルに登録しています。
すると小数と整数の組... -
07:16 PM Bug #3696 (Closed): Fwd: [ruby-list:47272] case when 整数と実数の比較 (ruby 1.9)
- =begin
ささだです.
本件をバグとして登録します.
-------- Original Message --------
Subject: [ruby-list:47272] case whe... -
08:49 PM Bug #3698 (Closed): Building the readline extension against libedit will create a non-working extension
- =begin
We're hitting a bug in Gentoo due to our adding further safety flags into our Ruby build: ruby 1.9.2_rc2 fail... -
08:44 PM Feature #3697 (Closed): [PATCH] Allow build of dbm extension with Berkeley DB 5.0 series (for 1.9.2_rc2)
- =begin
This is the same issue as bug #3294 but with the patch for Ruby 1.9.2_rc2 rather than for 1.8.7, as the two ... -
07:14 PM Bug #3607: [trunk/r28731] Gem.path has disappeared?
- =begin
Historically, Debian also ships the RubyGems code from rubygems.org in a separate package (and does not ship ... -
04:26 AM Bug #3668: make check segfault in test_syntax.rb
- =begin
Appears to be triggered by heap corruption during test/ruby/test_string.rb. Likewise with [ruby 1.9.3dev (201... -
02:45 AM Bug #3690: method_missing in a BasicObject's singleton class - infinite recursion segfaults
- =begin
On 14 August 2010 17:34, Jan Lelis <[email protected]> wrote:
> Issue #3690 has been updated by Jan Leli... -
02:25 AM Bug #3690: method_missing in a BasicObject's singleton class - infinite recursion segfaults
- =begin
I can reproduce on ruby 1.9.3dev (2010-08-13 trunk 28973) [i686-linux] with the OP's script. Attached the out... -
01:50 AM Bug #3690: method_missing in a BasicObject's singleton class - infinite recursion segfaults
- =begin
Well it does on my Mac
→ rvm use 1.9.2
Using ruby 1.9.2 preview1
~
→ ruby -e'obj = BasicObj... -
12:34 AM Bug #3690: method_missing in a BasicObject's singleton class - infinite recursion segfaults
- =begin
But it does not throw a SystemStackError
=end
08/14/2010
-
10:56 PM Bug #3673: PTY.getpty with IO.pipe doesn't finish on FreeBSD
- =begin
2010年8月14日19:55 Yui NARUSE <[email protected]>:
> うーん、前の Bug #3515 と関係あるのかなぁ。
NetBSD や OpenBSD でも再現... -
07:55 PM Bug #3673: PTY.getpty with IO.pipe doesn't finish on FreeBSD
- =begin
まずはテストの修正ありがとうございます。
確かに以下の通り close(2) の前にエコーによって出力された文字列を読んであげるとちゃんと閉じられますね。
うーん、前の Bug #3515 と関係あるのか... -
07:17 PM Bug #3695 (Closed): r28978 fails to make all
- =begin
This issue was solved with changeset r28987.
Shyouhei, thank you for reporting this issue.
Your contributio... -
06:05 PM Bug #3695 (Closed): r28978 fails to make all
- =begin
r28978以降コンパイルできません。ログ: http://www.atdot.net/sp/raw/v1v47l
長いので抜粋すると、
make[1]: Entering directory `... -
06:17 PM Bug #3693: visibility hidden functions
- =begin
nari です。
中田さんの修正のおかげで ext/objspace/objspace.c が動くようになったので
テストとバグ修正をコミットしました(r28986)。
=end
-
12:17 PM Bug #3693: visibility hidden functions
- =begin
須藤です。
In <[email protected]>
"[ruby-dev:42028] Re: [Bug #3693] visibility hidden functions... -
11:10 AM Bug #3693: visibility hidden functions
- =begin
なかだです。
At Sat, 14 Aug 2010 09:00:21 +0900,
Kouhei Sutou wrote in [ruby-dev:42026]:
> > うーん。推奨しない関数の扱いはどう... -
09:00 AM Bug #3693: visibility hidden functions
- =begin
須藤です。
In <[email protected]>
"[ruby-dev:42025] Re: [Bug #369... -
08:48 AM Bug #3693: visibility hidden functions
- =begin
nari です。
2010年8月14日7:44 SASADA Koichi <[email protected]>:
> ささだです.
>
> (2010/08/14 6:56), Narihiro Nakamu... -
08:48 AM Bug #3693: visibility hidden functions
- =begin
nari です。
2010年8月14日7:44 SASADA Koichi <[email protected]>:
> ささだです.
>
> (2010/08/14 6:56), Narihiro Nakamu... -
07:48 AM Bug #3693: visibility hidden functions
- =begin
(2010/08/14 7:44), SASADA Koichi wrote:
>> そこで ext/objspace/objspace.c について簡単なテストを書いてみました。
>> 書いたテストを実行した所、... -
07:44 AM Bug #3693: visibility hidden functions
- =begin
ささだです.
(2010/08/14 6:56), Narihiro Nakamura wrote:
> ヘッダファイルに定義されていない関数を何個かみつけました。
> 修正したパッチを添付します。
... -
07:44 AM Bug #3693: visibility hidden functions
- =begin
ささだです.
(2010/08/14 6:56), Narihiro Nakamura wrote:
> ヘッダファイルに定義されていない関数を何個かみつけました。
> 修正したパッチを添付します。
... -
06:56 AM Bug #3693 (Closed): visibility hidden functions
- =begin
nari です。
ヘッダファイルに定義されていない関数を何個かみつけました。
修正したパッチを添付します。
定義漏れしていた関数は ext/objspace/objspace.c 内で使われてい... -
02:44 PM Bug #3694: Error during make for 1.9.2-rc2
- =begin
=end
-
08:10 AM Bug #3694 (Closed): Error during make for 1.9.2-rc2
- =begin
Trying to install, get the following message during make:
./tool/compile_prelude.rb:188: [BUG] Segmentat... -
10:40 AM Feature #2294: [PATCH] ruby_bind_stack() to embed Ruby in coroutine
- =begin
Hi,
I am attaching an updated patch against SVN r28972.
Thanks for your consideration.
=end
-
10:29 AM Bug #3690 (Rejected): method_missing in a BasicObject's singleton class - infinite recursion segfaults
- =begin
Yes, it does recurse infinitely with any objects.
That's what you code does.
=end
Also available in: Atom