GNU bug report logs -
#47677
[PATCH] condition-case success continuation
Previous Next
Reported by: Mattias Engdegård <mattiase <at> acm.org>
Date: Fri, 9 Apr 2021 20:28:02 UTC
Severity: wishlist
Tags: patch
Done: Mattias Engdegård <mattiase <at> acm.org>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 47677 <at> debbugs.gnu.org (full text, mbox):
> This patch adds the condition-case handler syntax
>
> (:success BODY)
In the tests, you might want to add one with a lambda expression which
captures a mutated success variable, as in
(apply (condition-case res
42
(:success (prog1 (list (lambda (x) (+ res x)) res)
(setq res 0)))))
since this requires special handling in cconv.el.
Other than that, the patch looks good to me.
> Details of the syntax can be changed if there is a very good reason
> for it. Many other languages have more or less independently added
> equivalent constructs. Common Lisp's `handler-case` has a very similar
> feature (:no-error).
Any particular reason you chose ;success instead of :no-error?
> It would be nice to give `catch` the same treatment. A particularly
> flexible solution would be to add `catch` handlers to
> `condition-case`, which would then be able to handle
> everything. Unless there is a strong reason for doing it right away,
> it can be seen as a later improvement.
Let's take it one step at a time.
Stefan
This bug report was last modified 4 years and 18 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.