From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id IOW5GFsUYGHJ3AAAgWs5BA (envelope-from ) for ; Fri, 08 Oct 2021 11:50:19 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id 2JOuElsUYGE/TQAA1q6Kng (envelope-from ) for ; Fri, 08 Oct 2021 09:50:19 +0000 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 3AABC1638E for ; Fri, 8 Oct 2021 11:50:18 +0200 (CEST) Received: from localhost ([::1]:43078 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mYmW9-0006QH-84 for larch@yhetil.org; Fri, 08 Oct 2021 05:50:17 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52044) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mYmVv-0006Nt-Uh for guix-patches@gnu.org; Fri, 08 Oct 2021 05:50:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37645) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mYmVu-0005Gl-JW for guix-patches@gnu.org; Fri, 08 Oct 2021 05:50:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mYmVu-00025L-Iu for guix-patches@gnu.org; Fri, 08 Oct 2021 05:50:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#51061] [PATCH v2 01/23] guix: Add extracting-download. Resent-From: Hartmut Goebel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 08 Oct 2021 09:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51061 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 42180@debbugs.gnu.org, Maxime Devos , GNU Guix maintainers , 51061@debbugs.gnu.org Received: via spool by 51061-submit@debbugs.gnu.org id=B51061.16336865767954 (code B ref 51061); Fri, 08 Oct 2021 09:50:02 +0000 Received: (at 51061) by debbugs.gnu.org; 8 Oct 2021 09:49:36 +0000 Received: from localhost ([127.0.0.1]:49187 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mYmVT-000248-UG for submit@debbugs.gnu.org; Fri, 08 Oct 2021 05:49:36 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:53145) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mYmVS-00023u-B2; Fri, 08 Oct 2021 05:49:35 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4HQk1S6hhHz1rk53; Fri, 8 Oct 2021 11:49:32 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4HQk1S44SDz1qqkB; Fri, 8 Oct 2021 11:49:32 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id vfepUqdrVVEn; Fri, 8 Oct 2021 11:49:31 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-52-121.dynamic.mnet-online.de [188.174.52.121]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS; Fri, 8 Oct 2021 11:49:31 +0200 (CEST) Received: from [127.0.0.1] (hermia.goebel-consult.de [192.168.110.7]) by hermia.goebel-consult.de (Postfix) with ESMTP id 85B20600A2; Fri, 8 Oct 2021 11:49:34 +0200 (CEST) Message-ID: <4df6d1d4-0b93-0fb2-08b1-7b82e06e7565@crazy-compilers.com> Date: Fri, 8 Oct 2021 11:49:28 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.1 Content-Language: en-US References: <626e4718c45c95a7278460f132bd38e08835e9f4.1633533541.git.h.goebel@crazy-compilers.com> <1aa101af088dceee34ad9373f153b5f7dd7603ba.1633533541.git.h.goebel@crazy-compilers.com> <2c66b294-9ed0-2e50-da45-47f56af904cb@crazy-compilers.com> <547ce621-59be-cc29-2ea2-a29ff8151227@crazy-compilers.com> <14770aaa1de2c9f540a6a9600eb4122812075910.camel@telenet.be> <87pmsg79zf.fsf_-_@gnu.org> From: Hartmut Goebel Organization: crazy-compilers.com In-Reply-To: <87pmsg79zf.fsf_-_@gnu.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1633686618; 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; bh=QSbPYXwWNCv94yiLwJHelsDQw2zJ3uL920CDIQ0CIkI=; b=eF5QLHagepdKErX0+lOBGrtR0aEEYmFrlgd8aTrOZXDHA2Xo5ch1e0blvNiXUra3wurPDl S8muuzDfBy/PyiQ/BRik7fOwXbdKsgk4/VN5Qil0E2W5fEEnJyequbYjuaAJNW4d1QOn0U Nyq1he2ql2ZkVFiaD3QFOm4xRnaVqZONB375mB18HEK9backZqcwQ/yowCCfTOT40oOBfR 4tFZE5rve8vgVTji7NuNcEaARTYh5sb3M8pqVceikWC6oPHrc2NfoU6BK/Nyu7OCQCPJNq fhJm4oxvbe0BBtLGiLB1/psnLQ0gRqydYQvQsAqkJVTo3hkchtsZ/J2vKYzT6Q== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1633686618; a=rsa-sha256; cv=none; b=qprwxpki6osbvMQu4/mttSo3h+XndF3WdLZyobIUDZI4JywCSMPn8Cha+eDjO6iiohhKIK MpDSWvdRelGPwp052/s9zd8iAx1S3gLu/fLjYUeBu0L1v9kMtIVUbJKjc1D969SpE17Uzj 4pFjszJgDpwP/Hxur9TglFZH+8iIrI6SHO6Z/DHoWT2nR4nuYFhMSouoI2YXjzukQqTlSp sK2V2a+hYugHEKHFw/mbhIRuXt7cwS9AyI9cYSMC89LYt2ckV2iFzHq7fdVNprtsoxRne3 K+EvGHOyRTTtVMk+2q/KyQWwSj1cDQyw99rEhadrbJNyOF3/IA1KS4rKx88lBA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: -1.41 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 3AABC1638E X-Spam-Score: -1.41 X-Migadu-Scanner: scn1.migadu.com X-TUID: Js1eH/wo6VMQ Hi Ludo, > That’s really not how we work, nor how we should work IMO. There were > ~24h between the time you sent this series and the time you pushed it, > only quick comments on 2 patches out of 23, and zero “LGTMs”. I apologize for pushing the patch series that fast. I can't tell what exactly did make be rush on this - maybe I just wanted to get this from my table. Not good, anyhow. > Now, how do we move forward? I would prefer a single patch reverting > all 23 patches now rather than a myriad of tiny fixups hastily reviewed. > WDYT? Fine for me. (I'd appreciate if someone else would do this, as I'm not sure about a meaningful commit message. An I'll be offline during the day today.) I'll then provide a new set of three patches - split by topic: 1) extracting downloader, 2) hexpm-importer, 3) rebar-build-system and required packages. WDYT? -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |