bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61013: guix style indentation problem in (list ...)


From: Maxim Cournoyer
Subject: bug#61013: guix style indentation problem in (list ...)
Date: Tue, 07 Mar 2023 13:31:29 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hi Ludo,

Ludovic Courtès <ludo@gnu.org> writes:

> Hello,
>
> Maxim Cournoyer <maxim.cournoyer@gmail.com> skribis:
>
>> I recently stumbled on this indentation produced with guix style:
>>
>>     (arguments
>>      (list
>>            ;; Disable tests that use the network and non-free assets.
>>            #:test-flags #~(list "-m" "not external and not samples")))
>>
>>
>> While the conventional way would be to indent it as:
>>
>>     (arguments
>>      (list
>>       ;; Disable tests that use the network and non-free assets.
>>       #:test-flags #~(list "-m" "not external and not samples")))
>
> Fixed in 0a37921d851b94aef6900214098dc5bd62b46e26, thanks!

Awesome, that was quick!  I'll try to use it more regularly and reports
of any problematic behavior.

-- 
Thanks,
Maxim





reply via email to

[Prev in Thread] Current Thread [Next in Thread]