raise-continuable-foreign-error Lassi Kortela (27 Jul 2020 06:31 UTC)
Re: raise-continuable-foreign-error hga@xxxxxx (27 Jul 2020 11:53 UTC)
Re: raise-continuable-foreign-error Lassi Kortela (27 Jul 2020 12:14 UTC)
Re: raise-continuable-foreign-error Marc Nieper-Wißkirchen (27 Jul 2020 12:21 UTC)
Re: raise-continuable-foreign-error Lassi Kortela (27 Jul 2020 12:33 UTC)
Re: raise-continuable-foreign-error hga@xxxxxx (27 Jul 2020 12:38 UTC)
Re: raise-continuable-foreign-error John Cowan (27 Jul 2020 14:04 UTC)
Re: raise-continuable-foreign-error Marc Nieper-Wißkirchen (27 Jul 2020 14:13 UTC)
Re: raise-continuable-foreign-error John Cowan (27 Jul 2020 16:55 UTC)

Re: raise-continuable-foreign-error hga@xxxxxx 27 Jul 2020 11:52 UTC

This also runs against my desire to keep the top level, first class
part of the API as small as possible, and having each entry fan out
as needed.  I'm making the assumption that most raised errors will
be non-continuable; if correct, this is as simple as I can make it
for those writing code that uses SRFI 198.

- Harold

----- Original message -----
From: Lassi Kortela <xxxxxx@lassi.io>
Date: Monday, July 27, 2020 1:31 AM

The current draft has:

(raise-foreign-error alist [continuable?])

RnRS has `raise` and `raise-continuable` separately. Should we match
that naming convention and split it into two different procedures?

(raise-foreign-error alist)
(raise-continuable-foreign-error alist)