| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Also removed tests that depends on implementation details of the default
`method_missing` behavior.
|
|
|
|
We can see gem name in skip message by this fix
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ref #3783
|
|
NODE_{SCALL,CASE,YIELD,UNDEF}; ref #3783
|
|
|
|
|
|
Extended Module#const_get to support class paths
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mruby-1.3.0
|
|
|
|
|
|
It's incompatible with CRuby, but it is required for mruby because
it cannot detect `break` outside of loops in the parsing time, but
in the code generation time where it cannot raise `SyntaxError`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class; fix #3575
|
|
|
|
|
|
|
|
More compatibility to CRuby.
|
|
|
|
|
|
|
|
|
|
|