From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Work around behavior of old 'scandir' in Guile 2.0.5 Date: Mon, 07 Apr 2014 09:42:30 +0200 Message-ID: <871tx9ziu1.fsf@gnu.org> References: <87bnwet3lc.fsf@yeeloong.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34368) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WX4CT-0000dp-2j for guix-devel@gnu.org; Mon, 07 Apr 2014 03:42:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WX4CN-00044P-8z for guix-devel@gnu.org; Mon, 07 Apr 2014 03:42:37 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:48393) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WX4CN-00044K-1o for guix-devel@gnu.org; Mon, 07 Apr 2014 03:42:31 -0400 In-Reply-To: <87bnwet3lc.fsf@yeeloong.lan> (Mark H. Weaver's message of "Sun, 06 Apr 2014 19:55:59 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver Cc: guix-devel@gnu.org Mark H Weaver skribis: > From a49c33418aa6814daf6fcab5978c27afbfe8ac9a Mon Sep 17 00:00:00 2001 > From: Mark H Weaver > 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 . > > * 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=E2=80=99.