Activity
From 09/12/2009 to 09/18/2009
09/18/2009
-
11:57 PM Bug #2109 (Closed): Marshal gives error when dumping and loading array with two regexps in ruby 1.9.1-p243
- =begin
Applied in changeset r25001.
=end
-
07:38 PM Bug #2109: Marshal gives error when dumping and loading array with two regexps in ruby 1.9.1-p243
- =begin
Resemble bug happened on trunk r25000, running on Debian GNU/Linux lenny i386.
a = "\x82\xa0".force_en... -
08:49 PM Bug #2118 (Closed): SUN の cc (SunStudio11 C 5.8 コンパイラ) で dir.c のコンパイルに失敗する
- =begin
Solaris10 上の Sun Studio 11 C 5.8 コンパイラにて trunk r25000 の
コンパイルに失敗します。
$ ./configure --prefix=/XXXXX/tes... -
07:57 PM Feature #2117 (Closed): Binding to a class, a method from the class's superclass's metaclass, fails
- =begin
I guess the best way to explain this is with an example:
>> class A; def self.foo; 'bar'; end; end
=> ... -
03:46 PM Bug #2050 (Open): Abbreviated Assignment Operators No Longer Return rvalue
- =begin
$ ./ruby -v -
ruby 1.9.2dev (2009-09-18 trunk 24985) [i386-darwin9.8.0]
a=Hash.new{[]}
b=2,3
p a[:x]<... -
11:36 AM Bug #2111 (Open): Error:test_rm_f(TestFileUtils)
- =begin
タイミングが悪かったのでもう一度reopen。
include する順番によって include したクラスと Object の間に FileUtils が入ったり入らなかったりするのも問題の原因の一つだと思... -
07:17 AM Bug #2111 (Closed): Error:test_rm_f(TestFileUtils)
- =begin
Applied in changeset r24987.
=end
-
07:11 AM Bug #2111 (Open): Error:test_rm_f(TestFileUtils)
- =begin
後半の件についてテストを追加したので reopen します。
% ruby-trunk test/fileutils/test_fileutils.rb -n test_rm_f
Loaded suite... -
06:37 AM Bug #2111 (Closed): Error:test_rm_f(TestFileUtils)
- =begin
Applied in changeset r24984.
=end
-
06:25 AM Bug #2111 (Closed): Error:test_rm_f(TestFileUtils)
- =begin
rm_f の引数の意味が FileUtils.rm_f と mkmf.rb の rm_f で違うため、
mkmf と rake が require されていると test_rm_f が mkmf.rb の
rm... -
04:59 AM Feature #1596: GC.time
- =begin
=end
-
04:57 AM Feature #1493: [patch] lex_state as bit field / IS_lex_state() macro
- =begin
=end
-
04:53 AM Feature #1408: 0.1.to_r not equal to (1/10)
- =begin
=end
-
04:52 AM Feature #1395: Steppable Kernel::eval
- =begin
=end
-
04:49 AM Feature #1374: location of already initialized constant
- =begin
=end
-
04:48 AM Feature #1358: net/http has no TRACK method - here's a patch
- =begin
=end
-
04:45 AM Feature #1349: Net::SMTP open_message and send_message always require from_addr, *to_addrs
- =begin
=end
-
04:41 AM Feature #1316: Phasor.rb: Complex number class using polar coordinates
- =begin
=end
-
04:40 AM Feature #1291: O_CLOEXEC flag missing for Kernel::open
- =begin
=end
-
04:29 AM Feature #1211: nested loop construct
- =begin
=end
-
04:26 AM Feature #1201: Add relative group reference in back reference with nest level in regular expressions (e.g. \k<-5+1>)
- =begin
=end
-
04:25 AM Feature #1200: Possibility for using named and normal groups together in regular expressions
- =begin
=end
-
04:23 AM Feature #1153: Enumerable#uniq
- =begin
=end
-
04:22 AM Feature #1122: request for: Object#try
- =begin
=end
-
04:21 AM Feature #1102: Prepend Module
- =begin
=end
-
04:19 AM Feature #1159: StringScanner に文字ベースでのインデックスを返すメソッドがほしい
- =begin
=end
-
04:18 AM Feature #1193: Justified Error Messages
- =begin
=end
-
04:13 AM Feature #2010: autoset http response encoding
- =begin
=end
-
04:12 AM Feature #1823: Readline Command Completion
- =begin
=end
-
04:11 AM Feature #1832: irb -w
- =begin
=end
-
04:10 AM Feature #1800: rubygems can replace system executable files
- =begin
=end
09/17/2009
-
05:37 PM Bug #2109: Marshal gives error when dumping and loading array with two regexps in ruby 1.9.1-p243
- =begin
Hi,
In message "Re: [ruby-core:25625] [Bug #2109] Marshal gives error when dumping and loading array with ... -
05:31 PM Bug #2109 (Closed): Marshal gives error when dumping and loading array with two regexps in ruby 1.9.1-p243
- =begin
In ruby 1.9.1-p243, attempting to dump and load again an array containing two or more Regexps gives an error.... -
02:03 PM Bug #1532: Improved matrix.rb [patch]
- =begin
Here is my previous patch simplified and broken down in 6 successive patches (a-f)
*** Summary ***
... -
02:03 PM Bug #2016: Windows (win32.c) command line argument parsing bug
- =begin
=end
-
06:26 AM Feature #1882: MatchData#==
- =begin
+ if (!rb_reg_equal(RMATCH(match1)->regexp, RMATCH(match2)->regexp)) return Qfalse;
Is this really wh... -
01:21 AM Bug #2097: fork NotImplementedError on FreeBSD
- =begin
On Ruby 1.9.1 and FreeBSD7.2 fork doesn't work.
But on ruby 1.9.2dev (2009-09-16 trunk 24965) [x86_64-freeb...
09/16/2009
-
08:11 PM Bug #2097: fork NotImplementedError on FreeBSD
- =begin
Hi,
Thanks for reply. It seems this issue is resolved on FreeBSD 7.2 for anyone who stumbles upon this :... -
01:47 PM Bug #1531 (Closed): Matrix#determinant fails on some matrices
- =begin
Applied in changeset r24949.
=end
-
06:37 AM Bug #1852 (Closed): Enumerable's #hash Raises ArgumentError When Recursive Values are Present
- =begin
Applied in changeset r24943.
=end
-
05:59 AM Bug #1852: Enumerable's #hash Raises ArgumentError When Recursive Values are Present
- =begin
Hi,
In message "Re: [ruby-core:25603] [Bug #1852] Enumerable's #hash Raises ArgumentError When Recursive V... -
05:36 AM Bug #1852: Enumerable's #hash Raises ArgumentError When Recursive Values are Present
- =begin
It turns out that Nobu had already a patch that changed rb_catch_obj to be exactly like my rb_catch_func but... -
01:11 AM Feature #2102 (Closed): String#inspect as default_internal encoding
- =begin
String#inspect の結果は特定のエンコーディングに揃えるようにしませんか。
現在の inspect は異なるエンコーディングを持つ文字列でも何も考えず結合を試み、
結果 EncodingCom...
09/15/2009
-
08:50 PM Bug #1914: ruby-1.9.1-p243 failed to build from source on aix 5.3 with gcc 4.2.0
- =begin
Hello all,
Sorry but I couldn't test all stuff published on this forum <http://www.ruby-forum.com/topic/... -
06:59 AM Bug #1852: Enumerable's #hash Raises ArgumentError When Recursive Values are Present
- =begin
I wanted to use rb_catch_obj at first but I saw the following issues:
1) rb_catch_obj sends :catch to ni... -
02:51 AM Bug #1852: Enumerable's #hash Raises ArgumentError When Recursive Values are Present
- =begin
Hi,
In message "Re: [ruby-core:25543] [Bug #1852] Enumerable's #hash Raises ArgumentError When Recursive V... -
03:17 AM Feature #2093 (Closed): String#stripの対象は\sか[:space:]か
- =begin
Applied in changeset r24926.
=end
-
03:06 AM Feature #2093: String#stripの対象は\sか[:space:]か
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:39336] Re: [Feature #2093] String#stripの対象は\sか[:space:]か"
on Tu... -
02:56 AM Feature #2093: String#stripの対象は\sか[:space:]か
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:39322] [Feature #2093] String#stripの対象は\sか[:space:]か"
on Sun, 1...
09/14/2009
-
08:51 PM Feature #2080: Proc#to_source, Method#to_source
- =begin
2009年9月11日2:43 SASADA Koichi <[email protected]>:
> 私も便利だと思うんですが、ちょっと便利すぎだし、仕様の検討も、凄く自由
> 度のあるわりに議論が十分ではないので 1... -
04:39 PM Bug #2097: fork NotImplementedError on FreeBSD
- =begin
use Process.spawn.
=end
-
03:23 PM Bug #2097 (Third Party's Issue): fork NotImplementedError on FreeBSD
- =begin
=end
-
03:19 PM Bug #2097: fork NotImplementedError on FreeBSD
- =begin
Hi,
At Mon, 14 Sep 2009 14:16:11 +0900,
robert gleeson wrote in [ruby-core:25564]:
> I'm not sure if a f... -
02:16 PM Bug #2097 (Third Party's Issue): fork NotImplementedError on FreeBSD
- =begin
Hi,
I'm not sure if a fix should be applied via patches to the FreeBSD port of ruby or in ruby itself, ... -
04:09 PM Bug #2095: Oniguruma No Longer Understands Unihan Characters
- =begin
> Anyway I thougt UnicodeData.txt and Scripts.txt are also large.
They're nothing compared to the full X... -
03:52 PM Bug #2095: Oniguruma No Longer Understands Unihan Characters
- =begin
On 2009/09/14 10:43, Yui NARUSE wrote:
> Issue #2095 has been updated by Yui NARUSE.
>
> Status change... -
03:41 PM Bug #2095: Oniguruma No Longer Understands Unihan Characters
- =begin
On 2009/09/13 9:21, Run Paint Run Run wrote:
> Bug #2095: Oniguruma No Longer Understands Unihan Charact... -
10:43 AM Bug #2095 (Closed): Oniguruma No Longer Understands Unihan Characters
- =begin
ok I close this.
Anyway I thougt UnicodeData.txt and Scripts.txt are also large.
So those source data ... -
09:31 AM Bug #2095: Oniguruma No Longer Understands Unihan Characters
- =begin
Having re-written said script I discovered that my initial analysis was wrong; there is no bug. This ticket c... -
11:44 AM Bug #140 (Closed): [PATCH] Set#== performance improvement
- =begin
Applied in changeset 24910
=end
-
08:37 AM Bug #447 (Closed): [PATCH] Net::HTTPHeaders iterator methods should return Enumerators
- =begin
Applied in changeset r24915.
=end
-
07:40 AM Bug #2050 (Closed): Abbreviated Assignment Operators No Longer Return rvalue
- =begin
Applied in changeset r24761.
=end
-
05:37 AM Bug #445 (Closed): [PATCH] Net::HTTPHeaders#fetch raises NoMethodError instead of returning default values
- =begin
Applied in changeset r24912.
=end
-
05:34 AM Bug #1665 (Closed): Enumerable#reverse_each, #entries, #to_a documentation [patch]
- =begin
Duplicate of http://redmine.ruby-lang.org/issues/show/1665
=end
09/13/2009
-
08:33 PM Feature #2080: Proc#to_source, Method#to_source
- =begin
An other way would be to create a spec to represent ruby code into s-expression.
Each interpreter transform... -
02:46 PM Bug #1852: Enumerable's #hash Raises ArgumentError When Recursive Values are Present
- =begin
Here is a patch that provides a hash for recursive Array, Hash, Struct and Range. As discussed, there will be... -
09:47 AM Bug #2094 (Closed): prime.rb has warning.
- =begin
Applied in changeset r24884.
=end
-
03:22 AM Bug #2094 (Closed): prime.rb has warning.
- =begin
The following program:
$VERBOSE = true
require 'prime'
42.prime?
prints a warning:
/var/tmp/r... -
09:40 AM Bug #2095: Oniguruma No Longer Understands Unihan Characters
- =begin
=end
-
09:21 AM Bug #2095 (Closed): Oniguruma No Longer Understands Unihan Characters
- =begin
As Oniguruma was undocumented, the recent update was based mainly on guesswork. While working on a Unicode li... -
02:42 AM Bug #1837: Test failure (test_block.rb) in Ruby 1.9.2 preview1 on FreeBSD 6.0
- =begin
これ、今でも症状出ますか?
なお、うちの FreeBSD 7.2-STABLE amd64 では発生しません。
=end
-
02:39 AM Feature #2074: json の j や jj は module_function にするべき?
- =begin
jやjjが変数などで埋まっていても呼べるというメリットはありますね。
どちらにしても、Ruby全体として方針を合わせた方がいいかなと思います。
=end
-
02:24 AM Feature #2093 (Closed): String#stripの対象は\sか[:space:]か
- =begin
現在、String#strip は rb_enc_isspace を使っています。
つまり、[:space:] にマッチするものを落とすため、
例えばいわゆる全角空白等も切り落とす対象になっています。
...
09/12/2009
-
09:18 PM Feature #1905: How about IPAddr#<=> to take care of mask_addr?
- =begin
いまいです。
From: Nobuhiro IMAI <nov_at_yo.rim.or.jp>
Date: Fri, 14 Aug 2009 21:19:42 +0900
> 少し時間が開いてしまいまし... -
12:34 AM Bug #1914: ruby-1.9.1-p243 failed to build from source on aix 5.3 with gcc 4.2.0
- =begin
金本と申します。
返答が遅くなってどうもすみません。
> まず、このdlopenの件と次のシンボルの話はわけるべきではないかと。
はい。おっしゃるとおりです。
先日送ったパッチにも本題と外れる部分(-gxc...
Also available in: Atom