IRC channel logs
2026-03-07.log
back to list of logs
<yarl>Is raise-exception with #:continuable?=#f the same as with <yarl>#:continuable?=#t whithin with-exception-handler with #:unwind?=t? <yarl>In other words, is #:continuable? has any effect within unwinding exception-handler? <old>yarl: IIRC, if you put #:unwind? #f and don't raise an exception in the handler, the program resume as the point where raise-exception was called, except if #:continuable? #f, in which case an exception is raised for you <yarl>old: Thank you but I asked for #:unwind? #t ;)