From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] guix package: allow multiple arguments after -i, -r, and -u Date: Sat, 14 Dec 2013 22:09:13 +0100 Message-ID: <871u1fta12.fsf@gnu.org> References: <87sitwfpig.fsf@netris.org> <87txecxtu0.fsf@gnu.org> <87ob4jfdop.fsf@netris.org> 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]:34926) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrwSe-0001mV-QM for guix-devel@gnu.org; Sat, 14 Dec 2013 16:09:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VrwSY-0005jP-Lt for guix-devel@gnu.org; Sat, 14 Dec 2013 16:09:20 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:33417) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrwSY-0005jJ-Ew for guix-devel@gnu.org; Sat, 14 Dec 2013 16:09:14 -0500 In-Reply-To: <87ob4jfdop.fsf@netris.org> (Mark H. Weaver's message of "Sat, 14 Dec 2013 14:13:58 -0500") 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: > Excellent! Here's an updated patch incorporating your suggestions, > and also with the following additional changes: > > * Arguments to install and remove are now optional, so --install a b > works without the '=3D'. > > * I fixed a bug where "--upgrade gcc" (without the '=3D') would upgrade > everything. > > * I updated the manual to reflect the new syntax, by adding @dots{} > in a few places with small changes to the text. > > What do you think? Looks good to me, please push! Ludo=E2=80=99.