From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.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 cEGYJG/mFGQ7TAAASxT56A (envelope-from ) for ; Fri, 17 Mar 2023 23:15:11 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id gBjVI2/mFGSfHwEAG6o9tA (envelope-from ) for ; Fri, 17 Mar 2023 23:15:11 +0100 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 0CF1B4524F for ; Fri, 17 Mar 2023 23:15:11 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=ZivZC1dU; 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-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1679091311; 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: content-transfer-encoding:content-transfer-encoding:resent-cc: 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=K40b/rtBjfYGMI1qV7qxZskix2y04nAG7Chu6kCIiaI=; b=EpfahvFf3MwP1MlGDCe0jdfXYxDxsw6/y0NjhfQr/cNfuJ8JURjHRgjql4bsxb37FLduBu gBH1j2GJ+W66lxNIoBDQ5JEsQfOFv1MdiZ4T250wDJq8M+1yTxdHuI91d1Gjq2VaaelPE2 1s3htMavaz6nU7BHe00LJPRKMTShZaAEv2jWSqqmdASEW4E/Tyu57/q7j4XL09ou/YccKW 00BC74vLn7lz+0W+6cEARhB3wN8WFzoXmf89Nr0qGy7ivgFRoUW+KSZEAJSCJjIIHfF8Rg ThsADx6HxYkkpGiCp49m6pnNXM9bYifSY3wZVmiMqZ7yCuiyml/EMmupi8duRg== 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=ZivZC1dU; 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=1679091311; a=rsa-sha256; cv=none; b=HF+PBT31mhu/CrmJj/ySegU1VXkPwM7MW0cNIw+mJBwIU7mxzSZ7Cphlvrx69ozSy94NR6 0Y8PFtfDCGctGuip1V9xxNHQqYRc3XFE83G0uU2Y3ZatphG/Zl6PgO/uO2lS5tiMi3/0wI PVVpFISmm0FSHpFBpp9VpWIF2+Zbwt6gaIiRzIHjYeOz9iWCG8bD2GhvgAKSEz2KcHlk7P HkHSIxa33VY2Ouptfffm9yijozo3Zwz/YXR+hP1rZfu+SZpGFZY64VI0ZmtXenM95bpDtW as3VWFig+chM275/Es4fpM25GSUm5YFTGOh34I2EQJeTX72yuADywDbM1IV8Ag== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pdILo-0004P9-0v; Fri, 17 Mar 2023 18:15:04 -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 1pdILm-0004NG-LV for guix-patches@gnu.org; Fri, 17 Mar 2023 18:15: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 1pdILm-0002l1-Cs for guix-patches@gnu.org; Fri, 17 Mar 2023 18:15:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pdILm-0002fw-8t for guix-patches@gnu.org; Fri, 17 Mar 2023 18:15:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#61977] [PATCH] channels: Raise an error if dependency's introduction is malformed Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 17 Mar 2023 22:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61977 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Josselin Poiret Cc: 61977@debbugs.gnu.org Received: via spool by 61977-submit@debbugs.gnu.org id=B61977.167909125610200 (code B ref 61977); Fri, 17 Mar 2023 22:15:02 +0000 Received: (at 61977) by debbugs.gnu.org; 17 Mar 2023 22:14:16 +0000 Received: from localhost ([127.0.0.1]:45841 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pdIL2-0002eR-EZ for submit@debbugs.gnu.org; Fri, 17 Mar 2023 18:14:16 -0400 Received: from eggs.gnu.org ([209.51.188.92]:46470) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pdIL1-0002e6-0a for 61977@debbugs.gnu.org; Fri, 17 Mar 2023 18:14:15 -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 1pdIKv-0002fr-QD; Fri, 17 Mar 2023 18:14:09 -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=K40b/rtBjfYGMI1qV7qxZskix2y04nAG7Chu6kCIiaI=; b=ZivZC1dUygXvscOrxM7J THsPM8LlTbtn4yK70nkKi0h3k03egz6CYo/Sletq4eiFcWyDz+wPKEcYahCyjGFWWr2ROpxES4TFO DvzPd4b42PrvBL+o+LAL9zSe8zBIDr3WpsUdgE+/0xlW24I9UukyEwvM3uHOqhTdZvv1cTecvBcug UYWXwOij8zSbip2/FYAqRH+a6U4hThTdEpSRl0UjnR1NqXCr9r6AENAhssHa/jzT8uNJ6Tu0cB5AP v179BINkxU/i7vCkevlAobyZBXbouaxZ1vK4/5pmKzbYTtJ69QIlcklbEr83c68X8Mb9DodgMz/5p UXZkXEsdK/jK4g==; 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 1pdIKu-0005po-M9; Fri, 17 Mar 2023 18:14:08 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Fri, 17 Mar 2023 23:14:06 +0100 In-Reply-To: (Josselin Poiret's message of "Sun, 5 Mar 2023 11:56:09 +0100") Message-ID: <871qlnvxe9.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: X-Migadu-Queue-Id: 0CF1B4524F X-Spam-Score: -3.55 X-Migadu-Spam-Score: -3.55 X-Migadu-Scanner: scn0.migadu.com 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-TUID: wveoTu21+Uzl Hi Josselin, Josselin Poiret skribis: > * guix/channels.scm (sexp->channel-introduction): Do it. To be clear, without this a malformed introduction sexp would be silently ignored; consequently, the channel in question would not be authenticated, in which case the =E2=80=9Cchannel '~a' lacks 'introduction' field=E2=80=9D warning would be printed. Am I right? So the goal here is to catch errors in =E2=80=98.guix-channel=E2=80=99 earl= ier, right? Thanks, Ludo=E2=80=99.