Activity
From 08/14/2008 to 08/20/2008
08/20/2008
-
07:30 PM Bug #458 (Closed): Range#dup returns incorrect results
- =begin
p (1..3).dup #=> nil..nil
---
D:\!work\bin\ruby1.9\bin>ruby -v
ruby 1.9.0 (2008-07-25 revision... -
12:37 PM Bug #455 (Closed): Array#sample(n) loops if a > arr.size
- =begin
Applied in changeset r18718.
=end
-
09:58 AM Bug #456: Ruby 1.8.6p230 SEGV on OpenSolaris
- =begin
Thanks for the note - I hadn't noticed that p287 was released. The problem has gone away with p287.
... -
03:47 AM Bug #456: Ruby 1.8.6p230 SEGV on OpenSolaris
- =begin
This particular version of Ruby is known for memory leaks/not compiling correctly/crashes. Can you try to rep... -
02:35 AM Bug #456 (Rejected): Ruby 1.8.6p230 SEGV on OpenSolaris
- =begin
I have a Rails application that causes Ruby 1.8.6 p230 to seg fault and dump core on OpenSolaris running on a... -
05:48 AM Bug #457 (Closed): Is irb/xmp supported in 1.9?
- =begin
Running the following:
require 'irb/xmp'
xmp <<END
artist = "Doc Severinsen"
artist.upca...
08/19/2008
-
11:12 PM Bug #455 (Closed): Array#sample(n) loops if a > arr.size
- =begin
Try:
[1].sample(2)
=end
-
06:19 PM Bug #454 (Rejected): URI does not follow the last rfc about uri syntax
- =begin
According to the last rcf about uri syntax (http://www.ietf.org/rfc/rfc3986.txt), i have found at least two "...
08/18/2008
-
11:03 AM Bug #416 (Closed): core_set_method_alias
- Applied in changeset r18554
08/17/2008
-
02:48 PM Bug #123: Time.now <=> SimpleDelegator.new(Time.now)
- =begin
ワナベと申します。
2008/06/09 15:56 Tanaka Akira <[email protected]>:
> Time.now <=> SimpleDelegator.new(Time.now) が ni... -
02:47 PM Bug #282: failure of test_asctime(TestTime) on mswin32
- =begin
ワナベと申します。
2008/07/17 6:59 Usaku NAKAMURA <[email protected]>:
> test_asctime(TestTime) [(snip)/test/... -
02:42 PM Bug #452 (Closed): config.guess returns "i386" on Mac OSX 10.5.4.
- =begin
高尾宏治です。
trunk の r18741 で修正された config.guess が、
Mac OSX 10.5.4 の環境で「i386-apple-darwin9.4.0」を返します。
r187...
08/16/2008
-
07:19 PM Feature #442: name referencing in sprintf
- =begin
西山和広です。
At Fri, 15 Aug 2008 13:08:12 +0900,
Yusuke ENDOH wrote:
>
> 1.9 では正規表現で名前を使った参照ができるので、sprintf ... -
03:40 AM Bug #437: test_strftime(TestTime) fails on Solaris
- =begin
遠藤です。
2008/08/16 3:27 Yusuke ENDOH <[email protected]>:
> というわけで完璧にさいとうさんがおっしゃるとおりの仕様のようです。
さとうさんでした。重ね重ね... -
03:31 AM Bug #437: test_strftime(TestTime) fails on Solaris
- =begin
遠藤です。
2008/08/16 2:43 SATOH Fumiyasu <[email protected]>:
>> Solaris 10 の strftime(3C) によると
>>
>> ...
08/15/2008
-
10:00 PM Bug #437: test_strftime(TestTime) fails on Solaris
- =begin
遠藤です。
2008/08/15 17:21 SATOH Fumiyasu <[email protected]>:
>> +#ifdef BROKEN_STRFTIME_Z
>
> 「BROKEN」では... -
09:11 PM Bug #437: test_strftime(TestTime) fails on Solaris
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:35856] Re: [Bug #437] test_strftime(TestTime) fails on Solaris"
... -
05:02 PM Bug #437: test_strftime(TestTime) fails on Solaris
- =begin
前田です。
# Redmineのレポート先を間違えてruby-devにしてしまったので日本語で。
2008/08/13 23:27 Shugo Maeda <[email protected]>:
>... -
09:57 PM Bug #447 (Closed): [PATCH] Net::HTTPHeaders iterator methods should return Enumerators
- =begin
Net::HTTPHeader#canonical_each, Net::HTTPHeader#each_capitalized_name,
Net::HTTPHeader#each_capitalized, Ne... -
09:47 PM Bug #446 (Closed): [PATCH] [DOC] Net::HTTPHeaders#fetch does not return nil but raises IndexError
- =begin
As Hash#fetch, Net::HTTPHeaders#fetch does raise an IndexError when neither a default
value nor a block wa... -
09:42 PM Bug #445 (Closed): [PATCH] Net::HTTPHeaders#fetch raises NoMethodError instead of returning default values
- =begin
require "net/http"
class Example
include Net::HTTPHeader
attr_accessor :body
def i... -
04:46 PM Feature #442: name referencing in sprintf
- =begin
On Fri, 15 Aug 2008 16:28:56 +0900
In article <[email protected]>
[[ruby-dev:35853] R... -
04:32 PM Feature #442: name referencing in sprintf
- =begin
なかだです。
At Fri, 15 Aug 2008 14:20:15 +0900,
Tietew wrote in [ruby-dev:35852]:
> On Fri, 15 Aug 2008 13:08... -
02:23 PM Feature #442: name referencing in sprintf
- =begin
On Fri, 15 Aug 2008 13:08:12 +0900
In article <[email protected]>
... -
01:11 PM Feature #442 (Closed): name referencing in sprintf
- =begin
遠藤です。
1.9 では正規表現で名前を使った参照ができるので、sprintf でも
名前を使った参照ができると便利じゃないでしょうか。
$ ./ruby -e 'puts "%<foo>...
08/14/2008
-
05:27 PM Bug #441 (Closed): [PATCH] Hash#default= has wrong rdoc
- =begin
Applied in changeset r18611.
=end
-
05:20 PM Bug #441: [PATCH] Hash#default= has wrong rdoc
- =begin
I have merged it. Thank you.
=end
-
03:55 PM Bug #441 (Closed): [PATCH] Hash#default= has wrong rdoc
- =begin
The attached patch fixes the return value of Hash#default= described in the function's rdoc: it's obj (the as... -
03:28 PM Feature #440 (Closed): Better introspection for methods (declaring class, arity)
- =begin
Tools relying on introspection would benefit from having access to information such as:
1) where was a give... -
03:25 AM Bug #344 (Closed): File.grpowned?のテスト
- =begin
=end
Also available in: Atom