emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#20066: closed (24.4; should-error and cl-assert)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#20066: closed (24.4; should-error and cl-assert)
Date: Wed, 08 Apr 2015 04:16:01 +0000

Your message dated Wed, 08 Apr 2015 12:15:38 +0800
with message-id <address@hidden>
and subject line Re: bug#20066: 24.4; should-error and cl-assert
has caused the debbugs.gnu.org bug report #20066,
regarding 24.4; should-error and cl-assert
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
20066: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20066
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.4; should-error and cl-assert Date: Mon, 09 Mar 2015 16:06:44 +0800
I just compiled emacs 25.0.50 from git and I have immediately noticed
the following difference:

1. (should-error (error "yes"))
2. (should-error (cl-assert nil t))

Test 1 succeeds but test 2 fails. In emacs 24.4, both tests succeed.
Could someone investigate what have caused this incompatibility?

Thanks,
Leo



--- End Message ---
--- Begin Message --- Subject: Re: bug#20066: 24.4; should-error and cl-assert Date: Wed, 08 Apr 2015 12:15:38 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (OS X 10.10.2)
On 2015-04-08 10:05 +0800, Stefan Monnier wrote:
> I think test 2 is incorrect.  It assumes that when cl-assert fails it
> reacts by throwing a "normal" signal that can be caught like any other.
> This is untrue for example when we decide to compile-away the assertions
> (depending on speed ans safety settings).
>
> cl-assert should be used to check impossible situations and an assertion
> failure is just supposed to bring it to the user's attention to help
> debug the code.  It is not meant to be caught&handled like a normal
> signal.

OK, that makes sense.

Leo


--- End Message ---

reply via email to

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