[MacRuby/MacRuby] 35fe47: fix a bug in {Proc, Symbol}#allocate where it woul...
Branch: refs/heads/master Home: https://github.com/MacRuby/MacRuby Commit: 35fe473bedc22e022b49137a3aab11507cdb9f5c https://github.com/MacRuby/MacRuby/commit/35fe473bedc22e022b49137a3aab11507c... Author: Watson <watson1978@gmail.com> Date: 2013-05-18 (Sat, 18 May 2013) Changed paths: M class.c Log Message: ----------- fix a bug in {Proc, Symbol}#allocate where it would be triggered the crash Result: $ macirb irb(main):001:0> Proc.allocate zsh: segmentation fault macirb Expected: $ irb irb(main):001:0> Proc.allocate TypeError: allocator undefined for ProcExpected: Commit: 6dc6fb50ae3880371355041405deb030e5472ae3 https://github.com/MacRuby/MacRuby/commit/6dc6fb50ae3880371355041405deb030e5... Author: Watson <watson1978@gmail.com> Date: 2013-05-18 (Sat, 18 May 2013) Changed paths: R spec/frozen/tags/macruby/core/proc/allocate_tags.txt Log Message: ----------- update spec's tag Compare: https://github.com/MacRuby/MacRuby/compare/3f0dd69a4cc1...6dc6fb50ae38
participants (1)
-
GitHub