-
Notifications
You must be signed in to change notification settings - Fork 22
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
cloe-launch: status indication upon first opening of the shell #219
Comments
The shell command was not intended to show any output unless an error occurs. For a great UX we need to take expected incorrect usage into account, so I agree that we need to improve this here. Since I don't know what conan is doing, adding a progress bar is difficult. I'll look into providing transient Conan output via the rich Python library. |
Worst case it may be enough to just periodically print some message ("hang in there, it may take a few minutes") after the first 10 seconds have passed - that way, there is feedback that the process hasn't stalled out but is indeed doing something in the background. :) |
This is important to let the user know that something is happening, if for example conan is doing something that takes a long time. This commit resolves eclipse/cloe issue #219.
This is important to let the user know that something is happening, if for example conan is doing something that takes a long time. This commit resolves eclipse/cloe issue #219.
This is important to let the user know that something is happening, if for example conan is doing something that takes a long time. This commit resolves eclipse/cloe issue #219.
This is important to let the user know that something is happening, if for example conan is doing something that takes a long time. This commit resolves eclipse/cloe issue #219.
Commit had to be reverted because output ordering was not working. |
when opening a cloe-launch shell for the very first time, it may take a prolonged period of time before anything happens. i have had several users report back to me that they thought the program hangs although it was just downloading conan dependencies. is there a possibility to add progress output?
The text was updated successfully, but these errors were encountered: