-
Notifications
You must be signed in to change notification settings - Fork 1.3k
UI: output glitches #3008
Copy link
Copy link
Closed
Labels
p2-mediumMedium priority, should be done, but less importantMedium priority, should be done, but less importantuiuser interface / interactionuser interface / interaction
Metadata
Metadata
Assignees
Labels
p2-mediumMedium priority, should be done, but less importantMedium priority, should be done, but less importantuiuser interface / interactionuser interface / interaction
Type
Fields
Give feedbackNo fields configured for issues without a type.
dvc versionhas an empty line in the end if psutil is not installed (fixed in ui: fix extra newline in dvc version #3006)dvc initdoesn't have a message about something is done,there is an empty line an then "You can now commit the changes to git"
analytics prints errors after dvc exit if there is a network issue
dvc version... can create ...
dvc addpbar is named "Add", we do big efforts to show filenames when it's not really needed, like individual pushed files, but don't show filename indvc add filenamefor single fileWe shouldn't show this pbar at all probably, esp. for small files.
dvc addpbar doesn't disappeardvc move 1.csv 2.csvdup messages:Also, why do even need to say it's not changed? we are moving things here.
dvc moveon command out suggest moving by hand and editing stage file, should also metion about updating.gitignoredvc reprosLooks idiotic and slightly confusing. "changed" and "modified" are synonyms, and why the ''s? This is "Hello a [stupid] robot is talking to you" approach to messages I'd like to get rid of.
dvc repronot all changed deps are listed because of short-curcuiting:Both
fooandbarwere changed, but we don't say it. Generally short-curcuiting should not affect UI.Common source of many of these is printing at low-level where not all the context is available. So I suggest: