You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
require"digest/sha1"#=> <internal:/usr/local/lib/ruby/3.4.0+0/rubygems/core_ext/kernel_require.rb>:136:in 'Kernel#require': rb_digest_wrap_metadata not found (LoadError)
<internal:/usr/local/lib/ruby/3.4.0+0/rubygems/core_ext/kernel_require.rb>:136:in'Kernel#require'eval:3:in'<main>'
-e:in'Kernel.eval'
Worked fine in 3.3.
The text was updated successfully, but these errors were encountered:
palkan
changed the title
Ruby head: tempfile vs. /dev/null
Ruby Head compatibility
Nov 14, 2024
wow this is awesome, any news about when a new release can be cut for head? I noticed that "https://cdn.jsdelivr.net/npm/@ruby/ruby-head-wasm-wasi/dist/ruby-head-wasm-wasi.wasm" is still pointing at 3.3
I'm actively experimenting with the head Ruby builds (mostly due to #555) and collecting some compatibility
issues compared to 3.3 release here.
Gem/lib versions:
IO::NULL
for feature detection tempfile#38This commit broke loading tempfile.rb: ruby/ruby@136cbf0
Not sure how to properly handle
/dev/null
in Wasm, though; maybe, we should returnnil
forIO::NULL
and check for nil-ness whenever it's used 🤔digest/sha1
: Fix loading of digest ext libraries with--with-static-linked-ext
digest#71Worked fine in 3.3.
The text was updated successfully, but these errors were encountered: