General

Profile

kbk (Koichi Kimura)

  • Login: kbk
  • Email: kbk@kt.rim.or.jp
  • Registered on: 09/08/2008
  • Last sign in: 10/10/2008

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

10/10/2008

05:12 PM Ruby Bug #631 (Closed): ripper does not follow change of parse.y
=begin
-> を使ったステートメントを ripper が正しく解析できません。

irb(main):001:0> RUBY_RELEASE_DATE
=> "2008-10-10"
irb(main):002:0> require 'ripper'
=> true
irb(main):004:0> Ripper.lex("lambda{|x| x*x}.call(3)")
=> [[[1, 0], :on_ident, "lambd...
kbk (Koichi Kimura)

09/08/2008

11:08 AM Ruby Bug #551 (Closed): SIZE_MAX is not defined in VC++
=begin
transcode.c の allocate_converted_string 中で

while (res == econv_destination_buffer_full) {
if (SIZE_MAX/2 < dst_bufsize) {
goto fail;
}

という部分がありますが、SIZE_MAXはC99で追加された定数
(参考 http://...
kbk (Koichi Kimura)

Also available in: Atom