all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Noam Postavsky <npostavs@users.sourceforge.net>
To: Sho Takemori <stakemorii@gmail.com>
Cc: 23528@debbugs.gnu.org
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	[thread overview]
Message-ID: <87mv0hczh4.fsf@users.sourceforge.net> (raw)
In-Reply-To: <CAHbQ=cVSJGDoAP8r=Rb=8+yUWBZg=KdndH-Ttur_V0K2AEkF+A@mail.gmail.com> (Sho Takemori's message of "Fri, 13 May 2016 20:45:52 +0900")

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.





      parent reply	other threads:[~2018-02-10  3:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-13 11:45 bug#23528: Subject: 25.0.93; Errors are ignored if I load eieio and evaluate the byte-compiled form Sho Takemori
2016-05-13 13:50 ` bug#23528: " Sho Takemori
2016-05-13 15:31   ` Michael Heerdegen
2016-05-15  6:37     ` Sho Takemori
2016-05-15 14:06       ` Michael Heerdegen
2018-02-10  3:09 ` Noam Postavsky [this message]

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

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

  git send-email \
    --in-reply-to=87mv0hczh4.fsf@users.sourceforge.net \
    --to=npostavs@users.sourceforge.net \
    --cc=23528@debbugs.gnu.org \
    --cc=stakemorii@gmail.com \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.