| Age | Commit message (Collapse) | Author |
|
|
|
|
|
ref: https://github.com/mruby/mruby/pull/4296#discussion_r261868710
|
|
|
|
|
|
|
|
Refactor exception handling in `assert`
|
|
|
|
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
|
|
Include the following changes too:
- Extract part of logic with block to a method
- Use `var ||= ...` instead of `var = ... unless var`
- Unify using parentheses for `t_print`
- Change methods order
|
|
|
|
|
|
|
|
We can see gem name in skip message by this fix
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
objects for each type
|
|
GEM wasn't included.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|