ruby--ruby/.github/workflows
yui-knk f7db1affd1 Set default %printer for NODE nterms
Before:

```
Reducing stack by rule 639 (line 5062):
   $1 = token "integer literal" (1.0-1.1: 1)
-> $$ = nterm simple_numeric (1.0-1.1: )
```

After:

```
Reducing stack by rule 641 (line 5078):
   $1 = token "integer literal" (1.0-1.1: 1)
-> $$ = nterm simple_numeric (1.0-1.1: NODE_LIT)
```

`"<*>"` is supported by Bison 2.3b (2008-05-27) or later.
https://git.savannah.gnu.org/cgit/bison.git/commit/?id=12e3584054c16ab255672c07af0ffc7bb220e8bc

Therefore developers need to install Bison 2.3b+ to build ruby from
source codes if their Bison is older.

Minimum version requirement for Bison is changed to 3.0.

See: https://bugs.ruby-lang.org/issues/19068 [Feature #19068]
2022-11-08 12:30:03 +09:00
..
auto_request_review.yml Disable dependabot for auto-request-review for now 2022-10-16 22:47:49 -07:00
baseruby.yml Use ruby/action-slack@v3.0.0 and ref_name (#6633) 2022-10-25 17:53:08 -07:00
bundled_gems.yml Allow run bundled_gems manually [ci skip] 2022-10-16 18:31:08 +09:00
check_dependencies.yml Use ruby/action-slack@v3.0.0 and ref_name (#6633) 2022-10-25 17:53:08 -07:00
check_misc.yml Use ruby/action-slack@v3.0.0 and ref_name (#6633) 2022-10-25 17:53:08 -07:00
cirrus-notify.yml Fix the url of Cirrus failure notifications [ci skip] 2022-10-26 13:52:07 -07:00
codeql-analysis.yml Run only daily schedule because CodeQL provides a lot of false-positive results for Ruby code 2022-11-03 07:27:11 +09:00
compilers.yml Use ruby/action-slack@v3.0.0 and ref_name (#6633) 2022-10-25 17:53:08 -07:00
macos.yml Set default %printer for NODE nterms 2022-11-08 12:30:03 +09:00
mingw.yml Try -fstack-protector-strong on MinGW 2022-10-30 19:16:09 +09:00
mjit-bindgen.yml Use ruby/action-slack@v3.0.0 and ref_name (#6633) 2022-10-25 17:53:08 -07:00
mjit.yml Use ruby/action-slack@v3.0.0 and ref_name (#6633) 2022-10-25 17:53:08 -07:00
spec_guards.yml Run spec_guards only when spec files changed [ci skip] 2022-10-30 17:13:15 +09:00
ubuntu.yml Use ruby/action-slack@v3.0.0 and ref_name (#6633) 2022-10-25 17:53:08 -07:00
wasm.yml Ignore manual files only commits [ci skip] 2022-10-18 17:44:31 +09:00
windows.yml Use ruby/action-slack@v3.0.0 and ref_name (#6633) 2022-10-25 17:53:08 -07:00
yjit-ubuntu.yml YJIT: Test --yjit-verify-ctx on GitHub Actions as well (#6639) 2022-10-26 18:20:33 -04:00