From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#31142: guix package --upgrade reverses the order of packages Date: Thu, 28 Mar 2019 15:10:39 +0100 Message-ID: <87a7hfay3k.fsf@gnu.org> References: <87wokko8ki.fsf@ambrevar.xyz> <87ftr7cgfz.fsf@gnu.org> <87pnqbnond.fsf@mimimi.i-did-not-set--mail-host-address--so-tickle-me> <87k1gjazyk.fsf@gnu.org> <87d0mbnm0f.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:54853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h9VkL-0007zz-OM for bug-guix@gnu.org; Thu, 28 Mar 2019 10:11:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h9VkI-0004sS-Ea for bug-guix@gnu.org; Thu, 28 Mar 2019 10:11:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49222) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h9VkE-0004rl-4N for bug-guix@gnu.org; Thu, 28 Mar 2019 10:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h9VkD-0005Ga-Ty for bug-guix@gnu.org; Thu, 28 Mar 2019 10:11:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87d0mbnm0f.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Thu, 28 Mar 2019 14:53:20 +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" To: Pierre Neidhardt Cc: 31142@debbugs.gnu.org Pierre Neidhardt skribis: > Ludovic Court=C3=A8s writes: > >> At first sight, to me, it=E2=80=99s not entirely clear how to determine = whether >> something is to be upgraded in the presence of propagated inputs. > > I think the linked discussion suggested we checked upgrades > recursively. Wouldn't that work? Maybe! Let=E2=80=99s open a new bug. :) >> And more importantly, I think the =E2=80=9Cimperative=E2=80=9D model is = necessarily not >> as expressive and =E2=80=9Cclean=E2=80=9D as =E2=80=98--manifest=E2=80= =99. There are tradeoffs to make. > > Sorry, I don't understand what you mean. How do we upgrade > declaratively? Just =E2=80=98guix pull && guix package --manifest=3Dmy-stuff.scm=E2=80=99. Ludo=E2=80=99.