chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] [PATCH] Include reverse-list->string in srfi-13's


From: Evan Hanson
Subject: Re: [Chicken-hackers] [PATCH] Include reverse-list->string in srfi-13's import library
Date: Tue, 12 Aug 2014 00:11:04 -0700
User-agent: OpenSMTPD enqueuer (Demoosh)

On 2014-08-07 21:44, Peter Bex wrote:
> I expected this to cause a whole lot of eggs that previously compiled
> without warnings will now start compiling with warnings ("re-importing
> already imported identifier"), but for some odd reason it doesn't do
> that!  Any idea why?
> 
> Is it because it knows it's the exact same identifier, or is it just
> some sort of weirdness in how core's "fake" modules are handled?

It knows it's the same identifier (modules.scm:693 at time of writing).

But also, re-import warnings are currrently only issued when notices are
enabled, so in order for eggs to warn they would need to be compiled
with -v or something else that turns notices on.

Evan



reply via email to

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