Re: [Chicken-hackers] [PATCH] Two small changes for the (chicken port) module

2017-07-19 Thread Evan Hanson
Yep, pushed. Cheers, Evan signature.asc Description: PGP signature ___ Chicken-hackers mailing list Chicken-hackers@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-hackers

Re: [Chicken-hackers] [PATCH] Another symbol GC sanity check fix [was: Re: [PATCH] Fix record type tags to be nonglobal by module-prefixing them]

2017-07-19 Thread Peter Bex
On Wed, Jul 19, 2017 at 09:38:14AM +0200, felix.winkelm...@bevuta.com wrote: > I'm slightly frightened by all the plans for various overhauls and want to > point > out that once 5.0 is released, such changes will require a Change Request > (which is a good thing, as I think we are going slightly

Re: [Chicken-hackers] [PATCH] Another symbol GC sanity check fix [was: Re: [PATCH] Fix record type tags to be nonglobal by module-prefixing them]

2017-07-19 Thread felix . winkelmann
> > From there, there are two ways to ensure they don't interfere with > symbols that are spelled the same: > > - Make the lookup know what we're looking for and use the symbol's > value to determine whether to return the object or not. > - Create a new symbol table for keywords specifically.