GNU bug report logs - #21963
Spurious byte compile message: "Warning: the function `bar' might not be defined at runtime."

Previous Next

Package: emacs;

Reported by: Alan Mackenzie <acm <at> muc.de>

Date: Fri, 20 Nov 2015 10:50:03 UTC

Severity: minor

Fixed in version 25.1

Done: Stefan Kangas <stefan <at> marxist.se>

Bug is archived. No further changes may be made.

Full log


Message #26 received at 21963 <at> debbugs.gnu.org (full text, mbox):

From: Alan Mackenzie <acm <at> muc.de>
To: John Wiegley <jwiegley <at> gmail.com>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 21963 <at> debbugs.gnu.org
Subject: Re: bug#21963: Spurious byte compile message: "Warning: the function
 `bar' might not be defined at runtime."
Date: Fri, 20 Nov 2015 16:15:35 +0000
Hello, John.

On Fri, Nov 20, 2015 at 08:01:31AM -0800, John Wiegley wrote:
> >>>>> Eli Zaretskii <eliz <at> gnu.org> writes:

> >> (eval-when-compile (require 'warning-bar))
> >> (require 'warning-bar)

> > I think if you leave only the second one, Bob's your uncle.

> I think the question is: Why does haven't the first one cause the definedness
> introduced by the second to not be recognized?

While eval-when-compile'ing the first line, the byte compiler collects a
list of symbols defined by it (in variable
byte-compile-noruntime-functions).  More or less.

There is no mechanism for taking symbols off of that list when they
subsequently become defined.

> John

-- 
Alan Mackenzie (Nuremberg, Germany).




This bug report was last modified 5 years and 237 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.