General

Profile

metanest (Makoto Kishimoto)

  • Login: metanest
  • Registered on: 05/31/2009
  • Last sign in: 09/18/2017

Issues

open closed Total
Assigned issues 0 2 2
Reported issues 1 44 45

Activity

01/25/2017

01:10 AM Ruby master Bug #13152: Numeric parsing differences between ruby <-> crystal
~~~
$ nawk --version
awk version 20121220 (FreeBSD)
$ nawk 'END { printf("%d\n", -2 ** 4) }' < /dev/null
-16
~~~
metanest (Makoto Kishimoto)

12/30/2016

12:53 PM Ruby master Bug #13078: with Integer a and b, a.fdiv(b) sometimes inaccurate than Rational(a, b).to_f
pull requested
https://github.com/ruby/ruby/pull/1508
metanest (Makoto Kishimoto)
09:14 AM Ruby master Feature #12508: Integer#mod_pow
Updated as Integer#pow, with such API. metanest (Makoto Kishimoto)
07:59 AM Ruby master Bug #13089 (Closed): r57227 の変更ではリークが起きるようです
きしもとです
手元の環境で、最新版(r57227 の変更以降)で、以下のような
スクリプトを実行しながら、topコマンドでインタプリタのプロセスを
見ていると、リークがあるようで、SIZE, RES がじりじりと増えて
ゆ...
metanest (Makoto Kishimoto)

12/27/2016

06:36 AM Ruby master Bug #13078 (Closed): with Integer a and b, a.fdiv(b) sometimes inaccurate than Rational(a, b).to_f
For example,
~~~
a = 3
b = 0x20_0000_0000_0001
p a.fdiv(b)
p Rational(a, b).to_f
#=>
3.3306690738754696e-1...
metanest (Makoto Kishimoto)

12/04/2016

08:26 AM Ruby master Bug #13004 (Closed): rb_get_kwargs はバグってないでしょうか?
きしもとです
拡張ライブラリで `rb_get_kwargs` を使おうとしたところ、いくつか変に
感じた点がありましたので、確認をお願いしたくこちらにメイルします。
もしバグでしたらチケットにまとめます。
(1) `...
metanest (Makoto Kishimoto)
04:46 AM Ruby master Bug #13003 (Closed): About not Random instance of random: keyword ardument of Array#shuffle!
Array#shuffle! の random: キーワード引数で、Randomのインスタンスでないような
任意のオブジェクトを渡してしまっていても、(最終的に)rb_random_ulong_limited 中の
rb_func...
metanest (Makoto Kishimoto)

06/20/2016

01:48 PM Ruby master Feature #12508 (Closed): Integer#mod_pow
A new method Integer#mod_pow, power with modulo.
a.mod_pow(b, m) #=> (a**b) % m
Sometimes a**b becomes very l...
metanest (Makoto Kishimoto)

07/05/2015

03:03 AM Ruby master Bug #11332: Arrayの操作でcrubyインタプリタのメモリリークが起きる
rev.51148 で実行して直っていることを確認しました metanest (Makoto Kishimoto)

07/04/2015

02:47 PM Ruby master Bug #11334 (Closed): Arrayの操作でcrubyインタプリタのメモリリークが起きる
きしもとです

Array の sort! と、pop または shift の操作を組み合わせると、わずか
ですが ruby インタプリタのメモリリークを引き起こすようです。多数回
繰返すと、どんどん大きくなります。...
metanest (Makoto Kishimoto)

Also available in: Atom