From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] union: Rewrite to be faster; handle symlink/directory conflicts Date: Wed, 02 Apr 2014 21:20:47 +0200 Message-ID: <87ob0jh71s.fsf@gnu.org> References: <871txfk26u.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]:41161) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVQiV-0008FI-4Y for guix-devel@gnu.org; Wed, 02 Apr 2014 15:21:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WVQiP-0001hS-74 for guix-devel@gnu.org; Wed, 02 Apr 2014 15:20:55 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:56690) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVQiO-0001hO-WB for guix-devel@gnu.org; Wed, 02 Apr 2014 15:20:49 -0400 In-Reply-To: <871txfk26u.fsf@yeeloong.lan> (Mark H. Weaver's message of "Wed, 02 Apr 2014 14:37:29 -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: > This patch makes union.scm identical to the last one I posted here, and > removes the tests of procedures that no longer exist. Cool, please push! I=E2=80=99ll look into adding some tests. Ludo=E2=80=99.