-
-
Notifications
You must be signed in to change notification settings - Fork 4
Add support for Ruby 2.7.0 #32
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
Conversation
Asked a question upstream at haml/haml#1085. |
If we can always assume that the parser will be available in haml 6.x, then my latest commit should get things passing again. It bumps the Gemfile to require haml 6.x and then simplifies the code/tests to remove that check. |
Ahh I'd like to support Haml 5 still. Can you check if the method is defined with |
Also feel free to convert this to a regular PR not a draft, this is good. Also thank you for fixing the CI on all this stuff. |
This reverts commit caf213b. We can continue using the existing method in haml 6.0.1 per haml/haml#1085.
Thanks to upstream change in haml 6.0.1 per haml/haml#1085, we should be able to continue using the existing API, so reverted my last commit. |
Unit tests are now passing locally for me. |
I think you might need to publish a new release for this as well, 1.3.3 is on main but not on rubygems. |
Same as ruby-syntax-tree/syntax_tree-rbs#34 which is the same as ruby-syntax-tree/syntax_tree#148. I'm really having the time of my life fixing CI this month.