Open palkan opened 2 days ago
I've bisected the second problem (digest): https://github.com/ruby/ruby/commit/0619312bb53cb64dedbfbf30eafd3a708b72588e
Thanks! I've made patches for those issues: https://github.com/ruby/tempfile/pull/38, https://github.com/ruby/digest/pull/71
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:
This commit broke loading tempfile.rb: https://github.com/ruby/ruby/commit/136cbf04419acf993357701e54712f921a294355
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
: https://github.com/ruby/digest/pull/71Worked fine in 3.3.