lix/tests/unit
alois31 b5da823138
libexpr/print: never show empty attrsets or derivations as «repeated»
The repeated value detection logic exists so that the occurrence of large
common substructures does not fill up the screen or the computer's memory.
However, empty attribute sets and derivations (when their detection is enabled)
are always cheap to print, and in practice I have observed them to make up a
significant majority of the cases where I was annoyed by the repeated value
detection kicking in. Furthermore, `nix-instantiate --eval` already disables
this logic for empty attribute sets, and empty lists are already exempted
everywhere. For these reasons, always print empty attribute sets and
derivations as what they are.

Change-Id: I5dac8e7739f9d726b76fd0521ec46f38af94463f
2024-07-18 18:41:34 +02:00
..
libcmd util.hh: Delete remaining file and clean up headers 2024-05-29 12:38:51 +02:00
libexpr libexpr/print: never show empty attrsets or derivations as «repeated» 2024-07-18 18:41:34 +02:00
libexpr-support/tests language: cleanly ban integer overflows 2024-07-13 00:59:33 +02:00
libmain tree-wide: unify progress bar inactive and paused states 2024-07-01 18:19:34 +02:00
libstore libstore: remove WriteConn::sink fields 2024-07-16 00:57:42 +00:00
libstore-support/tests util.hh: Delete remaining file and clean up headers 2024-05-29 12:38:51 +02:00
libutil libutil: add checked arithmetic tools 2024-07-13 00:56:37 +02:00
libutil-support/tests libutil: add checked arithmetic tools 2024-07-13 00:56:37 +02:00
meson.build libutil: add checked arithmetic tools 2024-07-13 00:56:37 +02:00