[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-hackers] [PATCH] Splice includes into body contexts so definiti
From: |
Evan Hanson |
Subject: |
[Chicken-hackers] [PATCH] Splice includes into body contexts so definitions are handled correctly |
Date: |
Wed, 13 Jun 2018 19:50:34 +1200 |
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.
Cheers,
Evan
0001-Splice-includes-into-body-contexts-so-definitions-ar.patch
Description: Text Data
- [Chicken-hackers] [PATCH] Splice includes into body contexts so definitions are handled correctly,
Evan Hanson <=