Re: [Chicken-hackers] [PATCH] Move some low-hanging fruit from posix.scm to file.scm

2017-06-14 Thread Mario Domenech Goulart
Hi, On Wed, 14 Jun 2017 16:23:29 -0400 John Cowan wrote: > On Wed, Jun 14, 2017 at 4:14 PM, Peter Bex wrote: > > What should we do with ##sys#glob->regex? I think it's useful > enough to expose to the user, which conveniently allows us to get >

[Chicken-hackers] [PATCH] Move some low-hanging fruit from posix.scm to file.scm

2017-06-14 Thread Peter Bex
Hi all, The attached patch moves glob, find-files and delete-directory from posix.scm to file.scm. I also tried to move "directory", and some of the "stat"-based file type predicates but that's just too hairy to move, at least for now. What should we do with ##sys#glob->regex? I think it's

[Chicken-hackers] [PATCH][5] FFI improvements, take two

2017-06-14 Thread lemonboy
Hello hackers, the first two patches are meant to be applied after you review them, they are pretty much the same I've previously sent but with some minor corrections so those should be fine now. Both the patches target the define-foreign-type form: the first patch fixes a regression where the

Re: [Chicken-hackers] [PATCH] Move duplicated posix module declarations into posix.scm

2017-06-14 Thread Kooda
That was bugging me, thanks for the cleanup! Pushed. :D ___ Chicken-hackers mailing list Chicken-hackers@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-hackers

Re: [Chicken-hackers] [PATCH] [5] Make syntax-rules "fully" self-contained

2017-06-14 Thread Kooda
On Thu, 8 Jun 2017 21:23:17 +0200 Peter Bex wrote: > On Thu, Jun 08, 2017 at 09:19:24PM +0200, Peter Bex wrote: > > Hi all, > > > > Here's a reasonably simple patch that moves the expansion-time > > support helpers for ye olde syntax-rules into an internal module in > >