GNU bug report logs - #77186
[PATCH 00/13] Revamp the gitolite-service-type

Previous Next

Package: guix-patches;

Reported by: Tomas Volf <~@wolfsden.cz>

Date: Sat, 22 Mar 2025 16:49:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Tomas Volf <~@wolfsden.cz>
Cc: Ludovic Courtès <ludo <at> gnu.org>, 77186 <at> debbugs.gnu.org
Subject: [bug#77186] [PATCH v2 12/14] services: gitolite-git-configuration: Add receive-fsck-objects field.
Date: Thu, 03 Apr 2025 21:25:56 +0900
Hi,

Tomas Volf <~@wolfsden.cz> writes:

[...]

> +             ,@(if receive-fsck-objects
> +                   `("[receive]\n"
> +                     "fsckObjects = true\n")
>                     '())))))
>  
>  (define-record-type* <gitolite-configuration>

Longer term, this won't scale too well to have a flat list of options
that are to go into various sections.  Perhaps something like what I'm
proposing for ngircd-configuration in bug#77396 would be nicer.

Not blocking merging this on that though, just suggesting for future
directions.  Perhaps this could also mitigate slow constructor
performance as you've found in a 800+ fields record.

-- 
Thanks,
Maxim




This bug report was last modified 50 days ago.

Previous Next


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