From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id cOU1KVIUuGTO8QAASxT56A (envelope-from ) for ; Wed, 19 Jul 2023 18:50:26 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id kOwsKVIUuGRCOgAA9RJhRA (envelope-from ) for ; Wed, 19 Jul 2023 18:50:26 +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 88A943B8FC for ; Wed, 19 Jul 2023 18:50:26 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b=itjUdlTR; 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"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.net (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1689785426; 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=1vaNsXEwNAWBGgn3LR9tTOsCCGF+/IlAA0wUFk+rv4Q=; b=VIMvBOQTihLQGNHKnmh6xZH6h86/kzgaZbC4A5mgoAMv9LaKVESPIzUgJFxPKjFoohvmbW tH/+US7njRGo1pFSiabkBc/EL2fj7oRBIF+D5H16N1/9d9B0JAjvMt1yGXhRoe3kVOFrq7 duGhGtv4giZmSB+ysrJiXH0GsZcSGIKL++5PJKkbzG36we6kEUWRWxf1cEXmXw7HzguAln DYiKdWfEjB/HOgMyAla3WcvCBLWJeNOZVJA57wdm7TnNRbBJPo3B1dyhApOq4tQNCckBPO +AwUCbAdS3YFGeQWExYh2ZbSDYi7BAdjYG1Wgn58jQ3LUGCFoWDDBqfOVOM/uw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1689785426; a=rsa-sha256; cv=none; b=M1t4qSKz7h9UdS7621KpwkehaoOqK+OieyvNm2KlItHU/CW4C+kKx4uWGv11q6P6FBdAu3 Z2F6QUcIZCc+yDnLWeOPtFgcBZ+a9P+yfCGeoE7h5aOIuUqhGMTD5wH7n24rWEkMufmFgs n2oXSWhdE8Q2c68VV1Ej0nV8q+OJGad4vk0NnovKxaXzSScWmqdmYBaRU0MNgn4PIbPno/ A4g2T9sHt4erDjsWH++cu/YO/LNPpRKtaNcO3l/kmm+mADe7qZ1GJwstaERuJyT64Ti8Rl HbyPJ8ORd4IItFSVRAIR8t3Y7+lhd7jk+7Hay1fjuKOYiCVbFpnK8axOgb9shg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b=itjUdlTR; 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"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.net (policy=none) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qMANK-0000ea-1x; Wed, 19 Jul 2023 12:50:06 -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 1qMANH-0000dr-1a for guix-patches@gnu.org; Wed, 19 Jul 2023 12:50:03 -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 1qMANG-0006hM-NF for guix-patches@gnu.org; Wed, 19 Jul 2023 12:50:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qMANG-0002cH-Jg for guix-patches@gnu.org; Wed, 19 Jul 2023 12:50:02 -0400 Subject: bug#63802: [mumi PATCH 0/3] Use consolidated X-Debbugs-Cc header Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 19 Jul 2023 16:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 63802 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maxim Cournoyer Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= , 63802-done@debbugs.gnu.org Mail-Followup-To: 63802@debbugs.gnu.org, arunisaac@systemreboot.net, arunisaac@systemreboot.net Received: via spool by 63802-done@debbugs.gnu.org id=D63802.168978537710021 (code D ref 63802); Wed, 19 Jul 2023 16:50:02 +0000 Received: (at 63802-done) by debbugs.gnu.org; 19 Jul 2023 16:49:37 +0000 Received: from localhost ([127.0.0.1]:57063 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qMAMq-0002bY-Qr for submit@debbugs.gnu.org; Wed, 19 Jul 2023 12:49:37 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:35388) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qMAMm-0002bM-Es for 63802-done@debbugs.gnu.org; Wed, 19 Jul 2023 12:49:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=1vaNsXEwNAWBGgn3LR9tTOsCCGF+/IlAA0wUFk+rv4Q=; b=itjUdlTR+QMhLn+zcBdOveEEqA +xCaNr91n8NUYmAYagZSZKFo8y7WpkemdF/nzCmNA/TBgpxqELuz6vM+iEN43P5aeMkI0rn/2fX9k q+T/j9nwdxSt0iOldQjGVaodX1Z3mZqzVzG/olVJ1IvduCT0N5vG+IqmcSFyJcWYQQOUIyMjZygNx R7YaLj8d2QryHXLTrm+fZiNcvt7miExZ67bLDynDooeCKrgsduoruI5Auko9Iwdo2+PLP/ACffXA6 Jqg8rs/rhlLhO9/z67sBxz9Wk2HBfkvxqL313va+VKb7fJ62Mudj6E58X+dNwc2anWCpRfR5lWg5U LLyw/74g==; Received: from [192.168.2.1] (port=52956 helo=localhost) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1qMAMe-001WHk-14; Wed, 19 Jul 2023 17:49:25 +0100 From: Arun Isaac In-Reply-To: <87wmyxteuh.fsf@gmail.com> References: <20230608171453.14788-1-arunisaac@systemreboot.net> <20230608171453.14788-2-arunisaac@systemreboot.net> <87351ov81r.fsf_-_@gmail.com> <87r0p6qj7s.fsf@systemreboot.net> <87wmyxteuh.fsf@gmail.com> Date: Wed, 19 Jul 2023 17:49:20 +0100 Message-ID: <87fs5jzw1b.fsf@systemreboot.net> 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-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx2.migadu.com X-Migadu-Spam-Score: 2.89 X-Spam-Score: 2.89 X-Migadu-Queue-Id: 88A943B8FC X-TUID: QeIibQOY6Qch > Good idea! Shadowing builtins should be avoided; the warnings are > annoying and require the use of #:hide on imports (and the code more > confusing to read). I definitely agree. I was engrossed in writing mumi-compose, and quite forgot about the builtin compose. > No, just the explanation here (and a possible comment in the source > mirroring it) is enough! Done, and pushed! Thanks!