chicken-hackers
[Top][All Lists]
Advanced

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

[Chicken-hackers] [PATCH] Fix #999 by swapping dependency declarations


From: Peter Bex
Subject: [Chicken-hackers] [PATCH] Fix #999 by swapping dependency declarations
Date: Sun, 22 Sep 2013 18:00:34 +0200
User-agent: Mutt/1.4.2.3i

Hi all,

Here's another stupid bug fixed.  Turns out that the extras unit
doesn't really use anything from the ports unit, so it's easily fixed.

This *could* break some programs (that were already broken) where extras
is USEd and procedures from ports are used.  These should be easily
fixed, and they were already broken in the first place, so I don't
consider this a real issue (and the reported bug is worse; it's a
segfault).  For programs which are a module this won't cause issues.
I've added a note to NEWS so that people will be aware why their
programs might suddenly be failing.

I expect some fallout in Salmonella, because test scripts occasionally
forget to import ports (as even happened in chicken core itself, see
the patch).

Cheers,
Peter
-- 
http://www.more-magic.net

Attachment: 0001-Fix-999.patch
Description: Text document


reply via email to

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