Hi Ben et al,

I found it not paying nice (possibly not playing nice _anymore_) with the native exceptions chicken provides.

The fix is simple, add these two lines to srfi-34 module:

(use (prefix srfi-34 s34:))
(mutate-procedure!
with-exception-handler
(lambda (forget-it) s34:with-exception-handler))

Best

/Jörg
....

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to