Bug: printer in the repl eats attr names if the window is too narrow #168
Labels
No labels
Area/build-packaging
Area/cli
Area/evaluator
Area/fetching
Area/flakes
Area/language
Area/profiles
Area/protocol
Area/releng
Area/remote-builds
Area/repl
Area/store
bug
crash 💥
Cross Compilation
devx
docs
Downstream Dependents
E/easy
E/hard
E/help wanted
E/reproducible
E/requires rearchitecture
imported
Needs Langver
OS/Linux
OS/macOS
performance
regression
release-blocker
RFD
stability
Status
blocked
Status
invalid
Status
postponed
Status
wontfix
testing
testing/flakey
ux
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-project/lix#168
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@rbt
I caught this with the following session in a very narrow terminal window:
It's notable that we are printing the attr name into the terminal but it is getting a
CSI k
which is clearing the line and causing it to not actually print (see https://terminalguide.namepad.de/seq/csi_ck/).Screenshot:
Reproduction of exactly what went into my terminal (generated via
script -O wtfscript
), which you can show to yourself by shoving it in a file and giving it toxxd -r
.