From mboxrd@z Thu Jan 1 00:00:00 1970 From: swedebugia Subject: Listing all packages with --search now impossible Date: Fri, 25 Jan 2019 22:22:56 +0100 Message-ID: <9ec3d20a-b40f-e164-5c84-fcdc7cc026bd@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:41108) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gn8wN-0005io-BB for guix-devel@gnu.org; Fri, 25 Jan 2019 16:23:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gn8wL-00017h-CF for guix-devel@gnu.org; Fri, 25 Jan 2019 16:23:07 -0500 Received: from mx1.riseup.net ([198.252.153.129]:34948) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gn8wJ-00016k-Qd for guix-devel@gnu.org; Fri, 25 Jan 2019 16:23:05 -0500 Received: from piha.riseup.net (piha-pn.riseup.net [10.0.1.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 945C21A0B34 for ; Fri, 25 Jan 2019 13:23:02 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by piha.riseup.net with ESMTPSA id 73BC41C32A6 for ; Fri, 25 Jan 2019 13:23:00 -0800 (PST) Content-Language: en-US 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" To: guix-devel Hi Yesterday when I played around with guix I noticed that the default behavior of $ guix package --search guix package: error: invalid argument: Missing required argument after `--search' has changed recently from showing all packages to now showing none. also: $ guix package --search * guix package: error: invalid argument: Missing required argument after `--search' This is a bug. "*" should match everything. Is this intentional? This means that now users have to know guile to list all packages with all the fields. :/ -- Cheers Swedebugia