-
-
Notifications
You must be signed in to change notification settings - Fork 7k
IDE: prevent multiple 'bad name' notifications. #3122
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
Conversation
…net instead of switch.dl.sourceforge.net
In my case I had to change it to make my 16x4 LCD work properly Fixes arduino#1333
Add watchdog routines for Due
… case of a hourly build
@ArduinoBot build this please |
Downloading windows version now, will test it soon. |
Threw a NullPointerException on usage of the static variable. Being very new to java I overlooked the type semantics. List is apparently a reference object, so I have modified it accordingly (create a new object to reference). |
@ArduinoBot build this please |
1 similar comment
@ArduinoBot build this please |
Build failed. |
|
Thank you, If I plan to do more IDE mods, I'll get a working compiler solution set up to avoid these errors. |
@ArduinoBot build this please |
Build failed. |
I guess you really need to set up a dev env :) |
Yeah, I'm setting one up now. |
This patch will prevent the IDE from informing the user about a bad sketch folder name multiple times. Now the user is informed once at start up only, or once when it is detected during a rescan of the folders.
3fc86ca
to
e74c2dc
Compare
Had success, it works as I expected. I got an error with the
|
With the fix I proposed to build.xml in #3167 this compiles and runs perfectly. |
@ArduinoBot build this please |
Arduino bot's having a long weekend. |
Yup, a maintenance activity left it disabled. Just re-enabled it |
@ArduinoBot build this please |
Rebased on master and pushed. See b2f8b9b. Thanks! |
This patch will prevent the IDE from informing the user about a bad sketch folder name multiple times. Now the user is informed once at start up only, or once when it is detected during a re-scan of the folders.
Here is a run down of what I have noticed. Being bugged twice by V1.5.7 was fine, but now its a minimum of eight times. This only involves one folder with an invalid name.
Version 1.5.7
Version 1.6.3
Version 1.6.4
In 1.6.4 simply starting the IDE, opening/closing the board manager and changing board types generates 26 notification boxes for me to click.