-
Notifications
You must be signed in to change notification settings - Fork 194
Closed
Labels
Milestone
Description
Had this error come up in CI while was writing my own Erlang ETF parser for Ruby.
I tested locally against truffleruby 24.2.0-dev-0e05bfe4, like ruby 3.2.4, Oracle GraalVM JVM [x86_64-linux]
and had the same error.
It appears to be defined here
long rb_str_strlen(VALUE str); |
but does not have a matching implementation in TruffleRuby's string.c