zlib icon indicating copy to clipboard operation
zlib copied to clipboard

JRuby support

Open headius opened this issue 3 years ago • 2 comments

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.

headius avatar Jan 26 '22 23:01 headius

👍

In my understanding, Will JRuby team ship jruby-zlib from this repo in the future?

hsbt avatar Jan 27 '22 02:01 hsbt

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

headius avatar Apr 25 '25 14:04 headius