whitequark / parser

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

warning: parser/current is loading parser/ruby33, which recognizes 3.3.0-dev-compliant syntax, but you are running 3.3.0. #982

Closed dorianmarie closed 6 months ago

dorianmarie commented 6 months ago

I get:

warning: parser/current is loading parser/ruby33, which recognizes 3.3.0-dev-compliant syntax, but you are running 3.3.0.
Please see https://github.com/whitequark/parser#compatibility-with-ruby-mri.

So I was wondering if there is anything I need to do to have 3.3.0-compliant syntax (not 3.3.0-dev), or just wait?

In case I need to wait I think myself and others would like to know when the 3.3.0 parser is out so I felt like an issue tracking this would be helpful

Thanks, Dorian

iliabylich commented 6 months ago

There's only one change that has left but it's also the most tricky one out of all changes in 3.3, it requires quite a massive change to internal state management.

if there is anything I need to do to have 3.3.0-compliant syntax (not 3.3.0-dev), or just wait

Just wait, I'm still getting back from holidays 🎉

iliabylich commented 6 months ago

parser 3.3.0.0 has been released

dorianmarie commented 6 months ago

@iliabylich you dat best ❤️