Kernel#require should transparently pass through raised Exceptions
Closed this issue · 0 comments
lopopolo commented
The Rust implementation of Kernel#require
wraps exceptions raised by eval in a RuntimeError
. It should reraise transparently.
This test will fail once this is fixed: