ruby / stringio

Pseudo `IO` class from/to `String`.
BSD 2-Clause "Simplified" License
33 stars 26 forks source link

JRuby stringio does not define StringIO::VERSION #57

Closed headius closed 1 year ago

headius commented 1 year ago

This led to failures when specs were updated recently in JRuby by @eregon:

https://github.com/jruby/jruby/actions/runs/5796844530/job/15711235891#step:6:657

Because this error occurs outside the execution of specs, it cannot be tagged or omitted.

I have a pull request coming that will add a stringio/version.rb that would be shared between JRuby and other impls, rather than the C-based constant currently being used.