k0kubun / hamlit

High Performance Haml Implementation
https://rubygems.org/gems/hamlit
Other
981 stars 59 forks source link

TruffleRuby support #144

Closed deepj closed 5 years ago

deepj commented 5 years ago

Currently it's not possible to compile Hamlit under TruffleRuby due to this limitation https://github.com/oracle/truffleruby/blob/master/doc/user/compatibility.md#value-is-a-pointer

Here is an open issue https://github.com/oracle/truffleruby/issues/1600

Is it possible to support TruffleRuby?

k0kubun commented 5 years ago

Implemented. I commented details in https://github.com/oracle/truffleruby/issues/1600#issuecomment-529179185 and https://github.com/oracle/truffleruby/issues/1747.