ruby--ruby/.github
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
..
codeql CodeQL slowness on syntax_suggest fixed at 2.10.5 2022-10-02 18:36:45 +09:00
workflows Set default %printer for NODE nterms 2022-11-08 12:30:03 +09:00
SECURITY.md
auto_request_review.yml Tweak the glob for auto_request_review 2022-09-13 10:24:35 +09:00
dependabot.yml Disable dependabot for auto-request-review for now 2022-10-16 22:47:49 -07:00