| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-05 | Make `LocalJumpError` a direct subclass of `StandardError`. | Yukihiro "Matz" Matsumoto | |
| To be compatible with CRuby. | |||
| 2020-10-12 | Fixed ISO section numbers in `test/t/superclass.rb`. | Yukihiro "Matz" Matsumoto | |
| 2020-10-12 | Make division by zero cause `ZeroDivisionError`. | Yukihiro "Matz" Matsumoto | |
| As described in ISO 15.2.30. | |||
| 2017-06-23 | Make `LocalJumpError` a subclass of `ScriptError`. | Yukihiro "Matz" Matsumoto | |
| 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`. | |||
| 2014-06-18 | remove superclass test for classes that do not exist in mruby (core) | Yukihiro "Matz" Matsumoto | |
| 2014-06-15 | Test all ISO defined classes direct superclass except `Object` class. | take_cheeze | |
| Move mrbgems ISO direct superclass test to `superclass.rb`. Skips test if class isn't defined. Close #2332. | |||
| 2014-06-15 | Move direct superclass checking to `test/t/superclass.rb`. | take_cheeze | |
