index
:
guix
keyring
master
test
Personal fork of GNU Guix
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
read-print.scm
Age
Commit message (
Expand
)
Author
2025-02-24
read-print: Adjust test for keyword alignment.
Ludovic Courtès
2023-11-22
read-print: Properly indent ‘parameterize’.
Ludovic Courtès
2023-09-24
tests: read-print: Update expectations.
Tobias Geerinckx-Rice
2023-05-05
read-print: Correctly read "(. x)".
Ludovic Courtès
2023-04-24
read-print: 'pretty-print-with-comments' keeps newlines on long strings.
Ludovic Courtès
2023-03-16
read-print: 'read-with-comments' reads comments within gexps.
Ludovic Courtès
2023-03-07
read-print: Correctly handle comments that follow a list head.
Ludovic Courtès
2023-01-09
read-print: Do not use extended notation when printing '1+', '1-', etc.
Ludovic Courtès
2022-09-20
read-print: Correctly support multiple same-named newline forms.
Ludovic Courtès
2022-09-02
read-print: Define forms for which \n, \t, etc. are not escaped.
Ludovic Courtès
2022-09-01
read-print: Guess the base to use for integers being printed.
Ludovic Courtès
2022-08-10
read-print: Report missing closing parens instead of looping.
Ludovic Courtès
2022-08-08
read-print: Add 'case' and 'cond' special forms.
Ludovic Courtès
2022-08-08
read-print: Support printing multi-line comments.
Ludovic Courtès
2022-08-08
read-print: 'canonicalize-comment' leaves top-level comments unchanged.
Ludovic Courtès
2022-08-08
read-print: Add code to read and write sequences of expressions/blanks.
Ludovic Courtès
2022-08-08
read-print: Recognize page breaks.
Ludovic Courtès
2022-08-08
read-print: Read and render vertical space.
Ludovic Courtès
2022-08-08
style: Move reader and printer to (guix read-print).
Ludovic Courtès