zlib
zlib copied to clipboard
JRuby support
JRuby has an impl of zlib based on a Java port of libzlib called "jzlib". We need to incorporate our version into this gem in some way (in descending order of tight integration):
- directly merge our extension
- release our own jruby-zlib gem and a zlib -java gem that avoids shipping the C ext and depends on the JRuby version
- release a -java version that does nothing on JRuby
We will put together a PR soon.
👍
In my understanding, Will JRuby team ship jruby-zlib from this repo in the future?
Revisiting this... I just realized some gems have started to depend on zlib, so we need to find a way to get JRuby's zlib support merged in.
Example: https://github.com/ksss/rubocop-on-rbs/issues/101