[macruby-changes] [MacRuby/MacRuby] ab0c84: fixed aborting nested throw case, see below.

noreply at github.com noreply at github.com
Sat Apr 23 03:56:26 PDT 2011


Branch: refs/heads/master
Home:   https://github.com/MacRuby/MacRuby

Commit: ab0c844257e4a8583e5dd8e74fc9d18ad7e87121
    https://github.com/MacRuby/MacRuby/commit/ab0c844257e4a8583e5dd8e74fc9d18ad7e87121
Author: Kouji Takao <kouji at 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




More information about the macruby-changes mailing list