whitequark / parser

A Ruby parser.
Other
1.57k stars 197 forks source link

ruby/ruby@596db9c #963

Closed iliabylich closed 4 months ago

iliabylich commented 8 months ago

https://github.com/ruby/ruby/commit/596db9c1f486d6609a4e97d82c8c71b54609fb6f

Earlopain commented 4 months ago

This has been backported to 3.3 in https://github.com/ruby/ruby/commit/2a84aaf4a8c8d6d6bbb09416711922532b0033fe (don't mind the wrong commit title)

iliabylich commented 4 months ago

It's been a while since Ruby devs made grammar changes in patch version bumps and I actually thought they started following SemVer 😄.

Thanks, noted. The next release of parser must have this change in ruby33.y

Earlopain commented 4 months ago

This thing is pretty unfortunate in that the bug has been introduced after the last 3.3 preview was released. I'm just glad that finally a new patch version was made.