Re: [Chicken-hackers] [PATCH][5] Add missing syntax checks

2017-05-29 Thread Evan Hanson
Applied. Thanks again Lemon, keep them coming. 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] Fix types of condition manipulation procedures [was: Re: [PATCH] Add more convenient condition object constructor [was: Re: [PATCH] Turn chicken.condition into a module,

2017-05-29 Thread Evan Hanson
Good catch, thank you. I did look at those declarations, but didn't rethink the symbol requirement. I've applied this to both branches. Cheers, Evan signature.asc Description: PGP signature ___ Chicken-hackers mailing list Chicken-hackers@nongnu.org

Re: [Chicken-hackers] [PATCH][5] Some FFI improvements

2017-05-29 Thread Peter Bex
On Sun, May 28, 2017 at 11:29:06PM +0200, lemonboy wrote: > Hello hackers, Hi Lemonboy, Thanks (again!) for your patches. You're really putting in quite the effort. > I'll be brief: > - The first patch fixes a problem where we'd fail to consider the > internal defines as toplevel ones, >