Maxime Devos writes:
> Blake Shaw schreef op wo 29-06-2022 om 01:34 [+0700]:
>> Which brings up another thing I've been considering working on thats
>> been discussed in the Guix community: the need for click-to-edit
>> wiki, written in Guile. [...]
>
> I don't think ‘written in Guile’ has been
Hi,
A large part of the build time is being consumed by tests … could we
separate those phases so a package whose tests succeeded once does not
have to be rebuild just because its package got garbage collected?
(⇒ keep the test result (boolean) longer than the build result)
Keeping just a boolea
Ludovic Courtès writes:
> We are pleased to announce the GNU Shepherd version 0.10.2, a bug-fix
> release of the new 0.10.x series, representing 28 commits over 7 weeks.
>
> The 0.10.x series is a major overhaul towards 1.0, addressing shortcomings
> and providing new features that help comprehe
Hi Ludo,
that’s pretty cool! Thank you!
Looking at the readme I get the feeling that two little helpers could be
useful:
(call-with-zstd-output-file "compressed.zstd"
(lambda (port)
(define data
;; Read the input file in memory.
(call-with-input-file
Maxime Devos writes:
> Upgrading the GPLv2-only code might be dificult if multiple people hold
> the copyright, so for the GPLv2-only code, it might be a good idea to still
> require copyright assignment.
When we did it for Mercurial, going from GPLv2 only to or later took
years and a *lot* of
Michael Banck writes:
> I don't mind that, but I also think the Hurd is not a tactical FSF asset
> anymore that needs to be kept under tight control. The FSF has enough
> copyright in the Hurd that it can enforce it whenever it likes, even if
> other people's copyrighted code (as is already the
Leo Famulari writes:
> On Fri, Oct 22, 2021 at 02:17:33PM -0700, Vagrant Cascadian wrote:
>> * Disable substitutes for relevent packages. Technically correct as
>> license incompatibility is only triggered on transmission of binary,
>> though maybe missing something about the spirit of the G