Closed eregon closed 11 months ago
@kou All done now.
@nobu Thanks for merging and the changelog entry! Could you make a release or should @kou do that?
Released!
Thank you for releasing the stringio 3.1.0! https://rubygems.org/gems/stringio
Thanks for the release. For some reason it seems RubyGems & Bundler can't use 3.1.0 yet, maybe some caching issue? I filed https://github.com/rubygems/rubygems/issues/7202
The approach is similar to the one in strscan, notably:
TruffleRuby is not added in CI because there are quite a few failures:
It makes more sense to fix https://github.com/oracle/truffleruby/blob/master/lib/truffle/stringio.rb to pass more of the tests before adding TruffleRuby to the CI.
Note that
gem install stringio
and anyGemfile
transitively includingstringio
is broken on truffleruby-dev until this is merged and released. So it would be awesome if we could have a quick release ofstringio
with this fix.