chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-hackers] [PATCH] [5] Improve custom command handling


From: felix . winkelmann
Subject: Re: [Chicken-hackers] [PATCH] [5] Improve custom command handling
Date: Sat, 02 Dec 2017 23:39:48 +0100

> On Sat, Nov 25, 2017 at 04:05:17PM +0100, address@hidden wrote:
> > Here another version that doesn't add "." to PATH.
>
> Looks good, pushed.
>
> One minor question though: What is "only" here?  I was unable
> to find it in the docs or elsewhere in the chicken-install code.
>
> > diff --git a/chicken-install.scm b/chicken-install.scm
> > index 09580d3..b6bd837 100644
> > --- a/chicken-install.scm
> > +++ b/chicken-install.scm
> > @@ -201,6 +201,7 @@
> >      (data #f #t #t)
> >      (modules #f #f #f)
> >      (c-include #f #f #t)
> > +    (only #f #t #t)
> >      (scheme-include #f #f #t)))

That was left from another experimental change. It can be removed.
(Sorry about that)


felix




reply via email to

[Prev in Thread] Current Thread [Next in Thread]