unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Maxime Devos <maximedevos@telenet.be>
To: vivien@planete-kraus.eu, guile-user@gnu.org
Subject: Exception handler installed when handling a continuable exception
Date: Wed, 25 Aug 2021 21:08:27 +0200	[thread overview]
Message-ID: <986e0a16d3b1197142986916235090ae94c8e245.camel@telenet.be> (raw)
In-Reply-To: 877dgv2i4x.fsf@planete-kraus.eu

[-- Attachment #1: Type: text/plain, Size: 354 bytes --]

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 #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

             reply	other threads:[~2021-08-25 19:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-25 19:08 Maxime Devos [this message]
2021-09-30 21:39 ` Exception handler installed when handling a continuable exception Vivien Kraus via General Guile related discussions
  -- strict thread matches above, loose matches on Subject: below --
2021-08-09  7:26 Vivien Kraus via General Guile related discussions

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=986e0a16d3b1197142986916235090ae94c8e245.camel@telenet.be \
    --to=maximedevos@telenet.be \
    --cc=guile-user@gnu.org \
    --cc=vivien@planete-kraus.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).