- 21 Mar, 2019 1 commit
-
-
KOBAYASHI Shuji authored
-
- 20 Mar, 2019 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Merge pull request #4333 from shuujii/use-FrozenError-instead-of-RuntimeError-in-frozen-obj-mod-test Use `FrozenError` instead of `RuntimeError` in frozen object modification test
-
Yukihiro "Matz" Matsumoto authored
Use Rake instead of MiniRake on AppVeyor
-
- 19 Mar, 2019 1 commit
-
-
KOBAYASHI Shuji authored
-
- 18 Mar, 2019 1 commit
-
-
KOBAYASHI Shuji authored
1. Reduce build time Build time becomes less than half. In MiniRake, a way of using fiber may not be good. 2. Synchronize standard output No synchronized: mrbtest - Embeddable Ruby Test ........................... Total: 1165 (snip) Time: 1.19 seconds bintest - Command Binary Test ..................... Total: 21 (snip) Time: 0.39 seconds mrbtest - Embeddable Ruby Test ........................... Total: 1165 (snip) Skip: 23 Time: 1.15 seconds (snip) >>> Test cxx_abi <<< >>> Bintest host <<< >>> Test host <<< >>> Test full-debug <<< >>> Bintest cxx_abi <<< Synchronized: >>> Test full-debug <<< mrbtest - Embeddable Ruby Test ........................... Total: 1165 (snip) Time: 1.25 seconds >>> Test host <<< mrbtest - Embeddable Ruby Test ........................... Total: 1165 (snip) Time: 1.16 seconds >>> Bintest host <<< bintest - Command Binary Test ..................... Total: 21 (snip) Time: 0.41 seconds >>> Test cxx_abi <<< mrbtest - Embeddable Ruby Test (snip)
-
- 17 Mar, 2019 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix class/instance variable name validation
-
KOBAYASHI Shuji authored
- `@@?` etc are invalid class variable name. - `@1` etc are invalid instance variable name.
-
- 16 Mar, 2019 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Refine `appveyor.yml`
-
KOBAYASHI Shuji authored
- Add Visual Studio 2017. - Enable `shallow_clone` for saving build time. - Cache extracted WinFlexBison.
-
- 15 Mar, 2019 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
Use `FrozenError` instead of `RuntimeError` in `String#rstrip!`
-
KOBAYASHI Shuji authored
-
Yukihiro "Matz" Matsumoto authored
Fix constant name validation
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 14 Mar, 2019 1 commit
-
-
KOBAYASHI Shuji authored
`X!` etc are invalid constant name.
-
- 13 Mar, 2019 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Do not raise an exception when bintest fail
-
KOBAYASHI Shuji authored
- An exception do not raise when mrbtest fail. - There are no useful informations in exception message and backtrace.
-
Yukihiro "Matz" Matsumoto authored
Fix typo in `AUTHORS` [ci skip]
-
- 12 Mar, 2019 9 commits
-
-
KOBAYASHI Shuji authored
-
Yukihiro "Matz" Matsumoto authored
Reduce `String` creation in `check_(cv|const)_name_sym`
-
Yukihiro "Matz" Matsumoto authored
Fix missing assertions in `mruby-string-ext` test
-
Yukihiro "Matz" Matsumoto authored
-
KOBAYASHI Shuji authored
-
Yukihiro "Matz" Matsumoto authored
Update `AUTHORS` [ci skip]
-
KOBAYASHI Shuji authored
-
Yukihiro "Matz" Matsumoto authored
Rename `MITL` to `LICENSE` in `.yardopts`; ref 67728c15 [ci skip]
-
KOBAYASHI Shuji authored
-
- 11 Mar, 2019 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
KOBAYASHI Shuji authored
-
- 10 Mar, 2019 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Add bintest header
-
KOBAYASHI Shuji authored
-
- 09 Mar, 2019 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Add a missing file for #4314
-
- 08 Mar, 2019 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Allow `enable_bintest` without `enable_test` in build config
-
KOBAYASHI Shuji authored
-
Yukihiro "Matz" Matsumoto authored
Set `GEMNAME` on bintest
-
- 07 Mar, 2019 2 commits
-
-
KOBAYASHI Shuji authored
-
KOBAYASHI Shuji authored
-
- 06 Mar, 2019 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Refer also CXX and CC env vars as linker command in gcc and clang toolchain
-
KOBAYASHI Shuji authored
ref #4292
-
Yukihiro "Matz" Matsumoto authored
Count skip tests
-