Activity
From 02/20/2009 to 02/26/2009
02/26/2009
-
04:20 PM Bug #814: NoMethodError: undefined method `read_nonblock' for #<OpenSSL::SSL::SSLSocket:0x1a64f9a0>
- =begin
For the record, I don't think either of these patches addresses the requirements of non-blocking OpenSSL.
... -
02:53 PM Feature #1211: nested loop construct
- =begin
Yuguiです。
On 2/26/09 3:33 AM, Yukihiro Matsumoto wrote:
> 検討事項は
> * 名前。今回はnested loopということでnloopという名前で実... -
02:05 PM Feature #1211: nested loop construct
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38085] Re: [Feature:trunk] nested loop construct"
on Thu, 26 Fe... -
05:17 AM Feature #1211: nested loop construct
- =begin
Yukihiro Matsumoto wrote::
> def nloop(*args, &block)
> helper = ->(args, buf, offset, block) {
> li... -
04:44 AM Feature #1211: nested loop construct
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38083] Re: [Feature:trunk] nested loop construct"
on Thu, 26 Fe... -
04:01 AM Feature #1211: nested loop construct
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38081] Re: [Feature:trunk] nested loop construct"
on Thu, 26 Fe... -
03:44 AM Feature #1211: nested loop construct
- =begin
ささだです.
Yukihiro Matsumoto wrote::
> 最近、AO Benchを見ています。http://lucille.atso-net.jp/aobench/
> 実行時間の1/3はGC... -
03:34 AM Feature #1211 (Rejected): nested loop construct
- =begin
まつもと ゆきひろです
最近、AO Benchを見ています。http://lucille.atso-net.jp/aobench/
実行時間の1/3はGCが消費していて涙目。
それはそれとして... -
02:16 PM Bug #1209: duplicate when clauses raise strange exception
- =begin
なかだです。
At Thu, 26 Feb 2009 00:17:40 +0900,
Yusuke ENDOH wrote in [ruby-dev:38079]:
> 文字列の when 節を重複させると、... -
12:18 AM Bug #1209 (Closed): duplicate when clauses raise strange exception
- =begin
遠藤です。
文字列の when 節を重複させると、怪しい例外があがります。
$ ruby19 -e 'case "x"; when "x"; when "x"; end'
ruby19: method... -
02:16 PM Bug #1214: Build issues
- =begin
Hi,
At Thu, 26 Feb 2009 07:21:54 +0900,
hiro sugawara wrote in [ruby-core:22520]:
> - More backslashes t... -
07:22 AM Bug #1214 (Rejected): Build issues
- =begin
I attempted to build "full" (not mini) ruby for Android and found the following patches were necessary.
... -
02:15 PM Bug #1205: SET_STACK_END crashes due to uninitialized ruby_current_thread
- =begin
Hi,
At Wed, 25 Feb 2009 09:37:32 +0900,
hiro sugawara wrote in [ruby-core:22439]:
> The executable crash... -
10:54 AM Bug #1163: gem_prelude raise NoMethodError if require uninsalled gem with version.
- =begin
+1 for this patch.
同じ問題でハマりました。もろはしさんの提案どおりの仕様でよいと思います。
=end
-
10:38 AM Bug #1215: irb doesn't finish evaluate on !false => false
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38087] [Bug #1215] irb doesn't finish evaluate on !false => false"
... -
10:38 AM Bug #1215 (Rejected): irb doesn't finish evaluate on !false => false
- =begin
=end
-
10:03 AM Bug #1215 (Rejected): irb doesn't finish evaluate on !false => false
- =begin
$ irb1.9 -f
irb(main):001:0> RUBY_DESCRIPTION
=> "ruby 1.9.2dev (2009-02-25 trunk 22626) [i686-linux]"
... -
04:54 AM Feature #1212 (Closed): doc for Array#fill misses indication about negative value for the start argument
- =begin
The doc for Array#fill misses indication about negative value for the start argument. For instance Array#fetc... -
03:44 AM Feature #802: IO.open optional argument to properly handle BOMs
- =begin
=end
02/25/2009
-
10:54 PM Feature #908: Should be an easy way of reading N characters from am I/O stream
- =begin
2009/2/24 Michael Selig <[email protected]>:
> Hi Michal,
>
> On Wed, 25 Feb 2009 00:20:52 +1100, Mi... -
12:37 PM Bug #1204 (Closed): Bug in String#force_encoding?
- =begin
Applied in changeset r22611.
=end
-
08:20 AM Bug #1204 (Closed): Bug in String#force_encoding?
- =begin
Running the attached test program (on UTF-8 terminal):
$ ruby test.rb
#<Encoding:ASCII-8BIT> "\xC3\xB6... -
12:07 PM Bug #1203 (Closed): IO#gets ignores the limit parameter when sep is nil
- =begin
Applied in changeset r22610.
=end
-
08:00 AM Bug #1203 (Closed): IO#gets ignores the limit parameter when sep is nil
- =begin
According to the doc f.gets(nil) returns the rest of the file. This works fine. But the doc also says that "l... -
11:48 AM Bug #1202 (Third Party's Issue): mongrel-1.1.5-x86-mswin32-60 error
- =begin
=end
-
07:08 AM Bug #1202: mongrel-1.1.5-x86-mswin32-60 error
- =begin
On Tue, Feb 24, 2009 at 4:54 PM, Vladimir Tkach <[email protected]> wrote:
> Bug #1202: mongrel-1.1.5-x8... -
06:54 AM Bug #1202 (Third Party's Issue): mongrel-1.1.5-x86-mswin32-60 error
- =begin
C:/ruby/lib/ruby/gems/1.9.1/gems/mongrel-1.1.5-x86-mswin32-60/lib/http11.so: [BUG] Segmentation fault
ruby ... -
09:38 AM Bug #1205 (Closed): SET_STACK_END crashes due to uninitialized ruby_current_thread
- =begin
I ported ruby-1.9.1-p0 to Android. It built fine with a few patches and a custom Android.mk with a target of ... -
02:37 AM Bug #1199 (Closed): wrong coderange in multiple String methods
- =begin
Applied in changeset r22608.
=end
-
12:54 AM Bug #1199 (Closed): wrong coderange in multiple String methods
- =begin
Sumilar to Bug #1192 [ruby-core:22326]
$ ruby -e 'p "a".hash,"a\u0101".chomp("\u0101").hash'
85701248... -
01:18 AM Feature #1200: Possibility for using named and normal groups together in regular expressions
- =begin
Typo: I've written "[0-9}+" instead of "[0-9]+" several times, sorry.
=end
-
01:14 AM Feature #1200 (Rejected): Possibility for using named and normal groups together in regular expressions
- =begin
It should be possible to use named and normal groups together in ane regular expression.
Reason: The ne... -
01:16 AM Feature #1201 (Closed): Add relative group reference in back reference with nest level in regular expressions (e.g. \k<-5+1>)
- =begin
It should be possible to use relative group references in back reference with nest level.
Reason: As na...
02/24/2009
-
10:21 PM Feature #908: Should be an easy way of reading N characters from am I/O stream
- =begin
2009/2/24 Michael Selig <[email protected]>:
> On Mon, 23 Feb 2009 21:35:30 +1100, Michal Suchanek <hr... -
10:07 AM Feature #908: Should be an easy way of reading N characters from am I/O stream
- =begin
At 19:02 09/02/23, Michal Suchanek wrote:
>Theoretically if separate (combining) character accents are con... -
07:56 PM Bug #1198: corrupted iteratoin during "enum_for :inject"
- =begin
=end
-
07:54 PM Bug #1198: corrupted iteratoin during "enum_for :inject"
- =begin
ただ、この場合分けは1.9で整理した単値・多値の扱いの一貫性を崩すことにもなるので
もう少し考えた方がいいと思います。
with_index-compat.patch の通り、1.8では、
- yield... -
07:39 PM Bug #1198: corrupted iteratoin during "enum_for :inject"
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38076] [Bug #1198] corrupted iteratoin during "enum_for :inject""
... -
07:30 PM Bug #1198: corrupted iteratoin during "enum_for :inject"
- =begin
振る舞いが違うのは (each_)with_index の方です。
1.9では、イテレータ関数の第一引数には最初の引数だけが渡るようになり、
多値を取りたければ第三第四引数でargc/argvを見る必要がありま... -
05:13 PM Bug #1198 (Closed): corrupted iteratoin during "enum_for :inject"
- =begin
以下のように、1.8と1.9でenum_for(:inject)したときの振る舞いが違うようです。
zsh % ruby -ve '[:x].enum_for(:inject, :y).with_index ... -
07:08 PM Feature #1193: Justified Error Messages
- =begin
Hi,
In message "Re: [ruby-core:22333] [Feature #1193] Justified Error Messages"
on Mon, 23 Feb 2009 0... -
01:27 AM Bug #1181 (Closed): [BUG] thread_free: keeping_mutexes must be NULL
- =begin
Applied in changeset r22577.
=end
-
01:09 AM Feature #1159 (Feedback): StringScanner に文字ベースでのインデックスを返すメソッドがほしい
- =begin
=end
02/23/2009
-
07:36 PM Feature #908: Should be an easy way of reading N characters from am I/O stream
- =begin
2009/2/23 Michal Suchanek <[email protected]>:
> 2009/2/22 Michael Selig <[email protected]>:
>> On... -
07:02 PM Feature #908: Should be an easy way of reading N characters from am I/O stream
- =begin
2009/2/22 Michael Selig <[email protected]>:
> On Mon, 23 Feb 2009 03:00:41 +1100, Tanaka Akira <akr@f... -
05:34 PM Feature #908: Should be an easy way of reading N characters from am I/O stream
- =begin
At 01:00 09/02/23, Tanaka Akira wrote:
>In article <6.0.0.20.2.20090220134502.0823ee98@localhost>,
> Marti... -
05:23 PM Bug #1162: Build Assertion Failure with VC+++ - Incorrect flushing of stdout/stderr
- =begin
Hi,
At Mon, 23 Feb 2009 12:44:32 +0900,
Charlie Savage wrote in [ruby-core:22345]:
> >It is a compile ti... -
12:45 PM Bug #1162: Build Assertion Failure with VC+++ - Incorrect flushing of stdout/stderr
- =begin
>It is a compile time flag and irrelevant to debug built msvcrt.
Not sure what you mean. VC2008 (and ea... -
12:01 PM Bug #1162: Build Assertion Failure with VC+++ - Incorrect flushing of stdout/stderr
- =begin
Hi,
At Mon, 16 Feb 2009 07:40:51 +0900,
Charlie Savage wrote in [ruby-core:22170]:
> The other problem w... -
04:57 PM Bug #1181: [BUG] thread_free: keeping_mutexes must be NULL
- =begin
Hi,
In message "Re: [ruby-core:22292] Re: [Bug #1181] [BUG] thread_free: keeping_mutexes must be NULL"
... -
04:35 PM Bug #1181: [BUG] thread_free: keeping_mutexes must be NULL
- =begin
I can confirm that your patch fixes the problem. Thanks for your quick help!
Chris
=end
-
01:45 AM Feature #1193 (Closed): Justified Error Messages
- =begin
One nice thing about Test::Unit output is that failures are justified making string comparisons easier.
...
02/22/2009
-
10:47 PM Bug #1192 (Closed): encoding problem with tr() and hash keys 1.9.1
- =begin
Applied in changeset r22547.
=end
-
09:45 PM Bug #1192 (Open): encoding problem with tr() and hash keys 1.9.1
- =begin
Hi,
The fix in r22525 seems to be incomplete:
$ ruby19 -ve 'p ["a".hash, "a".tr("a", "\u0101").tr("... -
07:27 PM Bug #1192 (Closed): encoding problem with tr() and hash keys 1.9.1
- =begin
Applied in changeset r22525.
=end
-
06:33 PM Bug #1192 (Closed): encoding problem with tr() and hash keys 1.9.1
- =begin
In utf-8 environment I do:
irb(main):121:0> h = {"a" => 1, "\u0101" => 2}
=> {"a"=>1, "ā"=>2}
irb(ma... -
08:36 PM Bug #1177 (Feedback): eof for socket block script
- =begin
=end
-
10:47 AM Bug #1185 (Closed): Segfault after removal of method_missing
- =begin
Applied in changeset r22494.
=end
-
04:37 AM Feature #1133 (Closed): Pathname.binread
- =begin
Applied in changeset r22493.
=end
-
12:39 AM Feature #1122: request for: Object#try
- =begin
On 21/02/2009, Roger Pack <[email protected]> wrote:
...
>
> > The other thing I occasionally do and w... -
12:15 AM Bug #1190 (Closed): irb's "help" command errs in 1.9
- =begin
irb(main):001:0> RUBY_DESCRIPTION
=> "ruby 1.9.1p0 (2009-01-30 revision 21907) [i386-mingw32]"
irb(main):...
02/21/2009
-
11:56 PM Bug #1186 (Rejected): :method_missing not shown as an instance_method of BasicObject
- =begin
=end
-
03:06 PM Bug #1186: :method_missing not shown as an instance_method of BasicObject
- =begin
It's private.
> ruby1.9 -v -e 'p BasicObject.private_instance_methods'
ruby 1.9.1p0 (2009-01-30 revisi... -
04:57 AM Bug #1186 (Rejected): :method_missing not shown as an instance_method of BasicObject
- =begin
Although BasicObject seems to implement :method_missing...
------------------------------------------------... -
04:50 AM Bug #1185 (Closed): Segfault after removal of method_missing
- =begin
After removing method_missing from BasicObject, ruby bombs on a missing method
----------------------------...
02/20/2009
-
11:37 PM Bug #1164 (Closed): 1.9/windows memroy leak with rand() AND inspect
- =begin
Applied in changeset r22471.
=end
-
09:10 PM Bug #1181: [BUG] thread_free: keeping_mutexes must be NULL
- =begin
Hi,
2009/2/20 Yusuke ENDOH <[email protected]>:
> HI,
>
> 2009/2/20 Chris Schlaeger <[email protected]... -
12:45 PM Bug #1181: [BUG] thread_free: keeping_mutexes must be NULL
- =begin
=end
-
12:39 PM Bug #1181: [BUG] thread_free: keeping_mutexes must be NULL
- =begin
HI,
2009/2/20 Chris Schlaeger <[email protected]>:
> I've tried to run taskjuggler with ruby 1.9 CVS ... -
05:10 AM Bug #1181 (Closed): [BUG] thread_free: keeping_mutexes must be NULL
- =begin
I've tried to run taskjuggler with ruby 1.9 CVS from today and got internal error messages. The applications ... -
08:51 PM Bug #1180: gethostbyname
- =begin
Hi,
At Fri, 20 Feb 2009 01:32:06 +0900,
Oleg Puchinin wrote in [ruby-core:22261]:
> where is "getnamebyh... -
12:14 PM Bug #1180 (Feedback): gethostbyname
- =begin
What do you mean?
$ dig www.example.com | grep -w IN
;www.example.com. IN A
www.example.com. 80 IN ... -
01:32 AM Bug #1180 (Rejected): gethostbyname
- =begin
Socket.gethostbyname("192.0.34.166")
return ["192.0.34.166", [], 2, "\xC0\x00\"\xA6"],
not ["www.examp... -
02:59 PM Bug #1177: eof for socket block script
- =begin
Hi,
At Thu, 19 Feb 2009 23:23:23 +0900,
Oleg Puchinin wrote in [ruby-core:22258]:
> eof and eof? run awh... -
01:51 PM Feature #908: Should be an easy way of reading N characters from am I/O stream
- =begin
At 19:00 09/02/19, Tanaka Akira wrote:
>It seems the number, 40, is a number for "big enough for
>names".... -
01:51 PM Feature #908: Should be an easy way of reading N characters from am I/O stream
- =begin
At 19:59 09/02/19, Michael Selig wrote:
>Also there are reports reading the data which expect the data to ... -
12:02 PM Bug #1178 (Feedback): circular dependency on missing ffi
- =begin
I couldn't reproduce it, with or without sudo.
$ gem19 install ffi
WARNING: Installing to ~/.gem sinc... -
01:25 AM Bug #1178 (Rejected): circular dependency on missing ffi
- =begin
On Linux version 2.6.27.10-desktop-1mnb ([email protected]) (gcc version 4.3.2 (GCC) ) #1 SMP Thu Jan... -
04:49 AM Feature #1122: request for: Object#try
- =begin
2009/2/19 Radosław Bułat <[email protected]>:
>
> It doesn't convince me. It can lead to bad programmin... -
01:08 AM Feature #1122: request for: Object#try
- =begin
On Thu, Feb 19, 2009 at 2:55 PM, Michal Suchanek <[email protected]> wrote:
> I think you are off the trac...
Also available in: Atom