chicken-hackers
[Top][All Lists]
Advanced

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

[Chicken-hackers] [PATCH][4] Use core form to quote identifiers in expan


From: Evan Hanson
Subject: [Chicken-hackers] [PATCH][4] Use core form to quote identifiers in expansion of `require-extension' et al.
Date: Mon, 25 Dec 2017 13:34:35 +1300

Hi folks,

I know we said we weren't developing on chicken-4 anymore, but I was
looking into #1403 and the fix is pretty straightforward, so here's a
patch. Basically, this just avoids using `quote' in the expansion of the
various require forms, since it might not have been imported. This has
already been fixed in chicken-5 so there's no corresponding patch for
master, but since it's such a minor change I think this should go into
chicken-4 so it's included 4.13.1, whenever that happens.

This fixes both #1403 and #1343.

Cheers and happy holidays,

Evan

Attachment: 0001-Use-core-form-to-quote-identifiers-in-expansion-of-r.patch
Description: Text Data


reply via email to

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