Message ID | 20220802214236.18965-1-ludo@gnu.org |
---|---|
Headers | show |
Series | Put the pretty printer to good use | expand |
Hey Ludo, Wow, nice! I tested the installer part, everything seems to work fine and the new comments are a welcomed addition. Thanks, Mathieu
Hi Mathieu, Mathieu Othacehe <othacehe@gnu.org> skribis: > Wow, nice! I tested the installer part, everything seems to work fine > and the new comments are a welcomed addition. Thanks for taking a look, I’m glad you liked it! I guess we could add more comments in the generated OS config to guide people; I wasn’t sure where to add them and how to frame them, but we can do that later. Ludo’.
Ludovic Courtès <ludo@gnu.org> skribis: > style: Move reader and printer to (guix read-print). > read-print: Add System and Home special forms. > read-print: Expose comment constructor. > read-print: Introduce <blank> parent class of <comment>. > style: Adjust test to not emit blank lines. > read-print: Read and render vertical space. > read-print: Recognize page breaks. > read-print: Add code to read and write sequences of > expressions/blanks. > read-print: 'canonicalize-comment' leaves top-level comments > unchanged. > style: Add '--whole-file' option. > read-print: Support printing multi-line comments. > installer: Render the final configuration with (guix read-print). > installer: Add comments and vertical space to the generated config. Oops, forgot to close: I pushed this series as ff9522fb69b9f4a31a5b766029e26dc53a2d1cf8 yesterday. Lemme know how it goes! Ludo’.