Re: [Chicken-hackers] [PATCH] Add unexport form for modules (updated for chicken 5)

2018-12-16 Thread felix . winkelmann
> > Here's a version with more extensive test suite. Tested to work with > master. > I'm probably missing context here, but what is the use case of this form? felix ___ Chicken-hackers mailing list Chicken-hackers@nongnu.org

Re: [Chicken-hackers] [PATCH] Add unexport form for modules (updated for chicken 5)

2018-12-16 Thread megane
Hi, Here's a version with more extensive test suite. Tested to work with master. >From f2ed6123151b96604cf6409cb3f169a7e93b475b Mon Sep 17 00:00:00 2001 From: megane Date: Tue, 11 Dec 2018 09:08:42 +0200 Subject: [PATCH] Add 'unexport form for modules --- expand.scm |

[Chicken-hackers] [PATCH] Add unexport form for modules (updated for chicken 5)

2017-07-13 Thread megane
Hi, here's an updated version of the unexport patch for chicken 5. There were a couple of changes related to renamed identifiers and the new 'library' slot for the module record. Tested with the 5.0.0pre1 tarball. Here's the copy-pasted description from the previous patch: The implementation