|
|
|
|
|
by Yatsui
26 days ago
|
|
Nice work. One thing I didn't see covered: what happens when a #[hsrs::function] panics? Unwinding across the FFI boundary into the Haskell RTS is UB, so I assume there's a catch_unwind somewhere converting it into a Haskell exception, or do panics just abort the process? |
|
I'll put it on the list of things for the next release! Thanks =)