From debbugs-submit-bounces@debbugs.gnu.org Wed May 08 06:39:55 2019 Received: (at 35588) by debbugs.gnu.org; 8 May 2019 10:39:55 +0000 Received: from localhost ([127.0.0.1]:60397 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hOJzP-00024N-En for submit@debbugs.gnu.org; Wed, 08 May 2019 06:39:55 -0400 Received: from eggs.gnu.org ([209.51.188.92]:45258) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hOJzN-00024A-Ra for 35588@debbugs.gnu.org; Wed, 08 May 2019 06:39:54 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:48420) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hOJzG-0001bT-CQ; Wed, 08 May 2019 06:39:46 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=36254 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hOJzG-0004FM-00; Wed, 08 May 2019 06:39:46 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Chris Marusich Subject: Re: bug#35588: [PATCH] ui: Search matches additional package outputs., bug#35588: [PATCH] ui: Search matches additional package outputs. References: <87r29czo6e.fsf@gmail.com> <20190505214153.32372-1-me@tobias.gr> <87bm0g6jbp.fsf@garuda.local.i-did-not-set--mail-host-address--so-tickle-me> <87muk0kjxf.fsf@gnu.org> <87zhnzxer9.fsf@gmail.com> <87r29czo6e.fsf@gmail.com> <20190505214153.32372-1-me@tobias.gr> <87bm0g6jbp.fsf@garuda.local.i-did-not-set--mail-host-address--so-tickle-me> <87muk0kjxf.fsf@gnu.org> <87zhnzxer9.fsf@gmail.com> <87mujy8yd8.fsf@gnu.org> <878svhv3re.fsf@gmail.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 19 =?utf-8?Q?Flor=C3=A9al?= an 227 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Wed, 08 May 2019 12:39:44 +0200 In-Reply-To: <878svhv3re.fsf@gmail.com> (Chris Marusich's message of "Tue, 07 May 2019 23:50:29 -0700") Message-ID: <87pnotz0un.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 35588 Cc: swedebugia , Tobias Geerinckx-Rice , 35588@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi! Chris Marusich skribis: > In light of that, I've chosen to exclude all of the following outputs: > > '("out" "doc" "debug" "lib" "static" "bin" "examples" "gui" "tests" > "utils" "include") > > I've also added a test to verify that package outputs are included in > search results. I would exclude only the standard output names used by (guix build gnu-build-system), so: ("out" "doc" "debug" "lib" "include" "bin") That way one can still do =E2=80=98guix search git gui=E2=80=99 or =E2=80= =98guix search bind utils=E2=80=99. > What do you all think of this latest version? Thanks for the new test! LGTM. Ludo=E2=80=99.