[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] Splice includes into body contexts so defi
From: |
felix . winkelmann |
Subject: |
Re: [Chicken-hackers] [PATCH] Splice includes into body contexts so definitions are handled correctly |
Date: |
Mon, 18 Jun 2018 20:22:11 +0200 |
> Hello,
>
> Here's a fix for an issue Kristian discovered at the last meetup. It's
> related to our switch to a more strict treatment of definitions occuring
> outside the top level. Basically, definitions in an included file should
> be allowed (but currently aren't) if the include occurs somewhere a
> definition could go.
>
> The commit message has a full explanation of the problem and solution.
Pushed. I took the freedom to fix a typo, added a NEWS entry and corrected
the manual section.
felix