From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id +JeoHKAbgl98OwAA0tVLHw (envelope-from ) for ; Sat, 10 Oct 2020 20:37:52 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id yFt4GKAbgl9NHAAAB5/wlQ (envelope-from ) for ; Sat, 10 Oct 2020 20:37:52 +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 082079400C7 for ; Sat, 10 Oct 2020 20:37:52 +0000 (UTC) Received: from localhost ([::1]:45090 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kRLck-0001vI-Fm for larch@yhetil.org; Sat, 10 Oct 2020 16:37:50 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50764) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kRLc0-0001v4-52 for guix-patches@gnu.org; Sat, 10 Oct 2020 16:37:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55382) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kRLbx-0006ap-RJ for guix-patches@gnu.org; Sat, 10 Oct 2020 16:37:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kRLbx-0008Rq-Od for guix-patches@gnu.org; Sat, 10 Oct 2020 16:37:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43872] Closing due to consistency issues Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 10 Oct 2020 20:37:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43872 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Helio Machado <0x2b3bfa0@gmail.com>, 43872-done@debbugs.gnu.org Received: via spool by 43872-done@debbugs.gnu.org id=D43872.160236218532428 (code D ref 43872); Sat, 10 Oct 2020 20:37:01 +0000 Received: (at 43872-done) by debbugs.gnu.org; 10 Oct 2020 20:36:25 +0000 Received: from localhost ([127.0.0.1]:38695 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kRLbM-0008Qy-Ts for submit@debbugs.gnu.org; Sat, 10 Oct 2020 16:36:25 -0400 Received: from eggs.gnu.org ([209.51.188.92]:43904) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kRLbL-0008Qj-K1 for 43872-done@debbugs.gnu.org; Sat, 10 Oct 2020 16:36:23 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:42301) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kRLbG-0006Z4-Bv; Sat, 10 Oct 2020 16:36:18 -0400 Received: from ld1009q169-0682.bb.online.no ([88.95.2.177]:37922 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kRLbF-0003p8-Tq; Sat, 10 Oct 2020 16:36:18 -0400 From: Marius Bakke In-Reply-To: References: <87eem7fdt8.fsf@gnu.org> Date: Sat, 10 Oct 2020 22:35:35 +0200 Message-ID: <87tuv1es4o.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) 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-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; 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-Spam-Score: -2.11 X-TUID: NHO1QlZRXk+c --=-=-= Content-Type: text/plain Helio Machado <0x2b3bfa0@gmail.com> writes: > Hi! > I started yesterday to improve the Go build system and create a solid > recursive importer. It implies some structural change for every package, > but it's probably worth it and I'll submit a new patch once it's ready. Exciting, good luck on the journey. Importers are decoupled from build systems, so I'm curious what structural changes are imposed. Feel free to drop by the #guix IRC channel on Freenode for up-to-the-minute feedback. :-) Thanks a lot for diving into this! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl+CGxcACgkQoqBt8qM6 VPpZ1wgApoxOUdFQF7RE0RyaWL7n2O7vm6nr3eyb7vMf/w7wcxBEzJ3ptFByJPph tBo7SjLpuuJvgIby7wLr459qXIB2M3e2gH/TjD9EzExCCUwF5ur3CuFShYu2mgCW SK1eJCKFp80nWft7omCetu9UH9Am8Y3xqg72UJa0TtC8p6Pz7CpndLUH5wuS5dHa cBRtp2Nz1LkL7GSfnevYCOouZw/cj6mDdB0nEbccs/zHddeXhC0KCszAwyxGnuE1 m+FXl/eIXPczMY9Gk6McYg/L8pvCgow8QirLcHiH9VU95SOcS/4uoX3TSGCL0Sgo FUYbOAAy2EJmTIoCDsfE6tLPnRk6BA== =PrDw -----END PGP SIGNATURE----- --=-=-=--