From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Guile reader package names are problematic Date: Fri, 15 Feb 2013 15:34:25 +0100 Message-ID: <871uchd4su.fsf@gnu.org> References: <87zjz7ir1t.fsf@tines.lan> <201302141057.20509.andreas@enge.fr> <874nhehgio.fsf@tines.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59160) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6MN6-0007WB-LJ for bug-guix@gnu.org; Fri, 15 Feb 2013 09:34:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U6MN2-0005m4-68 for bug-guix@gnu.org; Fri, 15 Feb 2013 09:34:40 -0500 Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=44427 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6MN1-0005jj-QV for bug-guix@gnu.org; Fri, 15 Feb 2013 09:34:35 -0500 In-Reply-To: <874nhehgio.fsf@tines.lan> (Mark H. Weaver's message of "Thu, 14 Feb 2013 13:55:27 -0500") 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: Mark H Weaver Cc: bug-guix@gnu.org Mark H Weaver skribis: > Andreas Enge writes: >> How about naming them "guile-reader" with a version number of >> 0.6-1.8.8 and 0.6-2.0.7, or the other way round 1.8.8-0.6 and >> 2.0.7-0.6? > > We can't do this, because it would break the version-number comparison > logic. One option would be to change the dash to something else. > Maybe tilde? > > guile-reader-for-guile~1.8.8 > guile-reader-for-guile~2.0.7 Good idea. > Even if we decide to remove 'guile-reader-for-guile-1.8.8', there will > surely be other cases like this, so it would be useful to decide on a > policy. Yes, so maybe we can keep it as an illustrative example, but with tilde. Feel free to commit a patch that does that. Thanks! Ludo=E2=80=99.