GNU bug report logs -
#61013
guix style indentation problem in (list ...)
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 61013 in the body.
You can then email your comments to 61013 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#61013
; Package
guix
.
(Mon, 23 Jan 2023 00:39:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Mon, 23 Jan 2023 00:39:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello,
I recently stumbled on this indentation produced with guix style:
--8<---------------cut here---------------start------------->8---
(arguments
(list
;; Disable tests that use the network and non-free assets.
#:test-flags #~(list "-m" "not external and not samples")))
--8<---------------cut here---------------end--------------->8---
While the conventional way would be to indent it as:
--8<---------------cut here---------------start------------->8---
(arguments
(list
;; Disable tests that use the network and non-free assets.
#:test-flags #~(list "-m" "not external and not samples")))
--8<---------------cut here---------------end--------------->8---
--
Thanks,
Maxim
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Tue, 07 Mar 2023 14:00:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
bug acknowledged by developer.
(Tue, 07 Mar 2023 14:00:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 61013-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Maxim Cournoyer <maxim.cournoyer <at> 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!
Ludo’.
Information forwarded
to
bug-guix <at> gnu.org
:
bug#61013
; Package
guix
.
(Tue, 07 Mar 2023 18:32:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 61013-done <at> debbugs.gnu.org (full text, mbox):
Hi Ludo,
Ludovic Courtès <ludo <at> gnu.org> writes:
> Hello,
>
> Maxim Cournoyer <maxim.cournoyer <at> 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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 05 Apr 2023 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 39 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.