- 18 Aug, 2017 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Check whether internal khash is initialized in Hash#compact!
-
Yukihiro "Matz" Matsumoto authored
Improve Array structure
-
Miura Hideki authored
-
- 17 Aug, 2017 1 commit
-
-
Clayton Smith authored
-
- 12 Aug, 2017 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
Some more vm refactorings
-
Christopher Aue authored
-
Christopher Aue authored
Because of #3504 `ci->nregs = bidx+1` was introduced in b64f0878. This led to the follow up error #3551 whose fix introduced the `if (bidx >= ci->nregs)` check in 071164b7 and the `stack_extend(mrb, ci->nregs)` in 93d80298. Then, the code causing #3504 reappeared again in #3590. The fix for it moved the code dealing with the block in OP_SUPER from below the `cipush` to above the `cipush` in d9fb8b69. The `if (bidx >= ci->nregs) { ... }` from then on works with the original callinfo and not the pushed one. `ci->nregs` needed to be modified for the pushed one because it is initialized to 0. But for the original ci it is propertly set and a check is not needed.
-
Christopher Aue authored
-
Christopher Aue authored
-
Yukihiro "Matz" Matsumoto authored
-
- 11 Aug, 2017 20 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Refactored OP_SEND and OP_SUPER and calculate argc right at the top
-
Yukihiro "Matz" Matsumoto authored
Added basic test for calling a missing method through super
-
Christopher Aue authored
-
Christopher Aue authored
-
Yukihiro "Matz" Matsumoto authored
The error checks for both usage should be separated; ref #3774
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Merge branch 'super_method_missing_fix' of https://github.com/christopheraue/mruby into christopheraue-super_method_missing_fix
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
And the function does not conform the naming convention anyway.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 10 Aug, 2017 3 commits
-
-
Christopher Aue authored
-
Yukihiro "Matz" Matsumoto authored
Updated AUTHORS
-
vvakame authored
-
- 09 Aug, 2017 7 commits
-
-
Yukihiro "Matz" Matsumoto authored
`flo_hash` implemented `15.2.8.3.18` but `Kernel#hash` (15.3.1.3.15) now works for numbers.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Replaced tabs with spaces
-
Christopher Aue authored
-
Yukihiro "Matz" Matsumoto authored
-