lix/tests/functional/repl_characterization
alois31 81a0624d76
libexpr/print: pretty-print idempotently
When pretty-printing is enabled, previously an unforced thunk would trigger
indentation, even when it subsequently does not evaluate to a nested structure.
The resulting output looked inconsistent, and furthermore pretty-printing was
not idempotent (since pretty-printing the same value again, which is now fully
evaluated, will not trigger indentation).
When strict evaluation is enabled, force the item before inspecting its type,
so that it is properly known whether it contains a nested structure.
Furthermore, there is no need to cause indentation for unforced thunks, since
the very next operation will be printing them as `«thunk»`.

This is mostly a port of https://github.com/NixOS/nix/pull/11100 , but we only
force the item when it's going to be forced anyway due to strict
pretty-printing, and a new test was written since the REPL testing framework in
Lix is different.

Co-Authored-By: Robert Hensing <robert@roberthensing.nl>
Change-Id: Ib7560fe531d09e05ca6b2037a523fe21a26d9d58
2024-07-18 18:41:28 +02:00
..
data libexpr/print: pretty-print idempotently 2024-07-18 18:41:28 +02:00
extra_data Add repl-overlays 2024-04-08 17:11:47 -07:00
.gitignore Implement a parser for a literate testing system for the repl 2024-03-14 14:30:38 -07:00
meson.build meson: run repl characterization test 2024-04-03 17:05:30 -06:00
repl_characterization.cc libexpr/print: pretty-print idempotently 2024-07-18 18:41:28 +02:00
test-session.cc libutil: return Pid from startProcess, not pid_t 2024-06-23 11:52:49 +00:00
test-session.hh libutil: return Pid from startProcess, not pid_t 2024-06-23 11:52:49 +00:00