-
Notifications
You must be signed in to change notification settings - Fork 13
drop gettext from jruby gems #98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
this gem was likely added to support the (brief) module localization effort, in addition to fast_gettext, but it's probably unused by now
00b0f0e to
79ded84
Compare
|
FWIW I added this patch in the Debian puppetserver package: https://sources.debian.org/src/puppetserver/8.7.0-6/debian/patches/drop-gettext.patch |
ekohl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a merge conflict. Mind rebasing?
I also did some digging. There used to be a dependency on gettext-setup which pulled in gettext but since OpenVoxProject/openvox@53aa50a this is no longer a thing.
|
I build this locally: And afterwards I still see the gem: |
|
Edit: this in fact works. Output from a build from main: gettext is available in both cases. But on main it's coming from Do we consider the list of gems a stable API? Is it a breaking change if we remove gems? Is that something we should discuss on the mailinglist or just write into the release notes? |
I'd expect it not to be present anymore. Which package actually owns that?
That is a good question. |
this gem was likely added to support the (brief) module localization effort, in addition to fast_gettext, but it's probably unused by now
see also puppetlabs/r10k#1407