From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:45020) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j8pnP-0007uS-JS for guix-patches@gnu.org; Mon, 02 Mar 2020 13:28:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j8pnO-0008VN-MU for guix-patches@gnu.org; Mon, 02 Mar 2020 13:28:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:60606) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j8pnO-0008VA-IR for guix-patches@gnu.org; Mon, 02 Mar 2020 13:28:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j8pnO-0004RA-FT for guix-patches@gnu.org; Mon, 02 Mar 2020 13:28:02 -0500 Subject: [bug#39258] [PATCH 0/4] Xapian for Guix package search Resent-Message-ID: MIME-Version: 1.0 References: <20200227204150.30985-1-arunisaac@systemreboot.net> <87eeuf5dty.fsf@ambrevar.xyz> In-Reply-To: From: zimoun Date: Mon, 2 Mar 2020 19:27:03 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Arun Isaac Cc: Pierre Neidhardt , 39258@debbugs.gnu.org Hi Arun, On Sat, 29 Feb 2020 at 09:25, Arun Isaac wrote: > Shall I push patch 1 (add guile-xapian) alone to master? Yes, it seems a good idea and it will ease the process for building and then benchmarking the "guix search" via Xapian. All the best, simon