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

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

bug#23528: Subject: 25.0.93; Errors are ignored if I load eieio and eval


From: Noam Postavsky
Subject: bug#23528: Subject: 25.0.93; Errors are ignored if I load eieio and evaluate the byte-compiled form
Date: Fri, 09 Feb 2018 22:09:27 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (gnu/linux)

close 23528
unarchive 27340
merge 23528 27340
quit

Sho Takemori <stakemorii@gmail.com> writes:

> If I load eieio and byte-compile a function, then some errors are
> ignored.
>
> To reproduce,
> 1. Start emacs with emacs -Q.
> 2. Evaluate the following form.
>
> (progn
>   (require 'eieio)
>   (defun my-this-should-raise-error ()
>     (/ 1 0)
>     (+ 1 2))
>   (byte-compile 'my-this-should-raise-error)
>   (my-this-should-raise-error))
>
> This should raise the arith-error but it returns 3 without errors. 
> Can someone else reproduce this?

This is fixed in version 26.





reply via email to

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