-
Notifications
You must be signed in to change notification settings - Fork 88
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
Documentation: How to use the pure Ruby version of racc #272
Comments
It looks like this currently falls back to the pure-Ruby version only if the extension (JRuby or CRuby) does not load: Lines 189 to 214 in 2c5a142
I think we would need some additional code to allow users to opt into the pure-Ruby version or opt out of loading the extensions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It says in https://railsatscale.com/2023-08-29-ruby-outperforms-c/
But I don't see documentation about how to choose to use the pure ruby variant of racc instead of the c-extension version, could that be added somewhere?
The text was updated successfully, but these errors were encountered: