From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH 04/13] utils: Use '@' for separating package names and version numbers. Date: Mon, 25 Jan 2016 14:37:42 +0300 Message-ID: <87h9i1evp5.fsf@gmail.com> References: <1453666771-16869-1-git-send-email-mthl@gnu.org> <1453666771-16869-5-git-send-email-mthl@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56230) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNfSu-0004KV-Ge for guix-devel@gnu.org; Mon, 25 Jan 2016 06:37:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aNfSq-0001NI-Fw for guix-devel@gnu.org; Mon, 25 Jan 2016 06:37:48 -0500 In-Reply-To: <1453666771-16869-5-git-send-email-mthl@gnu.org> (Mathieu Lirzin's message of "Sun, 24 Jan 2016 21:19:22 +0100") 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: Mathieu Lirzin Cc: guix-devel@gnu.org Mathieu Lirzin (2016-01-24 23:19 +0300) wrote: > Fixes . > > * guix/build/utils.scm (package-name->name+version): Use '@' for > separating package names and version numbers instead of '-'. This > provides the ability to use numbers in package names. > * guix/packages.scm (package-full-name): Add an optional SEPARATOR > argument defaulting to "@". > * doc/guix.texi (Invoking guix package, Invoking guix import): Adapt to > the new syntax. > * guix/ui.scm (package-specification->name+version+output): Likewise. > * guix/scripts/import/hackage.scm (show-help): Likewise. > * gnu/packages.scm (check-package-freshness, specification->package) > (specification->package+output): Likewise. > * emacs/guix-base.scm (guix-package-name-specification): Likewise. > * emacs/guix-main.scm (full-name->name+version) > (name+version->full-name): Likewise. > * tests/guix-build.sh: Likewise. > * tests/guix-lint.sh: Likewise. > * tests/guix-package.sh: Likewise. > * tests/packages.scm: Likewise. > * tests/ui.scm: Likewise. > * tests/utils.scm: Likewise. > * tests/graph.scm ("bag-emerged DAG"): Use 'package-full-name' optional > SEPARATOR argument. > * gnu/packages/commencement.scm (gcc-boot0): Likewise. > * NEWS: Mention new syntax. Tremendous work! How did you manage to find all these occurrences? I know another insignificant place though :-) It's a docstring of 'guix-packages-by-name' command in "emacs/guix-ui-package.el" file. -- Alex