We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headius
Learn more about funding links in repositories.
Report abuse
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
bin/jruby -rdigest -e "p Digest.bubblebabble ''" does not work in MRI
bin/jruby -rdigest -e "p Digest.bubblebabble ''"
which is probably fine, but still JRuby should not fail the MRI-way on require 'digest/bubblebabble' even if it does not actually load anything.
require 'digest/bubblebabble'
p.s. bonus points for back-porting #3238 to jruby-1.7
The text was updated successfully, but these errors were encountered:
@kares is it a duplicate of #2955 or is there any difference?
Sorry, something went wrong.
its the same, thanks! ... was just thinking of quick-adding a LOADED-FEATURE entry
@kares no worries! Are you still interested in a back-port to jruby-1_7 branch? :)
@kubum we can always cherry-pick your commit - no worries there
for the record its been backported including previous bubblebabble commits ... expect this in 1.7.22 as well
No branches or pull requests
bin/jruby -rdigest -e "p Digest.bubblebabble ''"
does not work in MRIwhich is probably fine, but still JRuby should not fail the MRI-way on
require 'digest/bubblebabble'
even if it does not actually load anything.p.s. bonus points for back-porting #3238 to jruby-1.7
The text was updated successfully, but these errors were encountered: