[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (bde902cb78 -> 6db3b34d72)
From: |
guix-commits |
Subject: |
branch master updated (bde902cb78 -> 6db3b34d72) |
Date: |
Mon, 8 Aug 2022 05:55:05 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from bde902cb78 gnu: guile-newt: Update to 0.0.3.
new ad8beb6325 lint: Add '-e'.
new bc3eaf9d83 gnu: go-gitlab.com-shackra-goimapnotify: Update to 2.3.7.
new 5817e222fa style: Move reader and printer to (guix read-print).
new 632d4ccc0b read-print: Add System and Home special forms.
new 38f1fb843c read-print: Expose comment constructor.
new 5b273e7c77 read-print: Introduce <blank> parent class of <comment>.
new 3eb3901d7f style: Adjust test to not emit blank lines.
new f687e27e03 read-print: Read and render vertical space.
new 077324a16f read-print: Recognize page breaks.
new 9b00c97de4 read-print: Add code to read and write sequences of
expressions/blanks.
new 90ef692e9b read-print: 'canonicalize-comment' leaves top-level
comments unchanged.
new a15542d26d style: Add '--whole-file' option.
new a109ee9048 news: Add entry for 'guix style -f'.
new 445a0d134c read-print: Support printing multi-line comments.
new cd1a98b928 installer: Render the final configuration with (guix
read-print).
new ff9522fb69 installer: Add comments and vertical space to the generated
config.
new 6db3b34d72 read-print: Add 'case' and 'cond' special forms.
The 17 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile.am | 3 +
doc/guix.texi | 38 ++-
etc/news.scm | 20 ++
gnu/installer.scm | 3 +-
gnu/installer/parted.scm | 10 +-
gnu/installer/services.scm | 39 ++-
gnu/installer/steps.scm | 32 ++-
gnu/installer/user.scm | 7 +-
gnu/packages/mail.scm | 52 ++--
guix/read-print.scm | 680 +++++++++++++++++++++++++++++++++++++++++++++
guix/scripts/import.scm | 4 +-
guix/scripts/lint.scm | 22 +-
guix/scripts/style.scm | 527 ++++-------------------------------
tests/guix-style.sh | 80 ++++++
tests/read-print.scm | 373 +++++++++++++++++++++++++
tests/style.scm | 185 +-----------
16 files changed, 1356 insertions(+), 719 deletions(-)
create mode 100644 guix/read-print.scm
create mode 100644 tests/guix-style.sh
create mode 100644 tests/read-print.scm
- branch master updated (bde902cb78 -> 6db3b34d72),
guix-commits <=
- 03/17: style: Move reader and printer to (guix read-print)., guix-commits, 2022/08/08
- 04/17: read-print: Add System and Home special forms., guix-commits, 2022/08/08
- 09/17: read-print: Recognize page breaks., guix-commits, 2022/08/08
- 11/17: read-print: 'canonicalize-comment' leaves top-level comments unchanged., guix-commits, 2022/08/08
- 01/17: lint: Add '-e'., guix-commits, 2022/08/08
- 05/17: read-print: Expose comment constructor., guix-commits, 2022/08/08
- 02/17: gnu: go-gitlab.com-shackra-goimapnotify: Update to 2.3.7., guix-commits, 2022/08/08
- 07/17: style: Adjust test to not emit blank lines., guix-commits, 2022/08/08
- 08/17: read-print: Read and render vertical space., guix-commits, 2022/08/08
- 10/17: read-print: Add code to read and write sequences of expressions/blanks., guix-commits, 2022/08/08