guile-user
[Top][All Lists]
Advanced

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

Exception handler installed when handling a continuable exception


From: Maxime Devos
Subject: Exception handler installed when handling a continuable exception
Date: Wed, 25 Aug 2021 21:08:27 +0200
User-agent: Evolution 3.34.2

Hi,

This also happens without #:continuable?.
Here's a simpler test case:

(with-exception-handler
  (lambda (exn)
    (catch #t
      (lambda () (error "to be caught"))
      (lambda e (pk 'caught! e))))
  (lambda () (error "oops")))
---> In procedure raise-exceptiont: to be caught

I don't know if this is a bug.

Greetings,
Maxime.

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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