From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#19219: New command-line syntax for package + version? Date: Thu, 31 Dec 2015 12:27:54 +0100 Message-ID: <874meyoo1x.fsf@gnu.org> References: <20141129203122.GA15720@debian> <87ppbws61p.fsf@gnu.org> <874mfssrxd.fsf@gnu.org> <87si3ah1d1.fsf@gnu.org> <87h9jblks4.fsf@gnu.org> <87k2o7h3ux.fsf@gnu.org> <8737uu9pro.fsf@gnu.org> <87oad8vxkx.fsf_-_@gnu.org> <87io3fo8sl.fsf@gnu.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]:50408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aEbPl-0007nv-32 for bug-guix@gnu.org; Thu, 31 Dec 2015 06:29:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aEbPh-0006Mo-TT for bug-guix@gnu.org; Thu, 31 Dec 2015 06:29:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:43367) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aEbPh-0006Mk-Q4 for bug-guix@gnu.org; Thu, 31 Dec 2015 06:29:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aEbPh-0002mX-MG for bug-guix@gnu.org; Thu, 31 Dec 2015 06:29:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87io3fo8sl.fsf@gnu.org> (Mathieu Lirzin's message of "Wed, 30 Dec 2015 23:45:14 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Mathieu Lirzin Cc: 19219@debbugs.gnu.org Mathieu Lirzin skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: [...] >> Regarding the aesthetics, I=E2=80=99d be in favor of using @ for the ver= sion: > > You mean like npm... :) Possibly, but I=E2=80=99m not that proficient at npm. ;-) I think I=E2=80= =99ve seen another tool use that convention, though I don=E2=80=99t remember which one (maybe Spack?). It=E2=80=99s more that =E2=80=9Cguile@1.8=E2=80=9D reads like =E2=80=9CGuil= e at [version] 1.8.=E2=80=9D >> guile@1.8 >> guile@1.8:doc >> >> I=E2=80=99m not sure if we should also allow: >> >> guile:doc@1.8 >> >> Thoughts? > > I'm OK with that. Since choosing the reserved characters is not a > technical decision, maybe we could poll users? Yes, why not (bikeshedding ahead! :-)). Would you like to email guix-devel about it? Note that it only affects the CLI. The Emacs and Web UIs won=E2=80=99t see= any difference. Ludo=E2=80=99.