chicken-hackers
[Top][All Lists]
Advanced

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

[Chicken-hackers] [PATCH] Fix #1080 (condition-case warnings)


From: Peter Bex
Subject: [Chicken-hackers] [PATCH] Fix #1080 (condition-case warnings)
Date: Fri, 13 Dec 2013 21:54:47 +0100
User-agent: Mutt/1.4.2.3i

Hi all,

As Christian rightfully noticed, we now generate spurious notices for
condition-case with normal "fallback" entries due to the change in
cond that detects clauses following an "else".

Attached is the simplest fix I could come up with.  I also made a
version which gives a friendlier notice (detection is done in
condition-case itself, so it can show the offending source clause)
but unfortunately it's a bit ugly and much longer (45 lines versus
the current 30 lines) so I decided to scrap it.

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

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


reply via email to

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