[MacRuby/MacRuby] ab0c84: fixed aborting nested throw case, see below.
23 Apr
2011
23 Apr
'11
10:56 a.m.
Branch: refs/heads/master Home: https://github.com/MacRuby/MacRuby Commit: ab0c844257e4a8583e5dd8e74fc9d18ad7e87121 https://github.com/MacRuby/MacRuby/commit/ab0c844257e4a8583e5dd8e74fc9d18ad7... Author: Kouji Takao <kouji@takao7.net> Date: 2011-04-23 (Sat, 23 Apr 2011) Changed paths: M test_vm/catch.rb M vm.cpp M vm.h Log Message: ----------- fixed aborting nested throw case, see below. catch(:x) do begin raise rescue catch(:x) { throw :x } end end p :ok
5313
Age (days ago)
5313
Last active (days ago)
0 comments
1 participants
participants (1)
-
noreply@github.com