-
-
Notifications
You must be signed in to change notification settings - Fork 398
Specify IDE version dependency of platform in package index #1244
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
Doesn't #error halt further processing? Having a "minimal version number" might be a useful addition, though. |
Thanks for bringing this out. It was in the plans but never scheduled |
It would be nice if a version range could be specified e.g. 1.6.4-1.6.5, <=1.6.6, >=1.6.6, 1.6.5 |
Might be useful to look at the version number specs that Debian uses. Typically, you would just have just a minimal version. I can see two usecases for an upper limit:
|
Also there are different avr core with r5 for example. This should be added as well. (avr core dependency) |
See this:
http://forum.arduino.cc/index.php?topic=349752
The workaround works but is not nice.
The same for libraries would also be nice.
If a library has the workaround added, the error is displayed, but with a whole bunch of other errors. Beginners might be confused and dont read the first error carefully. There was also a discussion (issue) to not display any further error after the first.
The text was updated successfully, but these errors were encountered: