-
-
Notifications
You must be signed in to change notification settings - Fork 431
Output window should report a successful upload #1290
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
Comments
Thanks for your suggestion @InstantMuffin. I'll provide some supplemental information: Prior to 4611381, messages were printed to the Output view at the successful completion of compilations:
and completion of uploads:
Those were removed by #1064. I assumed that was done intentionally, with the idea they were superfluous to the notifications, but @kittaakos might be able to provide better insight into the reason for the change. |
Yes, that was what I forgot to mention. I do distinctively remember at least the old IDE to have a specific feedback response. |
IDE2 wants to show what's coming from the CLI, nothing more, nothing less. We might like to introduce an optional flag in the CLI to print out the task stages, such as Also, for #1275 and #1064 IDE2 uses the output from the CLI as-is to parse the error locations. It's already been problematic to parse the output 😕 Furthermore, the Java IDE does not print such additional info to the output either, even with verbose
I am not saying this issue won't fix, but maybe we should figure out another way to indicate the success and failure statuses at a different place than the output. |
This comment has been minimized.
This comment has been minimized.
The Arduino CLI provides APIs to retrieve the compiler errors in machine-readable format: arduino/arduino-cli#2182 and arduino/arduino-cli#2515. Printing additional strings to the output should not be a technical obstacle. |
Describe the request
I would love if the output window would give a success message whenever an upload finished successfully.
Describe the current behavior
Currently whenever an upload is successful the output window shows no entry of this.
It leads the user believe that an upload may not have happened (if the user doesn't see the popups) or the user trying to debug an issue scrolling up the logs does not find a notification that an upload happened at all.
All I myself see and guess is that compiling the sketch was successful. I was quite bothered trying to track down uploading issues with the message not happening (and the popups being delayed and old ones staying on for a long time due to a different reported bug). Uploading being unsuccessful could be because simply no board was selected or because of some other issues that for some reason don't trigger an upload.
Instead in case if the upload fails the user currently does get a detailed message.
Arduino IDE version
2.0.0-rc9.1 and nightly
Operating system
Linux
Operating system version
XUbuntu 22.04 LTS
Additional context
Additional requests
Issue checklist
The text was updated successfully, but these errors were encountered: