We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
StringIO.set_encoding_by_bom()
Some of our code makes use of this method: https://ruby-doc.org/3.2.2/exts/stringio/StringIO.html#method-i-set_encoding_by_bom
This fails in our test suite when running TruffleRuby 24.0.2
NoMethodError: undefined method `set_encoding_by_bom' for #<StringIO:0x848638>
This does not appear to be implemented in Truffleruby butset_encoding is :
set_encoding
truffleruby/lib/truffle/stringio.rb
Line 203 in 3cd4224
(As a sidenote: Love what you guys are doing with TruffleRuby; excited for the future)
TruffleRuby
The text was updated successfully, but these errors were encountered:
Thank you for the report, we'll look into it.
Sorry, something went wrong.
Fixed in 61396dc.
andrykonchin
No branches or pull requests
Some of our code makes use of this method: https://ruby-doc.org/3.2.2/exts/stringio/StringIO.html#method-i-set_encoding_by_bom
This fails in our test suite when running TruffleRuby 24.0.2
This does not appear to be implemented in Truffleruby but
set_encoding
is :truffleruby/lib/truffle/stringio.rb
Line 203 in 3cd4224
(As a sidenote: Love what you guys are doing with
TruffleRuby
; excited for the future)The text was updated successfully, but these errors were encountered: