- 27 Feb, 2019 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Add newline to warning by `mrb_warn()`
-
Yukihiro "Matz" Matsumoto authored
Use `yywarning()` instead of `yywarning_s()` for `MRB_WITHOUT_FLOAT`
-
KOBAYASHI Shuji authored
-
KOBAYASHI Shuji authored
-
- 26 Feb, 2019 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Remove unneeded `=>` in test skip/error messages
-
Yukihiro "Matz" Matsumoto authored
Remove unneeded `const_defined?(:Time)` in `mruby-io` test
-
KOBAYASHI Shuji authored
-
KOBAYASHI Shuji authored
`mruby-time` is included in test dependencies.
-
- 25 Feb, 2019 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Remove explicit set of `DISABLE_GEMS`
-
Yukihiro "Matz" Matsumoto authored
Refine mrbgem name in assertion failure/skip message for core test
-
Yukihiro "Matz" Matsumoto authored
Refactor `src/backtrace.c`
-
KOBAYASHI Shuji authored
- Move calling `mrb_debug_get_filename()` to after `lineno` check. - Remove unneeded array check in `print_backtrace()`. - Add a few `const` qualifier.
-
- 24 Feb, 2019 3 commits
-
-
KOBAYASHI Shuji authored
-
Yukihiro "Matz" Matsumoto authored
Move `Object#dig` to `Struct#dig`
-
Wataru Ashihara authored
This method seems to be mistakenly put into `Object` instead of `Struct` since it's in `struct.rb` and daf83946 says: add #dig to Array,Hash and Struct
-
- 23 Feb, 2019 2 commits
-
-
KOBAYASHI Shuji authored
`DISABLE_GEMS` is automatically set (or unset); ref #790
-
Yukihiro "Matz" Matsumoto authored
Integrate `init_mrbtest.c` to `driver.c` in `mruby-test` mrbgem
-
- 22 Feb, 2019 1 commit
-
-
KOBAYASHI Shuji authored
- `mrbgemtest_init()` is needed if `DISABLE_GEMS` is enabled because core tests are run as part of `mruby-test` mrbgem (moreover, `DISABLE_GEMS` is disabled when `enable_test` is used in build config). - For the same reason `mrb_open_core()` etc for core tests is unneeded.
-
- 21 Feb, 2019 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix typo in `lib/mruby/build/command.rb`
-
Yukihiro "Matz" Matsumoto authored
Refactor exception handling in `assert`
-
KOBAYASHI Shuji authored
-
KOBAYASHI Shuji authored
-
- 20 Feb, 2019 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
`assert_true`/`assert_false` should pass when actual is only `true`/`false`
-
KOBAYASHI Shuji authored
For the following reasons: - Previous behavior is confusable because it's different from test/unit rubygem's `assert_true` - Tests may pass unintentionally in an inappropriate way; ref #4285 #4287
-
- 19 Feb, 2019 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
mrdb: add "info locals" command
-
Yukihiro "Matz" Matsumoto authored
Use more appropriate assertion methods
-
KOBAYASHI Shuji authored
-
kimu_shu authored
-
- 18 Feb, 2019 10 commits
-
-
Yukihiro "Matz" Matsumoto authored
Merge pull request #4284 from shuujii/use-assert_same-instead-of-assert_equal-in-enum-reverse_each-test Use `assert_same` instead of `assert_equal` in `Enumerable#reverse_each` test
-
Yukihiro "Matz" Matsumoto authored
Fix wrong assertion method in some tests
-
KOBAYASHI Shuji authored
-
KOBAYASHI Shuji authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Reorder members in `struct backtrace_location`
-
Yukihiro "Matz" Matsumoto authored
Remove unneeded `memset()` in `src/backtrace.c`
-
KOBAYASHI Shuji authored
`sizeof(struct backtrace_location)` is 24 bytes -> 16 bytes in LP64 data model etc.
-
KOBAYASHI Shuji authored
-
- 17 Feb, 2019 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix destroyed "inline packed symbols" on 32 bit mode with `MRB_WORD_BOXING`
-
Yukihiro "Matz" Matsumoto authored
Refine dependencies for `mruby-config`
-