[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] Remove old variant of find-files
From: |
Moritz Heidkamp |
Subject: |
Re: [Chicken-hackers] Remove old variant of find-files |
Date: |
Thu, 22 Sep 2011 10:38:50 +0200 |
Christian Kellermann <address@hidden> writes:
> this is a simple patch to remove the deprecated variant of find-files.
> As it is now the old variant is always choosen when calling find-files
> with just 1 argument.
Looks good to me! I don't really get that "we want `cons' inlined"
comment in the original version. Why doesn't direct passing of cons lead
to inlining?
> There is one discrepancy left as we do follow symlinks by default
> and the docs say the opposite. Which way is the better behaviour?
> I will change either the default or the docs then.
I'm not entirely sure what would be a sensible default myself. FWIW the
GNU find program doesn't follow symlinks by default.
Moritz