You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I want to use rb_enc_interned_str_cstr but it seems like that function isn't available on Truffle Ruby so our build fails. Would it be possible to implement that please?
Thanks.
The text was updated successfully, but these errors were encountered:
Thanks, we'll add it soon.
However I see https://github.com/sparklemotion/sqlite3-ruby/actions/runs/7647176710/job/20837558139?pr=486 uses the latest release and not truffleruby-head, so you might either want to switch to truffleruby-head in that CI (or wait the next release) or use have_func to check if it's available + fallback (e.g. rb_str_new* + rb_funcall(str, "-@") (rb_fstring is unfortunately not public although TruffleRuby does implement it).
have_func to check if it's available + fallback (e.g. rb_str_new* + rb_funcall(str, "-@") (rb_fstring is unfortunately not public although TruffleRuby does implement it).
Hi, I want to use rb_enc_interned_str_cstr but it seems like that function isn't available on Truffle Ruby so our build fails. Would it be possible to implement that please?
Thanks.
The text was updated successfully, but these errors were encountered: