Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unintuitive behaviour for vh execution delete #120

Open
ghost opened this issue Apr 8, 2020 · 0 comments
Open

unintuitive behaviour for vh execution delete #120

ghost opened this issue Apr 8, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented Apr 8, 2020

Using vh execution delete 1 2 3 ... or vh execution delete a-b multiple times to delete for existing executions a-b will continue to return the messages

...   Deleteing #a...
...   Deleteing #a+1...
...   Deleteing #a+2...
----
...   Deleting #b-1...
...   Deleting #b...
:)  Success! Deleted 8 executions.

Even after the execution has been deleted. This could be misleading, and give the idea that an execution didn't succeed as stated. It might be more informative to change this behaviour to

...   Discovering #a...   #a exists!...  Deleting #a....
...   Discovering #a+1...  #a does not exist (skipping)...
----
:) Success! Deleted [n1] executions. (Note: [n2] executions did not exist)

or something similar,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant