Re: Bison 3.5 - y.tab.c generates compiler warnings
Andy Fiddaman <[email protected]>
| Newsgroups | gmane.comp.parsers.bison.bugs |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 1 Jan 2020, Akim Demaille wrote: ; Hi Andy, ; ; > Le 31 d?c. 2019 ? 23:15, Andy Fiddaman <[email protected]> a ?crit : ; > ; > The test suite results for 3.5 are archived here: ; > ; > https://github.com/omniosorg/omnios-build/blob/master/build/bison/testsuite.log ; ; Great! ; ; I see that some tests were skipped (https://github.com/omniosorg/omnios-build/blob/90e33b51be5c25c08a68696a29f0e2cb0b344786/build/bison/testsuite.log#L600). I would be very interested in reading the corresponding log file (tests/testsuite.dir/485/testsuite.log). It was just being skipped because there was no 'ruby' on the build system. I've raised a PR (against OmniOS) to fix that and tests 483-489 now pass. https://github.com/omniosorg/omnios-build/pull/1698 Amdy