| "make update-unicode DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make update-download DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make update-rubyspec DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make update-src DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| From https://github.com/ruby/ruby |
| 7960db0..f100c64 master -> origin/master |
| "make after-update DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| In file included from conftest.c:4: |
| /tmp/ruby/src/trunk-repeat20-asserts/version.h:25:39: error: invalid suffix "RUBY_RELEASE_MONTH" on integer constant |
| 25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 |
| | ^~ |
| /tmp/ruby/src/trunk-repeat20-asserts/version.h:23:26: note: in definition of macro 'TOKEN_PASTE' |
| 23 | #define TOKEN_PASTE(x,y) x##y |
| | ^ |
| /tmp/ruby/src/trunk-repeat20-asserts/version.h:29:5: note: in expansion of macro 'ONLY_ONE_DIGIT' |
| 29 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH) |
| | ^~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-repeat20-asserts/version.h:25:39: error: invalid suffix "RUBY_RELEASE_DAY" on integer constant |
| 25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 |
| | ^~ |
| /tmp/ruby/src/trunk-repeat20-asserts/version.h:23:26: note: in definition of macro 'TOKEN_PASTE' |
| 23 | #define TOKEN_PASTE(x,y) x##y |
| | ^ |
| /tmp/ruby/src/trunk-repeat20-asserts/version.h:34:5: note: in expansion of macro 'ONLY_ONE_DIGIT' |
| 34 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY) |
| | ^~~~~~~~~~~~~~ |
| From https://github.com/ruby/rbs |
| * branch 80b50e20e0208e11c806f1ae943a1d758c7ecc3a -> FETCH_HEAD |
| Warning: you are leaving 1 commit behind, not connected to |
| any of your branches: |
| 33813a60 Use valid syntax |
| If you want to keep it by creating a new branch, this may be a good time |
| to do so with: |
| git branch <new-branch-name> 33813a60 |
| HEAD is now at 80b50e20 Require `bundler` explicitly |
| "make miniruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| /tmp/ruby/src/trunk-repeat20-asserts/complex.c: In function 'rb_complex_pow': |
| /tmp/ruby/src/trunk-repeat20-asserts/complex.c:1059:12: warning: 'zi' may be used uninitialized in this function [-Wmaybe-uninitialized] |
| 1059 | return nucomp_s_new_internal(CLASS_OF(self), zr, zi); |
| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-repeat20-asserts/complex.c:1048:15: note: 'zi' was declared here |
| 1048 | VALUE zr, zi; |
| | ^~ |
| /tmp/ruby/src/trunk-repeat20-asserts/complex.c:1059:12: warning: 'zr' may be used uninitialized in this function [-Wmaybe-uninitialized] |
| 1059 | return nucomp_s_new_internal(CLASS_OF(self), zr, zi); |
| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-repeat20-asserts/complex.c:1048:11: note: 'zr' was declared here |
| 1048 | VALUE zr, zi; |
| | ^~ |
| /tmp/ruby/src/trunk-repeat20-asserts/complex.c: At top level: |
| cc1: note: unrecognized command-line option '-Wno-self-assign' may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option '-Wno-parentheses-equality' may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option '-Wno-constant-logical-operand' may have been intended to silence earlier diagnostics |
| "make ruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make all DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make install DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make yes-btest TESTOPTS='-q -j4'" exit with 0. |
| |
| "make yes-test-basic TESTS=--repeat-count=20" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20" exit with 0. |
| Skipping Gem::PackageTask tests. rake not found. |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS=--repeat-count=20" exit with 0. |