From mboxrd@z Thu Jan 1 00:00:00 1970 From: taylanbayirli@gmail.com (Taylan Ulrich =?UTF-8?Q?Bay=C4=B1rl=C4=B1/Kammer?=) Subject: bug#20137: number of generation doesn't always rise monotonically Date: Wed, 18 Mar 2015 21:47:47 +0100 Message-ID: <87zj7a3udo.fsf@taylan.uni.cx> References: <20150318173550.GE525@venom.suse.cz> <87k2yedovp.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]:60095) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYKso-0004DJ-JM for bug-guix@gnu.org; Wed, 18 Mar 2015 16:48:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYKsk-0006h3-7c for bug-guix@gnu.org; Wed, 18 Mar 2015 16:48:06 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:53418) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYKsk-0006gx-4m for bug-guix@gnu.org; Wed, 18 Mar 2015 16:48:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YYKsj-0004KB-O8 for bug-guix@gnu.org; Wed, 18 Mar 2015 16:48:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87k2yedovp.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 18 Mar 2015 21:36:26 +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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 20137@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > 2. Upon rollback from P to N, keep all the generations, but use P+1 > for the next generation number. Doesn=E2=80=99t work, because rolli= ng back > from P+1 would bring you back to P instead of N. Perhaps we can eventually move to an actual tree structure where the nodes can be named whatever. Until now I thought that's how generations work, and are just named after integers for identification purposes. Taylan