guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Exception handling - symbol for encoding exception type?


From: Zelphir Kaltstahl
Subject: Re: Exception handling - symbol for encoding exception type?
Date: Thu, 7 Apr 2022 21:39:07 +0000

Hi Maxime!

On 3/8/22 19:20, Maxime Devos wrote:
Zelphir Kaltstahl schreef op di 08-03-2022 om 17:11 [+0000]:
        (make-non-continuable-error)
IIRC, 'make-non-continuable-error' indicates that someone tried to
continue into a raise-exception that wasn't continuable.  It does not
make things non-continuable, it just states that someone tried to
continue anyway.

What you seem to need is (raise-exception ... #:continuable? #false).
However, #:continuable? #false is the default.

Greetings,
Maxime.

I am late, but I finally get around to it: Thanks for this hint and explanation.

Best regards,
Zelphir

--
repositories: https://notabug.org/ZelphirKaltstahl




reply via email to

[Prev in Thread] Current Thread [Next in Thread]