[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Work around behavior of old 'scandir' in Guile 2.0.5
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] Work around behavior of old 'scandir' in Guile 2.0.5 |
Date: |
Mon, 07 Apr 2014 09:42:30 +0200 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
Mark H Weaver <address@hidden> skribis:
> From a49c33418aa6814daf6fcab5978c27afbfe8ac9a Mon Sep 17 00:00:00 2001
> From: Mark H Weaver <address@hidden>
> Date: Sun, 6 Apr 2014 19:46:16 -0400
> Subject: [PATCH] Work around behavior of old 'scandir' in Guile 2.0.5.
>
> Problem reported by John Darrington <address@hidden>.
>
> * guix/nar.scm (write-file): Filter out "." and ".." from the result of
> 'scandir'. Previously we did this by passing a suitable predicate.
Good catch, please push!
Ludo’.