Re: [Chicken-hackers] [PATCH] Move `quit' into (chicken repl)

2017-08-06 Thread Peter Bex
On Thu, Jul 27, 2017 at 09:21:58AM +1200, Evan Hanson wrote: > Per Felix and Peter's recent proposal. Thanks, pushed. Cheers, Peter signature.asc Description: PGP signature ___ Chicken-hackers mailing list Chicken-hackers@nongnu.org

Re: [Chicken-hackers] [PATCH] Add chicken.plist module

2017-08-06 Thread Peter Bex
On Thu, Jul 27, 2017 at 05:15:07PM +1200, Evan Hanson wrote: > Again per Felix and Peter's proposal. Note that this patch is based on > the one that moves 'quit' to chicken.repl (to avoid conflicts), so that > one will need to be applied first. Thanks again, pushed! Cheers, Peter signature.asc

Re: [Chicken-hackers] [PATCH] Add chicken.blob module

2017-08-06 Thread Peter Bex
On Thu, Jul 27, 2017 at 09:24:13AM +1200, Evan Hanson wrote: > Per Felix and Peter's recent proposal. Pushed, thanks! Cheers, Peter signature.asc Description: PGP signature ___ Chicken-hackers mailing list Chicken-hackers@nongnu.org

Re: [Chicken-hackers] [PATCH] correct size calculation for ffi return types

2017-08-06 Thread Peter Bex
On Mon, Jul 31, 2017 at 06:31:28PM +0200, lemonboy wrote: > Hello hackers, > I managed to stumble across this nasty compiler bug while trying to figure out > why some code was segfaulting in a FFI stub. It turns out that I forgot to > place > a define-foreign-type form before the lines the type

Re: [Chicken-hackers] [PATCH][5] Minor srfi-4 fixes

2017-08-06 Thread Peter Bex
On Sat, Jul 29, 2017 at 09:57:45AM +0200, lemonboy wrote: > Hello hackers, > I found and fixed two small problems in the srfi-4 module, here's a patch > (made > against the chicken-5 branch, it should be easily backported to master if > needed) that also includes some tests. Very nice, here's a

Re: [Chicken-hackers] [PATCH] correct size calculation for ffi return types

2017-08-06 Thread felix . winkelmann
> On Mon, Jul 31, 2017 at 06:31:28PM +0200, lemonboy wrote: > > Hello hackers, > > I managed to stumble across this nasty compiler bug while trying to figure > > out > > why some code was segfaulting in a FFI stub. It turns out that I forgot to > > place > > a define-foreign-type form before the

Re: [Chicken-hackers] [PATCH][5] Minor srfi-4 fixes

2017-08-06 Thread felix . winkelmann
> On Sat, Jul 29, 2017 at 09:57:45AM +0200, lemonboy wrote: > > Hello hackers, > > I found and fixed two small problems in the srfi-4 module, here's a patch > > (made > > against the chicken-5 branch, it should be easily backported to master if > > needed) that also includes some tests. > > Very

Re: [Chicken-hackers] [PATCH][5] Minor srfi-4 fixes

2017-08-06 Thread Evan Hanson
Looks good, applied to chicken-5. As Felix says, I've left master alone. Thanks much, Evan ___ Chicken-hackers mailing list Chicken-hackers@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-hackers