1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/objspace
yui-knk 4bfdf6d06d Move error from top_stmts and top_stmt to stmt
By this change, syntax error is recovered smaller units.
In the case below, "DEFN :bar" is same level with "CLASS :Foo"
now.

```
module Z
  class Foo
    foo.
  end

  def bar
  end
end
```

[Feature #19013]
2022-10-08 17:59:11 +09:00
..
lib
depend Revert "This commit implements the Object Shapes technique in CRuby." 2022-09-30 16:01:50 -07:00
extconf.rb
object_tracing.c Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
objspace.c Move error from top_stmts and top_stmt to stmt 2022-10-08 17:59:11 +09:00
objspace.h
objspace_dump.c Adjust indents [ci skip] 2022-07-22 21:59:27 +09:00