emacs-bug-tracker
[Top][All Lists]
Advanced

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

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


From: GNU bug Tracking System
Subject: bug#61013: closed (guix style indentation problem in (list ...))
Date: Tue, 07 Mar 2023 14:00:02 +0000

Your message dated Tue, 07 Mar 2023 14:59:09 +0100
with message-id <87ttywd5n6.fsf@gnu.org>
and subject line Re: bug#61013: guix style indentation problem in (list ...)
has caused the debbugs.gnu.org bug report #61013,
regarding guix style indentation problem in (list ...)
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61013: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61013
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: guix style indentation problem in (list ...) Date: Sun, 22 Jan 2023 19:38:28 -0500
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



--- End Message ---
--- Begin Message --- Subject: Re: bug#61013: guix style indentation problem in (list ...) Date: Tue, 07 Mar 2023 14:59:09 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
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!

Ludo’.


--- End Message ---

reply via email to

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