GNU bug report logs - #53019
[PATCHES] Add aerich

Previous Next

Package: guix-patches;

Reported by: Giacomo Leidi <goodoldpaul <at> autistici.org>

Date: Wed, 5 Jan 2022 01:19:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: paul <goodoldpaul <at> autistici.org>
To: Maxime Devos <maximedevos <at> telenet.be>, 53019 <at> debbugs.gnu.org
Subject: [bug#53019] [PATCH 1/3] gnu: Add python-codeclimate-test-reporter.
Date: Mon, 14 Mar 2022 23:27:08 +0100
Dear Maxime,

On 3/6/22 11:28, Maxime Devos wrote:
> Giacomo Leidi via Guix-patches via schreef op zo 06-03-2022 om 00:14
> [+0100]:
>> +  #:use-module (gnu packages version-control)
> This creates a cycle between (gnu packages version-control) and
> (gnu packages python-check).  To avoid cycles, could
>
>    (a) python-codeclimate-test-reported be moved into a new module
>
> or
>
>    (b) the importing be delayed with (module-ref ...), like in
>        (guix build-system gnu)?
>
> By reducing cycles, "guix COMMAND some-package" needs to load less
> modules and hence less memory.  There are also some other potential
> benefits, e.g. see ‘Faster "guix pull" by incremental compilation and
> non-circular modules?’ on guix-devel.

I wasn't aware of this, thank you. I fixed this by moving 
python-codeclimate-test-reported to (gnu packages python-xyz).

Greetings,

Giacomo






This bug report was last modified 1 year and 206 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.