ujihisa .

  • Email:
  • Registered on: 06/03/2008
  • Last connection: 11/26/2011

Projects

Activity

Reported issues: 16

12/02/2011

10:20 am ruby-trunk Bug #5699 (Rejected): Windowsで一部のFloat値が正しく扱えない
09:17 am ruby-trunk Bug #5699: Windowsで一部のFloat値が正しく扱えない
浮動小数点数の計算には誤差があります。参考サイト:
* http://download.oracle.com/docs/cd/E19957-01/806-4847/ncg_goldberg.html
* http://wiki...

11/26/2011

06:53 am ruby-trunk Feature #5662: inject-accumulate, or Haskell's mapAccum*
> new_hash = enum.inject({}) { |h, thing| h[compute_key(thing)] = compute_value(thing); h }
> while that last h is...

11/20/2010

05:19 am ruby-trunk Bug #4072: dRubyで作成したサーバプログラムがsleepしていてもexitしてしまう
=begin
こちらの環境でも再現できました。大抵はメッセージの送信に成功するものの、ときどき失敗し、クライアント側に下記のエラーを出力してサーバが終了します。

/Users/ujihisa/git/ruby192/loc...

11/17/2010

03:13 am Ruby Wiki edit: HowToReportJa (#28)
consistency

06/07/2010

01:25 pm Backport87 RubySpec #3401: arrays containing them selves do not apply == sensibly.
=begin
FYI ruby 1.9 changed this behavior

$ ruby193 -ve 'a=[:a];a<<a;b=[:a];b<<b;p a;p b;p a==b'
ruby...

04/27/2010

09:52 am ruby-trunk Feature #3185: File.expand_path repeats forward slashes at the beginning of the path
=begin
Thx. I just fixed the corresponding RubySpec. http://github.com/rubyspec/rubyspec/commit/40eedde8d44ca8a34e80...
05:02 am ruby-trunk Feature #3185: File.expand_path repeats forward slashes at the beginning of the path
=begin
Oops. Forgot to attach the patch or failed to upload it. trying again.
=end
04:51 am ruby-trunk Feature #3185: File.expand_path repeats forward slashes at the beginning of the path
=begin
I'm not sure which is desirable behavior; eliminating repeated slashes or preserving them, but I wrote the pa...

04/16/2010

07:24 am Ruby 1.8 Bug #3154 (Closed): Hidden allocate, new and superclass methods on 1.9.2
=begin
ruby 1.9.2から、あるクラスに対してどのその親クラスからもallocate new superclassの3つのメソッドがpublic_methods(false)の一覧に出てこなくなったのですが、これは意図...

Also available in: Atom