[Chicken-hackers] Possible patches to the module system
From:
megane
Subject:
[Chicken-hackers] Possible patches to the module system
Date:
Sun, 10 Jun 2012 23:02:38 +0300
Hello,
I made two possible patches to the module system fixing some issues with * exports. The patches can be found in the tickets #865 and #843.
I have assumed that the module-exist-list is used solely for the
purpose of forming the export list in the case the module-export-list is initially #t. That is the case when the module is defined with '(module foo * ...)'. I'm not entirely sure this assumption is ok.