| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-08-20 | Fixed spell errors in test/t/lang.rb; ref #3199 | Yukihiro "Matz" Matsumoto | |
| 2016-08-20 | Add new test for optimize VM | Miura Hideki | |
| 2016-08-15 | Correct method name | Franck Verrot | |
| 2016-07-14 | Should raise LocalJumpError when no block given | ksss | |
| 2016-06-18 | add test for public_methods(false) | Yasuhiro Matsumoto | |
| 2016-03-24 | remove wrong ISO section from safe navigation test; ref 4c1ce0f6 | Yukihiro "Matz" Matsumoto | |
| 2016-03-23 | add safe-navigation operator tests | Yukihiro "Matz" Matsumoto | |
| 2016-03-07 | Fix doesn't work bintest on :visualcpp toolchain | bggd | |
| 2016-01-27 | protect NoMethodError from calling to_hash in replace | Sayed Abdelhaleem | |
| 2016-01-11 | Merge pull request #3080 from kou/fix-class-variable-in-module | Yukihiro "Matz" Matsumoto | |
| Fix class variable reference in module | |||
| 2016-01-11 | Fix class variable reference in module | Kouhei Sutou | |
| Fix #3079 | |||
| 2015-12-31 | __t_printstr__ may not be available for tests | Yukihiro "Matz" Matsumoto | |
| 2015-12-30 | simpler t_print | Yukihiro "Matz" Matsumoto | |
| 2015-12-29 | Skip backtrace related tests when backtrace isn't available | Kouhei Sutou | |
| 2015-12-29 | Support backtrace after method calls | Kouhei Sutou | |
| GitHub: fix #2902, #2917 The current implementation traverses stack to retrieve backtrace. But stack will be changed when some operations are occurred. It means that backtrace may be broken after some operations. This change (1) saves the minimum information to retrieve backtrace when exception is raised and (2) restores backtrace from the minimum information when backtrace is needed. It reduces overhead for creating backtrace Ruby objects. The space for the minimum information is reused by multiple exceptions. So memory allocation isn't occurred for each exception. | |||
| 2015-12-17 | Fix "ambiguous first argument" warning | Zachary Scott | |
| 2015-11-18 | Bugfix nagative-number lshift() bit overflow | murase_syuka | |
| 2015-11-18 | Bugfix lshift() bit overflow; close #3023 | murase_syuka | |
| 2015-11-17 | mruby-1.2.01.2.0 | mimaki | |
| 2015-11-09 | fail to debuild | Akira Mitsui | |
| 2015-11-06 | fix ambiguous first argument warning | cremno | |
| /home/travis/build/mruby/mruby/test/t/float.rb:201:17: ambiguous first argument; put parentheses or even spaces | |||
| 2015-10-01 | clarify asserts to UTF-8 test suites; ref #2971 | Yukihiro "Matz" Matsumoto | |
| 2015-10-01 | Merge pull request #2971 from mattn/utf8-chop | Yukihiro "Matz" Matsumoto | |
| chop with utf-8. fix #2967 | |||
| 2015-09-30 | fix tests on windows. | Yasuhiro Matsumoto | |
| 'bin/mruby' not work on windows. so correct command name and quoted arguments. | |||
| 2015-09-30 | fix tests | Yasuhiro Matsumoto | |
| 2015-09-29 | chop with utf-8. fix #2967 | Yasuhiro Matsumoto | |
| 2015-09-24 | UTF-8 string support in core | Yukihiro "Matz" Matsumoto | |
| define MRB_UTF8_STRING (in mrbconf.h) to enable UTF-8 support. | |||
| 2015-09-23 | String#rindex should no longer take integer argument | Yukihiro "Matz" Matsumoto | |
| 2015-09-16 | support String#[]= with 3 args | takahashim | |
| 2015-09-10 | add Hash#rehash to handle key modification; ref #2945 | Yukihiro "Matz" Matsumoto | |
| 2015-09-04 | Merge branch 'module-prepend' of https://github.com/polyfox/mruby into ↵ | Yukihiro "Matz" Matsumoto | |
| polyfox-module-prepend | |||
| 2015-09-03 | Merge pull request #2924 from zzak/mruby-test | Yukihiro "Matz" Matsumoto | |
| Extract mrbtest to binary gem | |||
| 2015-09-02 | Integer << and >> to use Float instead of raising RangeError | Yukihiro "Matz" Matsumoto | |
| 2015-09-02 | Make travis happy | Zachary Scott | |
| We have do this because mruby's test files are found using MRUBY_ROOT, like this: mrbs = Dir.glob("#{MRUBY_ROOT}/test/t/*.rb") | |||
| 2015-09-02 | Float << and >> should be more compatible to Fixnum | Yukihiro "Matz" Matsumoto | |
| 2015-08-31 | run bintests within subfolders of bintest/ | Terence Lee | |
| 2015-08-27 | Add String#freeze test | Jun Hiroe | |
| 2015-08-22 | Move test source code and rake task to mrbgem | Zachary Scott | |
| 2015-07-13 | Clean up tests | Blaž Hrastnik | |
| 2015-07-13 | assert() cannot be nested | Blaž Hrastnik | |
| 2015-07-13 | Set origin when doing kind_of? comparisons | Blaž Hrastnik | |
| 2015-07-13 | Enable test_prepend_module_ancestors because it seems to pass. | Blaž Hrastnik | |
| 2015-07-13 | Space out test_prepend_super_in_alias assert | Corey Powell | |
| Also tried to fix it, however the problem lies with how aliased methods are done and their internal structure. mruby simply aliases methods by grabbing the RProc and giving it a new name, super then determines the original method to call by using the name so a method called m, aliased as m2, will call the m2 super method instead of m | |||
| 2015-07-13 | Enable visibility prepend tests again | Blaž Hrastnik | |
| 2015-07-13 | Ported all MRI prepend tests | Corey Powell | |
| And of course, some of them fail miserably | |||
| 2015-07-13 | Removed some debug prints from the test | Corey Powell | |
| 2015-07-13 | Ported a bit more of the MRI Module#prepend tests over | Corey Powell | |
| Currently kind_of fails miserably, still looking for the reason | |||
| 2015-07-13 | Rename classes because of conflicts | Blaž Hrastnik | |
| 2015-07-13 | Implement Module#prepend. | Blaž Hrastnik | |
| 2015-06-22 | fix arity of lambdas with optional arguments | cremno | |
| From the CRuby 2.2.2 Proc#arity documentation: If the block has optional arguments, returns -n-1, where n is the number of mandatory arguments, with the exception for blocks that are not lambdas and have only a finite number of optional arguments; in this latter case, returns n. | |||
