JRuby support
Open
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 73
- Forks
- 40
- Avg merge
- 10h 32m
- Merged PRs (30d)
- 2
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files or tests. Start by comparing the three proposed JRuby integration and packaging approaches, including the existing jzlib implementation; done means one approach is selected and the gem supports JRuby without the current integration ambiguity.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, java, ruby
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100