[macruby-changes] [MacRuby/MacRuby] : adjust local vtable level for the case of syntax e...

GitHub noreply at github.com
Thu Jan 12 06:29:19 PST 2012


  Branch: refs/heads/master
  Home:   https://github.com/MacRuby/MacRuby
  Commit: 041d2f4d4956de82826bf6b5b2a2306ecc6df335
      https://github.com/MacRuby/MacRuby/commit/041d2f4d4956de82826bf6b5b2a2306ecc6df335
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-12 (Thu, 12 Jan 2012)

  Changed paths:
    M parse.y

  Log Message:
  -----------
  adjust local vtable level for the case of syntax errors in method name or argument inside do block

fix crashing with following code:
----
0.times do
  0.times do
    def x(a=1, b, *rest); nil end
  end
end





More information about the macruby-changes mailing list