[exerb-dev:0584] Re: Exerb で作成したプログラムの Integer.to_s で不具合

Back to archive index

Masahiro Kitajima katon****@katon*****
2012年 4月 15日 (日) 15:57:27 JST


お疲れ様です。

 ruby_1_8_7 branch のソースを使い、exerb-5.4.0 を VC++6.0 でビル
ドして試しました。以下の通り、改善を確認しました。

    C:\TMP>type bignum_gc.rb
    p RUBY_DESCRIPTION
    num = 0x40000000
    GC.stress = true
    p num.to_s(16)
    GC.stress = false
    
    C:\TMP>exerb bignum_gc.rb
    
    C:\TMP>bignum_gc.exe
    "ruby 1.8.7 (2012-04-14 patchlevel 361) [i386-mswin32]"
    "40000000"

-- 
北島雅博(かとんぼ)




exerb-developer メーリングリストの案内
Back to archive index