Skip to content

Refactored error handling

Compare
Choose a tag to compare
@iraikov iraikov released this 26 Oct 14:18
· 13 commits to master since this release

This release introduces a Scheme-level routine to handle exceptions, as it turns out the C-level exception handler was unsafe for GC. Thanks to alicemaz for reporting.