From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id KLU5Kj/Cd2QkhwAASxT56A (envelope-from ) for ; Wed, 31 May 2023 23:55:11 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id aJZtKj/Cd2TtZwEA9RJhRA (envelope-from ) for ; Wed, 31 May 2023 23:55:11 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 61335133A6 for ; Wed, 31 May 2023 23:55:11 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q4Tma-0006Oq-In; Wed, 31 May 2023 17:55:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q4TmY-0006Oa-Ap for guix-patches@gnu.org; Wed, 31 May 2023 17:55:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1q4TmY-00026R-1o for guix-patches@gnu.org; Wed, 31 May 2023 17:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1q4TmX-0008Hb-Sv for guix-patches@gnu.org; Wed, 31 May 2023 17:55:01 -0400 Subject: bug#63571: [PATCH 00/14] 'guix refresh -u' updates input fields Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 31 May 2023 21:55:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 63571 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 63571-done@debbugs.gnu.org Mail-Followup-To: 63571@debbugs.gnu.org, ludo@gnu.org, ludo@gnu.org Received: via spool by 63571-done@debbugs.gnu.org id=D63571.168557006631787 (code D ref 63571); Wed, 31 May 2023 21:55:01 +0000 Received: (at 63571-done) by debbugs.gnu.org; 31 May 2023 21:54:26 +0000 Received: from localhost ([127.0.0.1]:36480 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q4Tlx-0008Gc-UI for submit@debbugs.gnu.org; Wed, 31 May 2023 17:54:26 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40852) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q4Tlu-0008GO-Rv for 63571-done@debbugs.gnu.org; Wed, 31 May 2023 17:54:23 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q4Tlp-0001pl-IQ for 63571-done@debbugs.gnu.org; Wed, 31 May 2023 17:54:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=UBbomgLkW6WzMRkf+mR2K7sUBHNECrWksu9oan6n4Q4=; b=nKi6nPWsnDm/oIXY5IBT DoCGmp0GeCdWm2JtfLOgKc5V3KKvOhcbdxbhpcw8Q7xWaxWc8T/m4B3TnRXVhP2gPpD/VTmcqfXv/ kx8cDTt7/MUqU6qqK1bzl9DHteckzol600UaXgTvb83YTzP2gQ3RXI3EIDq90PfcKlbewIcAnpC7p uZTJP1o8UaP+qM8jF5lfeluburYVqPmeHY7xOPtWijfg08fpRxE7EOaH3CyMnmnXb37ypLxdVWjil Lcz/ETI1tJWNIfOkHL4X11uNfUmZ2ZGieGqyYSEZ6ikB+FqYYw4KMR5YWfa3D0mE4iQn8uq2htcCf TvPzUasBACQWmA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q4Tlp-0000Fs-5a for 63571-done@debbugs.gnu.org; Wed, 31 May 2023 17:54:17 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87y1l7fb9j.fsf@gnu.org> Date: Wed, 31 May 2023 23:54:14 +0200 In-Reply-To: <87y1l7fb9j.fsf@gnu.org> ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Mon, 29 May 2023 16:44:08 +0200") Message-ID: <877csob20p.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1685570111; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=UBbomgLkW6WzMRkf+mR2K7sUBHNECrWksu9oan6n4Q4=; b=NC8184QPeWLZxjGojZ44kG5FxrYSF6oLwqsrq2LobtHwLn9QDjaiP3CbwbTJuvilS4lMfI 8oT4UdelllTKAWSDLxqKIDlUwso+WFlHb/QyNNr0c/h2vccvali7Q63vWl5Ycwo3+J0y9t nEU6Yjm1bIp51izECy89jVuGLl4AunoErERFgvpwQYY+i8j8FslzN/N8Xpib1ljqu5CGc3 p5uiC8+YyFJxzMrY+G0Npj60z8dok9TS1yTCqmx3tsnx1VEOK/niPGJWOtZN9t/LLA5PuL 6wAsZFWdEJ0pMN0CCEfrWK8X1ha9Iwgzgkm/svKd1L2e7GHS5RGfdnQFMc58DA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=nKi6nPWs; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1685570111; a=rsa-sha256; cv=none; b=esX2+Q6qRqZ29UVHbQm57VuvPB8WfDaEKHlMFQvrTaJAXc4VeAns+JdOEtNnP3Z4kDaIP5 LVD3bizOt5xEd50v4SOwb89Cxb4h3bqa/I/8rTx2TfVgH4G7hr1gwxqveEH012Aoysmmiw 1F1O92OYYVNPXmw+BYYYwrf2tkkckbPrOqDK+N7gnuL0YK2TCSrpD6lmW8674afsv/J4P/ X2C3PKWjKVb/EPVsT7eVnXM2+On4AG8KoYv6Fz+DZtYAk1zo+P4E9AwnWduDDqG3EkdKnb wyWFNVyU+ljiH2N4CZYsSVjXyGSoF5L7xUiaAnWjRDAkCc9O3Bd3Aw5x2z78Yg== X-Migadu-Scanner: scn1.migadu.com X-Migadu-Spam-Score: -2.55 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=nKi6nPWs; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 61335133A6 X-Spam-Score: -2.55 X-TUID: QhuYLe1lDy6E Ludovic Court=C3=A8s skribis: > This is addressed in v2 of this patch series, along with other > improvements (changes since v1): > > =E2=80=A2 honors =E2=80=98updater-extra-inputs=E2=80=99 and =E2=80=98up= dater-ignored-inputs=E2=80=99 package > properties (and similarly for native and propagated inputs); > > =E2=80=A2 add those properties to a few packages; > > =E2=80=A2 =E2=80=98cran=E2=80=99 updater keeps inputs alphabetically so= rted; > > =E2=80=A2 =E2=80=98gem=E2=80=99 updater now updates inputs as well. > > Surely this will reveal limitations of updaters/importers but I=E2=80=99d= like > to see it as an opportunity to improve them; more importantly, we have > to reduce the maintenance cost of all these imported packages, and this > is a step in that direction. > > If there are no objections, I=E2=80=99d like to apply this series within = a few > days. Pushed as 9f7cd1fcaf99c8e8430d0b29335220701664dc54! Let me know how it works for you! Ludo=E2=80=99.