From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id 2PLRDVDHJGVt/wAAauVa8A:P1 (envelope-from ) for ; Tue, 10 Oct 2023 05:38:56 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 2PLRDVDHJGVt/wAAauVa8A (envelope-from ) for ; Tue, 10 Oct 2023 05:38:56 +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 B913B69399 for ; Tue, 10 Oct 2023 05:38:55 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=S+tWURjr; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); 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-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1696909136; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: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=553anyow8orugq/c8+NxUm9oqjbTfXsCVPQrRdyrwjc=; b=I+VrKyKgF8E8h7akISI02Bj87SCRstOxgWWA0ViqZUGJ1upfGkXuYHqGcxOfI8kEF8U+aY Bx2cda7FJaZF83hPoD3xtVrHP9/xdvfrpOpdFJbSRStVSLa22LQv12BEdffBR1ovw/ZrJ7 puVIp8ilMY2piQf419uwiGzT3vKM0C8Agn58MYukjcHx7MM70a0KiC8Xs7j56u8NmTX483 fEvWu2R0mgABV/Vc45iyKXLCPpXdARK2NF9NAh3+MNknYyffjxcLGsSIm/VMjfgwAR8T2i 5x17dmbntPmJuJdnEn9Z3tMCvOM0EaaXHMdOQRSxQ6Ne2V+Kb1pLclKHFsxhvw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=S+tWURjr; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); 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=1696909136; a=rsa-sha256; cv=none; b=AZnhH8o2PBwiEHRvLieuMiPnwjeEC7Ir+4jbf07/gU0OYkyTYVz2r84T6z8/1vHzgoyQq+ LdBz1xC3PVwEx9b5RmD+RzDgoGfa2UgXX3Mxi5qGj8n/aVgflezGEKZzbI/9VuETY4kT3p f/G4b8pbnr24l7n7PxmYwBRv+UEi7gErJB8oAJ3mEwNpwK+UM6Kzb0XW0JRezDG6Gh8rBX YoeDsNJwetR4uSF8dzVCoy051ymBYaHo6nEzIg/c5dLxXgiFUO0IDNJz0SYufe2QkpRcjv OuLvOuZNNJcdANx+XLm5VTGooWEqY9LrHDrmpGlHdpoQkCikzSBBDPk99Psd0w== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qq3a0-00016R-Ql; Mon, 09 Oct 2023 23:38:44 -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 1qq3Zx-0000rS-4A for guix-patches@gnu.org; Mon, 09 Oct 2023 23:38:41 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qq3Zw-00065J-Sc for guix-patches@gnu.org; Mon, 09 Oct 2023 23:38:40 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qq3aH-0001zQ-PZ for guix-patches@gnu.org; Mon, 09 Oct 2023 23:39:01 -0400 Subject: bug#49181: [PATCH core-updates v2] guix: Make modify-phases error when adding before/after a missing phase Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 10 Oct 2023 03:39:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 49181 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Carlo Zancanaro Cc: 49181-done@debbugs.gnu.org Mail-Followup-To: 49181@debbugs.gnu.org, maxim.cournoyer@gmail.com, carlo@zancanaro.id.au Received: via spool by 49181-done@debbugs.gnu.org id=D49181.16969090837577 (code D ref 49181); Tue, 10 Oct 2023 03:39:01 +0000 Received: (at 49181-done) by debbugs.gnu.org; 10 Oct 2023 03:38:03 +0000 Received: from localhost ([127.0.0.1]:33728 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qq3ZK-0001y8-Gk for submit@debbugs.gnu.org; Mon, 09 Oct 2023 23:38:02 -0400 Received: from mail-qv1-xf33.google.com ([2607:f8b0:4864:20::f33]:54534) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qq3ZG-0001xZ-Gq for 49181-done@debbugs.gnu.org; Mon, 09 Oct 2023 23:38:00 -0400 Received: by mail-qv1-xf33.google.com with SMTP id 6a1803df08f44-65af7d102b3so34046536d6.1 for <49181-done@debbugs.gnu.org>; Mon, 09 Oct 2023 20:37:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1696909051; x=1697513851; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=553anyow8orugq/c8+NxUm9oqjbTfXsCVPQrRdyrwjc=; b=S+tWURjrQOULf6qnwGgQeLswLRToGtOMJecQDrXn6cfFvf38gCwO+Fe3s5lYprluPB Z61oA5GjQ0O5MAk6YB6oRxzlkpMYYiinhv88zkXio5wXNmTy6JHXjehCeyI+M4jiYPSt SJwXu0CYcttYL0e5eX2lhoRGVXMt2KUvysAg55Q/J1Wtfqhu4ixxfX1RQmbDM0O1ZWWk WPrLXyfpq72DsgsdciBW9w1O25+Ahq3W7uWRna5f1+ySqkIm+u7VS+QSGoiYL9t60m0W OTjLakoKq8R37W3mnql6Gz37iPJNganQ92/Y31QJYY3PLHMpEGcEXb5Ldhp2RgSaGPAr 0QSA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696909051; x=1697513851; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=553anyow8orugq/c8+NxUm9oqjbTfXsCVPQrRdyrwjc=; b=sH8GqSmWZjMCtR6TISlF+7/8msAl6bo5uXVujOcrDLAE3nwCM3fLtqcwnTTJGD1g0p zSQG14HAUxcPS4qvq1CLknKXaIF5n8Xaf/+s+v4dtHONmWHKQ3s0dH5li9IyJV2F/PIK v6vlrYpSgRxDh5ITeWmteHlpcFY/t/vsG59+MPGskz3ey8dKJmbsT1eJ8T0/R8+f8wJu KtjSkLEJg5v4+02boA63qxSdbzQxua8uPG6HxQNfU4POowGmaV867RnQWZVBhMuqjvC6 Lz0bydP+YAmwdmMpa6xUEcsYidf9M9lhsjyl7iCt/dDX8V3h8zMhG6Rt1W/apWiHAtqs e6Gw== X-Gm-Message-State: AOJu0Yy6ZC8hRYPUmZvTT5lGq9C9zm1mC1lo1GrK7L+p6shETWwYBXJB qvbeAxQdxsR9/GLG7XZQQoH0jAQVdzc= X-Google-Smtp-Source: AGHT+IHQPyBq4N4FnLS2lj/OnqErAW6BcWDIjs1V8wMI7//ZB4Efta7K1GhQKdDlzuPR6sMy2euoHQ== X-Received: by 2002:a05:6214:451d:b0:65a:8b45:2660 with SMTP id oo29-20020a056214451d00b0065a8b452660mr18202959qvb.14.1696909051685; Mon, 09 Oct 2023 20:37:31 -0700 (PDT) Received: from hurd (dsl-10-149-16.b2b2c.ca. [72.10.149.16]) by smtp.gmail.com with ESMTPSA id i1-20020a0cf381000000b0064f43efc844sm4358470qvk.32.2023.10.09.20.37.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Oct 2023 20:37:31 -0700 (PDT) From: Maxim Cournoyer In-Reply-To: (Carlo Zancanaro's message of "Sat, 20 May 2023 23:05:06 +1000") References: <87k0mlaxkn.fsf@zancanaro.id.au> Date: Mon, 09 Oct 2023 23:37:30 -0400 Message-ID: <87h6mz6tc5.fsf_-_@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain 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 X-Migadu-Queue-Id: B913B69399 X-Spam-Score: 2.78 X-Migadu-Spam-Score: 2.78 X-Migadu-Scanner: mx1.migadu.com X-TUID: F8yF+X4Q4iQs Hi, Carlo Zancanaro writes: > * guix/build/utils.scm (alist-cons-before, alist-cons-after): Cause a match failure if the > reference is not found, rather than appending to the alist. > * tests/build-utils.scm: Update tests to match. Installed to core-updates! -- Thanks, Maxim