Closed aliismayilov closed 4 years ago
To resolve most of the above problems without waiting for haml-parser.gem, I can work on automating Haml parser/test synchronization to this repository, which should be done regardless of this PR.
If you agree with the above comments, I can take over this work from you. Please let me know if you like it.
To resolve most of the above problems without waiting for haml-parser.gem, I can work on automating Haml parser/test synchronization to this repository, which should be done regardless of this PR.
If you agree with the above comments, I can take over this work from you. Please let me know if you like it.
Yep, I agree with the comments. Feel free to take over :)
I completed the automation at https://github.com/k0kubun/hamlit/pull/163 and added a minor modification to this branch. Now it's ready to be merged. Thank you!
Once this PR is merged, it should be "safe" to use this gem in a project with "RUBYOPT=--enable-frozen-string-literal", where the strings will be treated as frozen literals by default.