Excess verbosity in nix flake show kind of obscures the table thingy #367

Closed
opened 2024-05-31 23:49:35 +00:00 by jade · 2 comments
Owner

related: #362

~ » nix --version
nix (Lix, like Nix) 2.90.0-lixpre20240530-2f104bb
jade@tail-bot ~/lix/lix2 jade/release-testing @ nix flake show .#
fetching git input 'git+file:///home/jade/lix/lix2'
....
evaluating 'checks.x86_64-darwin.rl-next-dev'...
│   │   └───rl-next-dev omitted (use '--all-systems' to show)
evaluating 'checks.x86_64-linux'...
│   └───x86_64-linux
evaluating 'checks.x86_64-linux.binaryTarball'...
│       ├───binaryTarball: derivation 'lix-binary-tarball-2.90.0pre20240531_dirty'

This evaluating * output is actually great, but it should probably be on a line that gets cleared when the next line of output comes out.

related: #362 ``` ~ » nix --version nix (Lix, like Nix) 2.90.0-lixpre20240530-2f104bb ``` ``` jade@tail-bot ~/lix/lix2 jade/release-testing @ nix flake show .# fetching git input 'git+file:///home/jade/lix/lix2' .... evaluating 'checks.x86_64-darwin.rl-next-dev'... │ │ └───rl-next-dev omitted (use '--all-systems' to show) evaluating 'checks.x86_64-linux'... │ └───x86_64-linux evaluating 'checks.x86_64-linux.binaryTarball'... │ ├───binaryTarball: derivation 'lix-binary-tarball-2.90.0pre20240531_dirty' ``` This `evaluating *` output is actually *great*, but it should probably be on a line that gets cleared when the next line of output comes out.
jade added the
ux
label 2024-05-31 23:49:35 +00:00
Owner

It seems in general that a lot of the stuff that only ever ran under nix3 manually offset their verbosities to compensate for the lower default log level? So after d0390b5cf I guess they need to be de-offset

It seems in general that a lot of the stuff that only ever ran under nix3 manually offset their verbosities to compensate for the lower default log level? So after d0390b5cf I guess they need to be de-offset
qyriad self-assigned this 2024-06-02 00:29:01 +00:00
Owner
https://gerrit.lix.systems/c/lix/+/1370/1
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lix-project/lix#367
No description provided.