Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Ruby 3.4's it keyword #401

Open
amomchilov opened this issue Jan 13, 2025 · 0 comments
Open

Support Ruby 3.4's it keyword #401

amomchilov opened this issue Jan 13, 2025 · 0 comments
Labels

Comments

@amomchilov
Copy link

... once upstream Sorbet starts supporting it. sorbet#8375

#228 configured Prism to parse in Ruby 3.3 mode:

// The version of Ruby syntax that we're parsing with Prism. This determines what syntax is supported or not.
static constexpr std::string_view ParsedRubyVersion = "3.3.0";

We'll need to update that to 3.4 (reference), then update the translation layer to match Sorbet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant