From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: bug#37586: Import cycles in unrelated packages should not be an error Date: Wed, 2 Oct 2019 19:15:47 +0200 Message-ID: <20191002171547.ncb2hmujdwoxtquy@pelzflorian.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:38404) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iFiER-0007JZ-D7 for bug-guix@gnu.org; Wed, 02 Oct 2019 13:16:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iFiEP-0004ok-MK for bug-guix@gnu.org; Wed, 02 Oct 2019 13:16:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57662) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iFiEO-0004oF-Ln for bug-guix@gnu.org; Wed, 02 Oct 2019 13:16:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iFiEM-0005ST-1e for bug-guix@gnu.org; Wed, 02 Oct 2019 13:16:04 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:38363) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iFiED-0007F3-HA for bug-guix@gnu.org; Wed, 02 Oct 2019 13:15:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iFiEC-0004kd-BC for bug-guix@gnu.org; Wed, 02 Oct 2019 13:15:53 -0400 Received: from pelzflorian.de ([5.45.111.108]:54676 helo=mail.pelzflorian.de) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iFiEB-0004jk-RL for bug-guix@gnu.org; Wed, 02 Oct 2019 13:15:52 -0400 Received: from pelzflorian.localdomain (unknown [5.45.111.108]) by mail.pelzflorian.de (Postfix) with ESMTPSA id 310853602A4 for ; Wed, 2 Oct 2019 19:15:48 +0200 (CEST) Content-Disposition: inline List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 37586@debbugs.gnu.org I am annoyed by another import cycle similar to in an unfinished package I=E2=80=99= m writing. They needlessly complicate packaging and make packagers split modules that logically should not be split. Is it possible to make import cycles not an error in Guix packages? These errors do not surface during module compilation but only when running guix show or guix build or similar. I suppose that means changing the way they are evaluated could make packages not care about dependencies in unrelated packages that just happen to be in the same module, could it? Regards, Florian