Re: [Chicken-hackers] [PATCH 2/2] Try constant folding before installing specializations

2019-03-31 Thread megane
Peter Bex writes: > On Thu, Feb 28, 2019 at 10:15:50AM +0200, megane wrote: >> Hi, >> >> Here's a small improvement to optimization. The commits should tell the >> story. This might have performance implications. >> >> I'm thinking that maybe this should go on top of the pending type-error >>

Re: [Chicken-hackers] [PATCH] Reset port EOF flag when seeking

2019-03-31 Thread Peter Bex
On Sun, Mar 31, 2019 at 12:54:33PM +0200, ko...@upyum.com wrote: > The subject explains it all. I think that’s the correct thing to do. > > This fixes the tailf example of the inotify egg. > --- a/posix-common.scm > +++ b/posix-common.scm > @@ -357,8 +357,9 @@ EOF >(##sys#check-fixnum

[Chicken-hackers] [PATCH] Reset port EOF flag when seeking

2019-03-31 Thread kooda
The subject explains it all. I think that’s the correct thing to do. This fixes the tailf example of the inotify egg. >From f865dfc57978ffe97501bb0edd2097179a26e365 Mon Sep 17 00:00:00 2001 From: Kooda Date: Sun, 31 Mar 2019 12:49:22 +0200 Subject: [PATCH] Reset port EOF flag when seeking ---

Re: [Chicken-hackers] …PATCH… Fix some bugs with the egg file c-object declaration

2019-03-31 Thread Peter Bex
On Fri, Mar 29, 2019 at 02:46:57PM +0100, ko...@upyum.com wrote: > Hi! > > When trying to use the new `c-object` and `objects` facilities to link a C > library to one of my eggs, I found a couple of bugs. > > Two path construction mistakes, and one linking mistake which linked the > dynamic

Re: [Chicken-hackers] [PATCH] Fix arguments to scrutiny reporting procedure for `append'

2019-03-31 Thread Peter Bex
On Sun, Mar 31, 2019 at 03:38:30PM +1300, Evan Hanson wrote: > WFM. Signoff attached. Thanks! I've pushed this now. Cheers, Peter signature.asc Description: PGP signature ___ Chicken-hackers mailing list Chicken-hackers@nongnu.org