aboutsummaryrefslogtreecommitdiff
path: root/nix/boost
ModeNameSize
-rw-r--r--assert.hpp1065logplainabout
-rw-r--r--format.hpp2223logplainabout
d---------format469logplain
-rw-r--r--throw_exception.hpp999logplainabout
t/tests/read-print.scm?id=6c343d0d0f6b8560e9eb594ce1d4f984753a35fb'>read-print: Do not use extended notation when printing '1+', '1-', etc....* guix/read-print.scm (%special-non-extended-symbols): New variable. (symbol->display-string): New procedure. (pretty-print-with-comments): Use it in lieu of 'string->symbol'. * tests/read-print.scm: Add test. Ludovic Courtès 2022-09-20read-print: Correctly support multiple same-named newline forms....Previously (home-environment (services ...)) would not be considered a "newline form". This fixes it. * guix/read-print.scm (newline-form?): Use 'vhash-foldq*' instead of 'vhash-assq' and iterate over candidates. * tests/read-print.scm: Add test. Ludovic Courtès