-
-
Notifications
You must be signed in to change notification settings - Fork 137
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 2.4 frozen string literals #118
Comments
Loofah tests now pass; remaining failures need support from Crass. Will open a PR to that project. |
See rgrove/crass#3 to monitor progress. Closing this ticket. |
Actually, reopening so that once Crass supports this option, I can bake it into Loofah's tests. |
OK - revisiting this, all tests pass locally when run with |
as of 7a10151, there are 605 errors when running tests with
RUBYOPT="--enable-frozen-string-literal --debug=frozen-string-literal"
Acceptance criteria:
The text was updated successfully, but these errors were encountered: