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

Fix compiler to work without deprecation on ruby 2.4 #885

Merged
merged 1 commit into from Sep 23, 2016

Conversation

jeremyevans
Copy link
Contributor

Forwardable in ruby 2.4 prints a deprecation warning if forwarding
to a private method (preview2 actually raises an exception).
Haml::Engine forwards precompiled_method_return_value to
Haml::Compiler, so the easiest way to fix this is to make
Haml::Compiler#precompiled_method_return_value public.

Forwardable in ruby 2.4 prints a deprecation warning if forwarding
to a private method (preview2 actually raises an exception).
Haml::Engine forwards precompiled_method_return_value to
Haml::Compiler, so the easiest way to fix this is to make
Haml::Compiler#precompiled_method_return_value public.
@amatsuda
Copy link
Member

@jeremyevans Yes, I'm also seeing this on my apps. Thank you for the fix!

@amatsuda amatsuda merged commit 1f7a3b5 into haml:master Sep 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants