Re: Couple of questions regarding handling exceptions
Maxime Devos <[email protected]>
| Newsgroups | gmane.lisp.guile.user |
|---|---|
| Message-ID | <[email protected]> |
On 8/02/2025 0:08, Tomas Volf wrote: > Adding &system-error is probably not an endeavor I currently have time > for, but it sounds like something that that would be useful. 🙂 You can also use 'guard' _without_ adding &system-error. There is a particular condition type for representing otherwise unconverted 'old' exceptions, of which I assume there is a method to extract all the relevant information (a bit more cumbersome perhaps, but it avoids the potential unwinding & re-raising/throwing trouble). Although, that doesn't seem backwards-compatible, since &system-error might be added later. Best regards, Maxime Devos