KOBAYASHI Shuji
|
bc321ece4c
|
Use Rake instead of MiniRake on AppVeyor
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)
|
2019-03-18 14:25:24 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
f8b17d1ec4
|
Merge pull request #4331 from shuujii/fix-class-instance-variable-name-validation
Fix class/instance variable name validation
|
2019-03-17 18:38:06 +09:00 |
|
KOBAYASHI Shuji
|
b588e5a5b7
|
Fix class/instance variable name validation
- `@@?` etc are invalid class variable name.
- `@1` etc are invalid instance variable name.
|
2019-03-17 16:58:31 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
15b6499c8b
|
Merge pull request #4330 from shuujii/refine-appveyor.yml
Refine `appveyor.yml`
|
2019-03-16 20:30:07 +09:00 |
|
KOBAYASHI Shuji
|
1809fb755a
|
Refine appveyor.yml
- Add Visual Studio 2017.
- Enable `shallow_clone` for saving build time.
- Cache extracted WinFlexBison.
|
2019-03-16 13:37:52 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
e9b1f14cdc
|
Merge pull request #4329 from shuujii/use-FrozenError-instead-of-RuntimeError
Use `FrozenError` instead of `RuntimeError` in `String#rstrip!`
|
2019-03-15 23:18:19 +09:00 |
|
KOBAYASHI Shuji
|
cd4daf78ec
|
Use FrozenError instead of RuntimeError in String#rstrip!
|
2019-03-15 22:49:40 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
a1e1201148
|
Merge pull request #4328 from shuujii/fix-constant-name-validation
Fix constant name validation
|
2019-03-15 21:19:48 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
298807fa4e
|
Avoid using infinite binary floating point numbers in tests.
|
2019-03-15 15:25:43 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
63b8f5cf57
|
Use fmt_fp() for portable float representation.
|
2019-03-15 15:25:43 +09:00 |
|
KOBAYASHI Shuji
|
16b1b2978e
|
Fix constant name validation
`X!` etc are invalid constant name.
|
2019-03-14 23:09:05 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
63124bf633
|
Merge pull request #4327 from shuujii/do-not-raise-an-exception-when-bintest-fail
Do not raise an exception when bintest fail
|
2019-03-13 22:30:08 +09:00 |
|
KOBAYASHI Shuji
|
c3122c887a
|
Do not raise an exception when bintest fail
- An exception do not raise when mrbtest fail.
- There are no useful informations in exception message and backtrace.
|
2019-03-13 22:04:14 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
ad0a8888f3
|
Merge pull request #4326 from shuujii/fix-typo-in-AUTHORS
Fix typo in `AUTHORS` [ci skip]
|
2019-03-13 09:06:18 +09:00 |
|
KOBAYASHI Shuji
|
29951a6d07
|
Fix typo in AUTHORS [ci skip]
|
2019-03-13 07:56:32 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
1d38c1f307
|
Merge pull request #4322 from shuujii/reduce-String-creation-in-checking-name
Reduce `String` creation in `check_(cv|const)_name_sym`
|
2019-03-12 23:48:48 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
d2c325d08a
|
Merge pull request #4325 from shuujii/fix-missing-assertions-in-mruby-string-ext-test
Fix missing assertions in `mruby-string-ext` test
|
2019-03-12 23:48:03 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
07b9a10c06
|
Update the description at the head of AUTHORS; ref #4324
|
2019-03-12 23:36:26 +09:00 |
|
KOBAYASHI Shuji
|
e3b339bec6
|
Fix missing assertions in mruby-string-ext test
|
2019-03-12 21:47:33 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
adfb25ab13
|
Merge pull request #4324 from shuujii/update-AUTHORS
Update `AUTHORS` [ci skip]
|
2019-03-12 21:21:25 +09:00 |
|
KOBAYASHI Shuji
|
fc96dbcac6
|
Update AUTHORS [ci skip]
|
2019-03-12 09:46:29 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
46e4524566
|
Merge pull request #4323 from shuujii/rename-MITL-to-LICENSE
Rename `MITL` to `LICENSE` in `.yardopts`; ref 67728c1 [ci skip]
|
2019-03-12 09:27:04 +09:00 |
|
KOBAYASHI Shuji
|
e2976172c5
|
Rename MITL to LICENSE in .yardopts; ref 67728c1 [ci skip]
|
2019-03-12 09:21:43 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
67728c1576
|
Rename MITL to LICENSE to conform GitHub convention.
|
2019-03-12 07:54:38 +09:00 |
|
KOBAYASHI Shuji
|
425e6e0ffb
|
Reduce String creation in check_(cv|const)_name_sym
|
2019-03-11 17:26:19 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
fba8ecf55c
|
Merge pull request #4321 from shuujii/add-bintest-header
Add bintest header
|
2019-03-10 23:51:03 +09:00 |
|
KOBAYASHI Shuji
|
7d1a8d3f8e
|
Add bintest header
|
2019-03-10 21:46:24 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
6a0ae792df
|
Merge pull request #4316 from shuujii/add-a-missing-file-for-4314
Add a missing file for #4314
|
2019-03-09 10:19:32 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
d27808ef82
|
Merge pull request #4319 from shuujii/allow-enable_bintest-without-enable_test
Allow `enable_bintest` without `enable_test` in build config
|
2019-03-08 23:05:05 +09:00 |
|
KOBAYASHI Shuji
|
441c964716
|
Allow enable_bintest without enable_test in build config
|
2019-03-08 22:00:06 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
4fb3edce11
|
Merge pull request #4318 from shuujii/set-GEMNAME-on-bintest
Set `GEMNAME` on bintest
|
2019-03-08 12:22:24 +09:00 |
|
KOBAYASHI Shuji
|
968e3b9400
|
Set GEMNAME on bintest
|
2019-03-07 22:16:47 +09:00 |
|
KOBAYASHI Shuji
|
f6326803c7
|
Add a missing file for #4314
|
2019-03-07 21:36:54 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
bf922c9f7a
|
Merge pull request #4315 from shuujii/refer-also-CXX-and-CC-env-vars-as-linker-command
Refer also CXX and CC env vars as linker command in gcc and clang toolchain
|
2019-03-06 22:26:34 +09:00 |
|
KOBAYASHI Shuji
|
e2bb5ce079
|
Refer also CXX and CC env vars as linker command in gcc and clang toolchain
ref #4292
|
2019-03-06 20:42:31 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
06e07cbcd8
|
Merge pull request #4314 from shuujii/count-skip-test
Count skip tests
|
2019-03-06 19:54:37 +09:00 |
|
KOBAYASHI Shuji
|
650ca7da17
|
Count skip tests
|
2019-03-05 19:53:25 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
06dae1a9b6
|
Merge pull request #4313 from shuujii/extract-similar-code-fragment-to-method-in-src-class.c
Extract similar code fragment to method in `src/class.c`
|
2019-03-04 21:57:37 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
f82e11a7ed
|
Merge pull request #4312 from shuujii/GEMNAME-is-undefined-in-bintest
`GEMNAME` is undefined in bintest
|
2019-03-04 06:48:31 +09:00 |
|
KOBAYASHI Shuji
|
ee537eceee
|
GEMNAME is undefined in bintest
ref: https://github.com/mruby/mruby/pull/4296#discussion_r261868710
|
2019-03-04 00:18:54 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
d1cdb9ef75
|
Merge pull request #4311 from shuujii/simplify-MRubyTestSkip-in-test-assert.rb
Simplify `MRubyTestSkip` in `test/assert.rb`
|
2019-03-03 23:22:23 +09:00 |
|
KOBAYASHI Shuji
|
376dd992f1
|
Extract similar code fragment to method in src/class.c
|
2019-03-03 20:45:44 +09:00 |
|
KOBAYASHI Shuji
|
c6b8106924
|
Simplify MRubyTestSkip in test/assert.rb
|
2019-03-03 18:58:11 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
83a1df3785
|
Merge pull request #4309 from shuujii/fix-missing-assertion-in-test-t-class.rb
Fix missing assertion in `test/t/class.rb`
|
2019-03-02 21:14:41 +09:00 |
|
KOBAYASHI Shuji
|
729ab86d49
|
Fix missing assertion in test/t/class.rb
|
2019-03-02 18:55:02 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
ad45f51caf
|
Remove unused gem.bin= method; close #4271
|
2019-03-02 15:57:39 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
af51119d3a
|
Raise error on failed comparison in sort; ref #4307
|
2019-03-02 15:46:50 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
73091ab202
|
Do not apply mrb_ptr() to immediate objects; fix #4307
|
2019-03-02 15:45:15 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
ca0dcbb226
|
Free struct mrb_time before error; fix #4308
To avoid memory leak from `time_update_datetime`.
|
2019-03-02 14:13:06 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
e5649eba70
|
Remove useless regression tests; ref #4306
|
2019-03-02 14:01:52 +09:00 |
|