MSP-Greg / ruby

The Ruby Programming Language
https://www.ruby-lang.org/
Other
0 stars 1 forks source link

ruby_3_2 and bison #18

Open MSP-Greg opened 9 months ago

MSP-Greg commented 9 months ago

@nagachika

Sorry for the ping here, but wasn't sure pinging everyone in ruby was needed. Saw the issue with Chocolatey bison in the last commit/backport run in ruby_3_2.

As you you've probably seen, ruby head is no longer using bison. That fix can be backported, or the MSYS2 bison version also works. I've used it in ruby-loco for the mswin build for quite a while.

I've got patch for the ruby/ruby windows workflow, see https://github.com/MSP-Greg/ruby/commit/1aa4b5002e36693781bfb09140627d8e6ef4f786

CI run for it is at https://github.com/MSP-Greg/ruby/actions/runs/7072007748.

nagachika commented 9 months ago

@MSP-Greg Thank you for your attention to the stable branch CI! Since migrating to Lrama is a too big change to backport into stable branches, I will try to adopt your patch to use MSYS2 bison in GHA. Thanks again.

MSP-Greg commented 9 months ago

Since migrating to Lrama

I wasn't sure, but I assumed as much. I did PR's in both ruby/ruby & ruby/actions for the snapshots.

Thanks, Greg

MSP-Greg commented 9 months ago

@nagachika

Good day. Looks like ruby_3_2 is stable in all CI. Thanks for your help.

A question I hate to ask. Ruby 3.2.2 was patch 53, ruby_3_2 is at 136. Do you have any estimated timeframe for Ruby 3.2.3 release?

Happy Holidays!

Greg