Skip to content
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

digest/bubblebabble module is missing #2955

Closed
chrisseaton opened this issue May 18, 2015 · 1 comment
Closed

digest/bubblebabble module is missing #2955

chrisseaton opened this issue May 18, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@chrisseaton
Copy link
Contributor

In MRI, bubblebabble is a separate file, while in JRuby it's in digest.

$ ruby -rdigest/bubblebabble -e "p Digest.bubblebabble 'foo'"
"xinik-zorox"

$ bin/jruby -rdigest/bubblebabble -e "p Digest.bubblebabble 'foo'"
LoadError: no such file to load -- digest/bubblebabble
  require at org/jruby/RubyKernel.java:941
  require at /Users/chrisseaton/Documents/ruby/jruby/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:54

$ bin/jruby -rdigest -e "p Digest.bubblebabble 'foo'"
"xinik-zorox"
@kares
Copy link
Member

kares commented Aug 20, 2015

leaving this open as truffle only (due #3246) - although it seems fixed there as well, please confirm.
non-truffle currently loads bubblebabble method on require 'digest' and digest/bubblebabble delegates

@chrisseaton chrisseaton added this to the truffe milestone Aug 20, 2015
@chrisseaton chrisseaton self-assigned this Aug 20, 2015
@chrisseaton chrisseaton modified the milestones: truffe, truffle-dev Dec 19, 2015
@enebo enebo added this to the Non-Release milestone Dec 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants