Activity
From 04/18/2011 to 04/24/2011
04/24/2011
-
11:25 PM Revision b5909efd (git): * random.c (rb_f_rand, random_s_rand): RDocs for them.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31341 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:48 PM Feature #4605: Random#randとKernel#randでRangeを扱えるように
- =begin
そういえば [ruby-list:48013] では整数の Range だけなら反対しないと言っていた私ですが、
作った patch では Range に対する処理を Random#rand のものを流用したので
浮... -
10:42 PM Feature #4605: Random#randとKernel#randでRangeを扱えるように
- =begin
sora さんとは独立に私も修正案を作りました。参考にしてください。
https://gist.github.com/939556
Random.rand は Random::DEFAULT.rand と同じ... -
10:27 PM Feature #4605: Random#randとKernel#randでRangeを扱えるように
- =begin
とりあえずパッチこんな感じでしょうか。
ドキュメントはとりあえずコピペして弄りましたが、英語的な意味で不安なので適切指摘をください。
=end
-
10:09 PM Feature #4605: Random#randとKernel#randでRangeを扱えるように
- =begin
すみません、書式が崩れたので貼り直します
Random#randとKernel#randで引数としてRangeを扱えるようにしてほしいです。
Random#randは引数にInteger, Float,... -
10:04 PM Feature #4605 (Closed): Random#randとKernel#randでRangeを扱えるように
- =begin
Random#randとKernel#randで引数としてRangeを扱えるようにしてほしいです。
Random#randは引数にInteger, Float, Rangeを扱うことができるのに対し、Kernel#... - 10:27 PM Revision 2aeb3b47 (git): * random.c (random_s_rand, Init_Random): Random.rand should behave as
- Random::DEFAULT.rand rather than Kernel#rand.
* random.c (rand_range, random_rand): rand_range function extracted
f... - 06:31 PM Revision 03697bc1 (git): * lib/time.rb: require 'date'.
- * ext/date/lib/date/format.rb: removed require line.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31339 b2dd03... - 06:09 PM Revision fd93bad8 (git): * ext/date/lib/date/format.rb: require 'date'.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:07 PM Revision 9f103e65 (git): * ext/date/lib/date/format.rb (_iso8601): added a pattern.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31337 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:04 PM Revision f3551c04 (git): * ext/date/lib/date/format.rb: require 'date_core.so'.
- date/format needs methods which are now in date_core.so.
This breaks make rdoc which uses Date._parse from time.rb.... - 05:48 PM Revision b7133cc6 (git): * ext/date/lib/date/format.rb: fixed a bug of regex.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31335 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:13 PM Revision 2115af3a (git): * ext/date/lib/date/format.rb: an adjustment of regex.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31334 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:00 PM Revision 60c7967e (git): * ext/date/lib/date/format.rb: omitted to call _parse.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31333 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:04 PM Revision 0c1d2a0a (git): * 2011-04-25
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31332 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:04 PM Revision 8ff8d619 (git): * string.c (rb_to_id): remove unused variable.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31331 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:33 PM Bug #4603 (Closed): lib/csv.rb: when the :encoding parameter is not provided, the encoding of CSV data is treated as ASCII-8BIT
- =begin
This issue is involved in three methods, CSV::open, CSV::read and CSV::foreach.
The document of CSV::read ... -
03:07 PM Feature #4102: Proposal for 'let'. A new approach using block-defaults in 1.9
- =begin
Here's an example I just encountered where #let (a self executing proc) would have been useful. Here's a metho... - 01:24 PM Revision 14491f13 (git): * complex.c, rational.c: omitted some method calls.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31330 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:01 PM Feature #4539: Array#zip_with
- =begin
I think it's worth having Enumerable#zip_with as a new public method. zip_with is the generalization of zip (y... -
12:20 PM Bug #4564 (Open): mingw-w64, truncate, ftruncate and ftello -- properly evalute it's existence
- =begin
Since ftruncate and truncate on mingw use int32_t and are useless at all, so this change causes failures to ha... -
03:35 AM Feature #4602 (Closed): naming ruby dll (win32/64)
- =begin
同一ディレクトリへwin32版rubyとwin64版rubyをインストールしようとしてdll名が競合したので気付いたのですが、
MSWin版Rubyは、本体がDLLで、かつ、DLL名にconfigureで指定したpr...
04/23/2011
-
10:52 PM Feature #4601 (Closed): Re-ordering method parameters.
- =begin
In my attempt to make an old gem (merb-action-args) work with MRI 1.9.2, Rubinius, and other implementations ... -
10:50 PM Bug #4600 (Closed): date/date_parse.c errors are breaking MinGW build
- =begin
Hello,
Recent commits to ext/date/date_parse are breaking the MinGW build. As revision 31323:
make[2]:... -
10:23 PM Feature #3131: add Kernel#Hash() method like Kernel#Array()
- =begin
Hi,
In message "Re: [ruby-core:35857] [Ruby 1.9 - Feature #3131] add Kernel#Hash() method like Kernel#Ar... -
08:52 AM Feature #3131: add Kernel#Hash() method like Kernel#Array()
- =begin
Integer() and Float() in Ruby 1.9.2 raise TypeError and ArgumentError:
$ irb
## ruby 1.9.2p180 (2011-02-... - 05:59 PM Revision bedb18f2 (git): * ext/date/date_parse.c (n2i): takes long.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31329 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:51 PM Revision 4116d8a3 (git): * ext/date/date_parse.c: reverted.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31328 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:38 PM Bug #4597 (Rejected): YAML doesn't consider tab stops as whitespace in mappings
- =begin
You may know Syck is YAML 1.0, and Psych (libyaml) is 1.1.
=end
-
03:34 AM Bug #4597: YAML doesn't consider tab stops as whitespace in mappings
- =begin
Okay, I just realized that only the latest YAML specification, 1.2, allows tabs there, while older ones do not... -
01:15 AM Bug #4597 (Rejected): YAML doesn't consider tab stops as whitespace in mappings
- =begin
The YAML specification states that in a mapping (aka Hash in Ruby), the mapping value indicator (":") has to b... -
05:34 PM Revision 60aa9c80 (git): * include/ruby/intern.h: pcc can't use __builtin_constant_p.
- * vm_exec.c: change condition.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31327 b2dd03c8-39d4-4d8f-98ff-823fe... -
05:34 PM Revision c34db589 (git): * ext/date/date_core.c (leap_p): surpress warning: parentheses.
- * ext/date/date_core.c (date_s__parse_internal): remove unused
variable "str".
* ext/date/date_parse.c (parse_ddd_... -
03:43 PM Bug #4599: Ripper.sexpのコメント
- =begin
パッチを間違えたので、添付しなおします(ファイルの保存をしていませんでしたorz)。すみません。
=end
-
03:39 PM Bug #4599 (Closed): Ripper.sexpのコメント
- =begin
Ripper.sexp のコメントが Ripper.sexp_raw のものになってしまっているようです。おそらく r8841 で Ripper.sexp_raw が追加された時にコメントの移動を忘れてしまったのではない... - 03:35 PM Revision 5c0a69a6 (git): * 2011-04-24
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31325 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:35 PM Revision 05b3bd27 (git): * ext/date/date_parse.c: removed some unused macros. use strchr()
- instead of index().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 12:31 PM Revision 37cfdf9f (git): * 2011-04-23
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31323 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:31 PM Revision 448e0d66 (git): * ext/date/date_core.c: replacement of implementation of
- _parse. [experimental]
* ext/date/date_parse.c: new.
* ext/date/lib/date/format.rb: removed ruby ver... -
05:10 AM Bug #4421: [ext/openssl] Fix RSA public key encoding
- =begin
Hi Yui,
Yes, I'd love to contribute and I would really appreciate it!
=end
-
01:54 AM Feature #4598 (Closed): Net::SMTP should raise more helpfully when mail can't send
- =begin
Net::SMTP, in function check_continue? (line 952) raises "could not get 3xx (STATUS_CODE)" when it receives a...
04/22/2011
-
10:23 PM Bug #4596: Process.kill doesn't accept pid 0 (win32)
- =begin
まつもと ゆきひろです
シンガポールはネットが細い気が。
In message "Re: [ruby-dev:43421] [Ruby 1.9 - Bug #4596][Open] Process.... -
10:23 PM Bug #4596: Process.kill doesn't accept pid 0 (win32)
- =begin
まつもと ゆきひろです
シンガポールはネットが細い気が。
In message "Re: [ruby-dev:43421] [Ruby 1.9 - Bug #4596][Open] Process.... -
09:52 PM Bug #4596 (Closed): Process.kill doesn't accept pid 0 (win32)
- =begin
MSWin32版Rubyで、Process.killにpidとして0を指定するとEINVALとなります。
この動作は、以下の理由からバグだと思いますが、何か事情があるのでしょうか?
バグと考える理由)
1. Pro... -
06:35 PM Bug #4421: [ext/openssl] Fix RSA public key encoding
- =begin
Hi, Martin,
We don't have enough resource and knowledge about ext/openssl. So do you need a commit bit?
... -
03:23 PM Bug #4562: [pull requested] ./config no-ssl2で作ったopensslとext/opensslが混ざらない
- =begin
前田です。
2011年4月21日14:51 Nobuhiro Iwamatsu <[email protected]>:
>> 他の問題もそうなんですが、現状 ext/openssl はメンテナがいないた... -
03:23 PM Bug #4562: [pull requested] ./config no-ssl2で作ったopensslとext/opensslが混ざらない
- =begin
前田です。
2011年4月21日14:51 Nobuhiro Iwamatsu <[email protected]>:
>> 他の問題もそうなんですが、現状 ext/openssl はメンテナがいないた... -
01:35 PM Revision d5b4cf7f (git): Use Float#finite?.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31321 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:16 PM Feature #4189: FileUtils#ln_r
- =begin
FYI
X11 distribution has lndir command, it creates real directories and file symlinks though.
=end
-
01:03 PM Feature #4189: FileUtils#ln_r
- =begin
Since ln command does not have -r option, I am kind of hesitating to add ln_r. I understand usefulness of the... -
12:13 PM Feature #4189 (Assigned): FileUtils#ln_r
- =begin
=end
-
12:12 PM Feature #4595 (Closed): TkPhotoImage documentation
- =begin
以下のような pull request が来ています。
I have documented some method from TkPhotoImage, based on the original Tcl/Tk ... -
11:41 AM Bug #4594 (Rejected): Don't depend on extension automagic
- Extensions in ruby are built automatically by what is found at compile time, this is bad as dependencies won't be tra...
-
11:00 AM Feature #4593 (Rejected): xmlrpc does not support bigdecimal
- =begin
=end
-
10:59 AM Feature #4593: xmlrpc does not support bigdecimal
- =begin
Hi,
On 2011年4月22日金曜日 at 1:47, Alex Tambellini wrote:
> XMLRPC does not support bigdecimal.
>
> Se... -
01:57 AM Feature #4593: xmlrpc does not support bigdecimal
- =begin
=end
-
01:45 AM Feature #4593: xmlrpc does not support bigdecimal
- =begin
This would apply to 1.8 and 1.9.
=end
-
01:44 AM Feature #4593 (Rejected): xmlrpc does not support bigdecimal
- =begin
XMLRPC does not support bigdecimal.
See my pull request here to add support for bigdecimal type to xmlrpc l... -
03:05 AM Revision 4e047495 (git): * array.c (rb_ary_sort_bang): fix rdoc.
- patched by burningTyger. https://github.com/ruby/ruby/pull/11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3132... -
02:50 AM Revision c853e2d8 (git): * lib/xmlrpc/create.rb (XMLRPC::Create#conv2value):
- XML-RPC's int is 32bit int, and Fixnum also may be beyond 32bit.
* lib/xmlrpc/create.rb (XMLRPC::Create#conv2value):...
04/21/2011
-
09:20 PM Feature #4592: Tempfileを直接保存したい
- 卜部さんの言うとおりなのですが、ユースケースを書きますと、
Railsもcgi.rbも巨大なファイルをアップロードしたときは
tempfileにファイルを保存します。
これを保存したいとなったときに、
tempfileから読み... -
05:16 PM Feature #4592: Tempfileを直接保存したい
- * closeと同時というのを諦め、closeのちょっと後でよければ、普通にmvできるのではないでしょうか。
```
irb(main):001:0> f = Tempfile.new('')
=> #<F... -
05:05 PM Feature #4592: Tempfileを直接保存したい
- `FileUtils` と間違えた。 `rename` や `link` は `File` のクラスメソッドでした。
-
05:05 PM Feature #4592: Tempfileを直接保存したい
- `Tempfile#mv(path)` というメソッドを追加するパッチを書いてみました。
https://gist.github.com/933915
`File.rename` してるので、元のファイルが無くなっちゃいますし... -
05:04 PM Feature #4592: Tempfileを直接保存したい
- 先頭が # だと丸ごと見えなくなるのか…
`#close(real=false)`したあと、`#path` を使って、保存したいところに `File#rename` とか、 `File#link` を使うとよいと思います。
-
05:03 PM Feature #4592: Tempfileを直接保存したい
- `#close(real=false)` したあと、 `#path` を使って、保存したいところに `File#rename` とか、 `File#link` を使うとよいと思います。
-
04:43 PM Feature #4592 (Assigned): Tempfileを直接保存したい
- =begin
Tempfileは一時ファイルなので、プロセスが消えたり、#closeすると、
ファイルが消えてしまいます。
Tempfileのデータを保存するために
一旦読みだして、書き込み用に別ファイルを開いて、
そこに書... - 07:17 PM Revision 33883ded (git): * 2011-04-22
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31318 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:17 PM Revision 8968bd14 (git): * ext/psych/parser.c (parse): strings from psych have proper taint
- markings.
* test/psych/test_tainted.rb: test for string taint
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3131... -
02:51 PM Bug #4562: [pull requested] ./config no-ssl2で作ったopensslとext/opensslが混ざらない
- =begin
Yui NARUSE wrote:
> 他の問題もそうなんですが、現状 ext/openssl はメンテナがいないため、
> 明白なバグはしょうがないから直すものの、そうでないものは放置されがちになっています。
>... -
01:23 PM Bug #4591: (1.5...2).max #=> 1 (Range#max)
- =begin
そもそも、beginとendのオブジェクト及びRangeのメソッドによって、
離散値として扱う場合と、連続量として扱う場合が混ざってしまってるんですよね。
> わたしRubyをまったく知らないんですけど、... -
01:23 PM Bug #4591: (1.5...2).max #=> 1 (Range#max)
- =begin
樽家です。
> むらたです。
*snip*
> こうしてみると、以下の仕様に一貫性がないように感じます。
>
> assert_equal(nil, (2..1).max)
> asser... -
12:23 PM Bug #4591: (1.5...2).max #=> 1 (Range#max)
- =begin
むらたです。
test_range.rb の test_max を見てみました。
assert_equal(2, (1..2).max)
assert_equal(nil, (2..1).max... -
11:03 AM Bug #4591: (1.5...2).max #=> 1 (Range#max)
- =begin
>
> Issue #4591 has been reported by Masaya Tarui.
>
> ----------------------------------------
> B... -
12:42 AM Bug #4591 (Closed): (1.5...2).max #=> 1 (Range#max)
- 現在、(1.5...2).maxが1になります。
beginより小さい値が返ってくるのは違和感があります。
終端を含まないRangeについて、endがIntegerである時にend-1を返していますが、
それはbeginもI... -
01:31 AM Bug #4590 (Closed): documentation is wrong for srand
- =begin
This issue was solved with changeset r31316.
Cezary, thank you for reporting this issue.
Your contribution to ... -
01:12 AM Bug #4573 (Closed): [BUG] Segmentation fault - Ruby interpreter (CUI) 1.9.2p180 [i386-mingw32] has stopped working
- =begin
Awesome to hear that, closing this out.
On a sidenote:
Is a bummer the issues related to the MySQL DLL b...
04/20/2011
-
11:47 PM Bug #4573: [BUG] Segmentation fault - Ruby interpreter (CUI) 1.9.2p180 [i386-mingw32] has stopped working
- =begin
Hi Luis,
Many thanks,
The issue is solved now.
I've copied the libmysql.dll from another Windows machin... -
09:14 PM Bug #4573: [BUG] Segmentation fault - Ruby interpreter (CUI) 1.9.2p180 [i386-mingw32] has stopped working
- =begin
In relation to MySQL 5.1 or 5.5, did you place libmysql.dll from MySQL 5.0?
As I mentioned, the binary of t... -
06:33 PM Bug #4573: [BUG] Segmentation fault - Ruby interpreter (CUI) 1.9.2p180 [i386-mingw32] has stopped working
- =begin
Hello,
Thanks for your suggestions.
I've checked the mysql gem version using:
bundle show mysql
... -
03:50 AM Bug #4573 (Feedback): [BUG] Segmentation fault - Ruby interpreter (CUI) 1.9.2p180 [i386-mingw32] has stopped working
- =begin
Hello,
I see you commented on installed mysql 5.1, what mysql gem are you using? "mysql" or "mysql2"?
As... -
11:31 PM Bug #4590 (Closed): documentation is wrong for srand
- =begin
'ri srand' (in random.c) suggests that passing 0 generates a seed number:
If <i>number</i> is omitted *or ... -
10:27 PM Feature #4447 (Closed): add String#byteslice() method
- =begin
=end
-
10:02 PM Feature #4447: add String#byteslice() method
- =begin
Was NARUSE's patch committed to trunk? Can we close this issue? Thanks.
=end
-
10:12 PM Feature #3436: Spawn the timer thread lazily
- =begin
It seems Mark was the only person to review ((<Ko1's patch|URL:http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ru... -
09:49 PM Feature #4589 (Closed): add Queue#each() method and include Enumerable
- =begin
Please add a thread-safe each() method to the Queue and SizedQueue classes
which are provided by the "thread... -
05:23 PM Bug #4579: SecureRandom + OpenSSL may repeat with fork
- =begin
Hiroshi NAKAMURA wrote:
> I think you're confusing SecureRandom's spec and ext/openssl (formerly
> ruby-p... -
11:57 AM Bug #4579: SecureRandom + OpenSSL may repeat with fork
- =begin
I think you're confusing SecureRandom's spec and ext/openssl (formerly ruby-pki) spec. ext/openssl aims to wra... -
04:31 PM Revision 0efb462a (git): * random.c (rb_f_srand): fix rdoc: srand(0)'s 0 is a seed.
- [ruby-core:35833] fixes #4590
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31316 b2dd03c8-39d4-4d8f-98ff-823fe6... - 04:15 PM Revision 934c6b48 (git): * 2011-04-21
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31315 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:15 PM Revision 6825f773 (git): * win32/win32.c (CreateChild): maximum length of lpCommandLine is
- 32,768 characters, including the Unicode terminating null character.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
02:43 PM Bug #4586 (Closed): Missing length check in rb_str_each_line?
- =begin
This issue was solved with changeset r31310.
Nikolai, thank you for reporting this issue.
Your contribution to... -
10:29 AM Bug #4586 (Closed): Missing length check in rb_str_each_line?
- =begin
In rb_str_each line, the following test is performed:
(rslen <= 1 || memcmp(RSTRING_PTR(rs), p... -
02:40 PM Bug #4562: [pull requested] ./config no-ssl2で作ったopensslとext/opensslが混ざらない
- =begin
他の問題もそうなんですが、現状 ext/openssl はメンテナがいないため、
明白なバグはしょうがないから直すものの、そうでないものは放置されがちになっています。
この状況はつまりメンテナに誰かがなればいいのです... - 12:42 PM Revision 04cdc1de (git): * 2011-04-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@31313 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:42 PM Revision f7698457 (git): * re.h (RMATCH_REGS): parenthesize cast expression. suggested
- from Nikolai Weibull in [ruby-core:35825].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@31312 b2dd0... - 12:34 PM Revision e8d53040 (git): * ext/date/date_strptime.c (date__strptime_internal): do not
- overwrite local variables.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31311 b2dd03c8-39d4-4d8f-98ff-823fe69b... -
05:43 AM Revision 88014987 (git): * string.c (rb_str_each_line): check string's length when compare
- separator and string. [ruby-core:35815] fixes #4586
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31310 b2dd03c8... -
03:34 AM Bug #4585 (Closed): DLEXT in win32/Makefile.sub is not correct for building with VisualStudio 2008
- =begin
Understood, closing this out.
=end
-
03:12 AM Bug #4585: DLEXT in win32/Makefile.sub is not correct for building with VisualStudio 2008
- =begin
Hello Luis,
I understand. During further development I already stepped over the fact, that more changes wou...
04/19/2011
-
11:49 PM Bug #4320: Bus Error in digest/sha2 on sparc
- =begin
I'll attach a proposed fix:
* make ((|context->buffer|)) an array of the type being expected by (({SHAXXX_T... -
08:52 PM Bug #4320: Bus Error in digest/sha2 on sparc
- =begin
This indeed is an alignment issue, SHA256_Update calls SHA256_Transform with possibly unaligned data, but the ... -
04:44 PM Bug #4573 (Assigned): [BUG] Segmentation fault - Ruby interpreter (CUI) 1.9.2p180 [i386-mingw32] has stopped working
- =begin
Hmm, Luis, how do you think?
=end
-
04:13 PM Bug #4573: [BUG] Segmentation fault - Ruby interpreter (CUI) 1.9.2p180 [i386-mingw32] has stopped working
- =begin
Is these bug handled by someone? There is a week since it was created.
=end
- 03:02 PM Revision 2cc02aeb (git): * 2011-04-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:02 PM Revision d9e6b7d6 (git): * misc/ruby-mode.el (ruby-parse-partial): use position of open paren.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31308 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:42 PM Bug #4565 (Closed): incompatible change at rev.31169 about autoload
- =begin
=end
-
09:23 AM Bug #4289: Timeouts in threads cause SEGV
- =begin
Eric Wong <[email protected]> wrote:
> The series should be:
> * 0001-revert-r29673-optimization-whic... -
01:18 AM Bug #4585: DLEXT in win32/Makefile.sub is not correct for building with VisualStudio 2008
- =begin
Hello,
Ruby's decision to use '.so' for it's C extensions is valid, similar to Python decision to use '.pyd... -
01:00 AM Bug #4585 (Closed): DLEXT in win32/Makefile.sub is not correct for building with VisualStudio 2008
- =begin
The value of DLEXT is defined per Win32/Makefile.sub as
#define DLEXT ".so"
which results not in the expec...
04/18/2011
- 04:08 PM Revision 86576c8f (git): * 2011-04-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31307 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:08 PM Revision 580e2f35 (git): * test/ruby/test_io.rb (TestIO#test_cross_thread_close_fd):
- skip cross thread pipe close if windows
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31306 b2dd03c8-39d4-4d8f-... -
12:23 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- Hello,
In message "[ruby-core:35804] [Ruby 1.9 - Bug #4576] Range#step miss the last value, if end-exclusive and has... -
12:06 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- =begin
test_step_ruby_core_35753 seems depend on platform.
On i686-linux it fails.
1) Failure:
test_step_rub... -
09:59 AM Bug #4576 (Closed): Range#step miss the last value, if end-exclusive and has float number
- Fixed in r31286.
-
09:45 AM Bug #4582 (Closed): date_tmx.h file missing
- =begin
=end
-
07:56 AM Bug #4583: trace doesn't work for methods set up by attr_*
- =begin
Modified the test to show the binding problem.
=end
-
06:49 AM Bug #4583: trace doesn't work for methods set up by attr_*
- =begin
Actually, the binding passed to the trace_func is wrong. Should be of the object the attr_accessor is defined ... -
06:24 AM Bug #4583: trace doesn't work for methods set up by attr_*
- =begin
Working patch for 1.9.2-head
=end
- 03:17 AM Revision e16fb919 (git): * 2011-04-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31305 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:17 AM Revision b5897263 (git): * test/ruby/test_range.rb (TestRange#test_step_ruby_core_35753):
- avoid float error. [ruby-core:35804]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31304 b2dd03c8-39d4-4d8f-98f... - 01:12 AM Revision fc7687db (git): * 2011-04-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@31303 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:12 AM Revision 40397db9 (git): backported r31286 from trunk
- * numeric.c (ruby_float_step): wrong loop condition.
fixes [ruby-core:35753], reported by Joey Zhou.
* test/ruby/t...
Also available in: Atom