| "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 |
| 9726736..40bf898 master -> origin/master |
| "make after-update DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make miniruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| warning: unused variable: `start_addr` |
| --> /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/asm/mod.rs:359:39 |
| | |
| 359 | pub fn remove_comments(&mut self, start_addr: CodePtr, end_addr: CodePtr) { |
| | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_start_addr` |
| | |
| = note: `#[warn(unused_variables)]` on by default |
| warning: unused variable: `end_addr` |
| --> /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/asm/mod.rs:359:60 |
| | |
| 359 | pub fn remove_comments(&mut self, start_addr: CodePtr, end_addr: CodePtr) { |
| | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_end_addr` |
| warning: 2 warnings emitted |
| "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. |
| "make yes-test-rubyspec TESTS=--repeat-count=20" exit with 0. |
| $ /tmp/ruby/build/trunk-repeat20-asserts/miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat20-asserts --extout=.ext -- /tmp/ruby/src/trunk-repeat20-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat20-asserts/spec/default.mspec |