oracle / truffleruby

A high performance implementation of the Ruby programming language, built on GraalVM.
https://www.graalvm.org/ruby/
Other
3.02k stars 185 forks source link

Digest::RMD160 is missing #2593

Open postmodern opened 2 years ago

postmodern commented 2 years ago

Digest::RMD160 appears to be missing?

Steps To Reproduce

truffleruby -r digest -e 'p Digest::RMD160'

Expected Result

Digest::RMD160

Actual Result

-e:1:in `const_missing': uninitialized constant Digest::RMD160 (NameError)
    from -e:1:in `<main>'
eregon commented 2 years ago

Thanks for the report. Interesting, I've never heard about this Digest algorithm before.

dogweather commented 2 years ago

I get this error, installing my Rails gems:

NameError: uninitialized constant Digest::MD5

Related?

eregon commented 2 years ago

@dogweather No, that's most likely https://github.com/oracle/truffleruby/issues/2577 and that's solved on master/dev builds.