"guix style" messes up parameterize forms

  • Open
  • quality assurance status badge
Details
One participant
  • Maxime Devos
Owner
unassigned
Submitted by
Maxime Devos
Severity
normal
M
M
Maxime Devos wrote on 21 Aug 2023 15:11
(name . bug-guix)(address . bug-guix@gnu.org)
9818e500-f829-cf26-8f5c-92312747bead@telenet.be
It turns
(parameterize ((var val))
code)
into
(parameterize ((var val))
code).
Instead it should be formatted the same way as a 'let' form.
Attachment: OpenPGP_signature
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 65427@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65427
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch