| Age | Commit message (Collapse) | Author |
|
|
|
Before this patch:
$ bin/mruby -e 'p Struct.new("A-")'
#=> Struct::"A-"
After this patch:
$ bin/mruby -e 'p Struct.new("A-")'
#=> NameError: identifier A- needs to be constant
|
|
Because this test is always skipped.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Improve `Struct` test.
|
|
|
|
|
|
|
|
|
|
Move mrbgems ISO direct superclass test to `superclass.rb`.
Skips test if class isn't defined.
Close #2332.
|
|
|
|
|
|
Add API `mrb_get_values_at()` to mruby/range.h .
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|