GNU bug report logs - #62000
Inconsistent indentation rules for define-configuration

Previous Next

Package: guix;

Reported by: Bruno Victal <mirai <at> makinata.eu>

Date: Mon, 6 Mar 2023 12:50:01 UTC

Severity: normal

Done: Bruno Victal <mirai <at> makinata.eu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Bruno Victal <mirai <at> makinata.eu>
Subject: bug#62000: closed (Re: Inconsistent indentation rules for
 define-configuration)
Date: Thu, 22 Jun 2023 13:41:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#62000: Inconsistent indentation rules for define-configuration

which was filed against the guix package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 62000 <at> debbugs.gnu.org.

-- 
62000: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62000
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Bruno Victal <mirai <at> makinata.eu>
To: 62000-done <at> debbugs.gnu.org
Cc: zimoun <zimon.toutoune <at> gmail.com>
Subject: Re: Inconsistent indentation rules for define-configuration
Date: Thu, 22 Jun 2023 14:40:00 +0100
Hi Simon,

On 2023-03-07 14:02, Simon Tournier wrote:
> I am missing something but from my point of view, it would not be
> possible to change what you are suggesting: apply indentation rules
> depending on the context
Thanks for the explanation, am closing this then.


-- 
Furthermore, I consider that nonfree software must be eradicated.

Cheers,
Bruno.

[Message part 3 (message/rfc822, inline)]
From: Bruno Victal <mirai <at> makinata.eu>
To: bug-guix <bug-guix <at> gnu.org>
Subject: Inconsistent indentation rules for define-configuration
Date: Mon, 6 Mar 2023 12:48:56 +0000
Suspected file: .dir-locals.el


Using 'package' as a field in define-configuration results in inconsistent indentation:

--8<---------------cut here---------------start------------->8---
(define-configuration/no-serialization mympd-configuration
  (package
    (file-like mympd)        ;;;; <<<<<<<<<<<<<<<<<<<<< notice how it's indented with 2 spaces
    "The package object of the myMPD server."
    empty-serializer)

  (shepherd-requirement
   (list-of-symbol '())      ;;;; <<<<<<<<<<<<<<<<<<<<< vs 1 space
   "This is a list of symbols naming Shepherd services that this service
will depend on."
   empty-serializer)

;; ...
)
--8<---------------cut here---------------end--------------->8---



This bug report was last modified 2 years and 25 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.