Re: [Chicken-hackers] [PATCH] Move around {rename, delete}-file and a question about module for inexact

2017-09-13 Thread Evan Hanson
Hi Peter, On 2017-09-10 17:33, Peter Bex wrote: Here's a straightforward patch to move those two procedures from library.scm to file.scm. Applied, thanks. Evan ___ Chicken-hackers mailing list Chicken-hackers@nongnu.org

Re: [Chicken-hackers] [PATCH] Less type smashing

2017-09-13 Thread Peter Bex
On Tue, Sep 12, 2017 at 10:20:24AM +0200, LemonBoy wrote: > Hello hackers, > after debugging some code I noticed the compiler was smashing the type for > some > list I had defined via `define-constant`. That's not needed since the > constants > aren't exported nor they are modifiable so here's a