-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
[Library Manager] Perpetually updatable libraries #4189
Comments
What's your expected behaviour? Maybe a duplicate #4064 ? |
yep duplicate. I'm closing this |
@agdl are you referring to the issue of the library always appearing in the Type: Updatable section of the Arduino IDE 1.6.6 Library Manager no matter what you do. If so, this isn't a duplicate of #4064, it's a separate issue, but can be easily fixed by changing the name value in the library.properties of the bundled library to be different from the Arduino IDE Built-In library. See: intel/corelibs-galileo#16, esp8266/Arduino#1096 and JChristensen/mighty-1284p#23 List of reports of this issue (to be updated as time goes on):
|
Guys, the SD library bug is not critical but seriously annoying, can something be done about this, please? |
Closing as fixed by ac6d3c1 Prior to that commit, Arduino Library Manager used the installed versions of the platform bundled libraries as a factor in determining whether an update was available. In addition to not being helpful, since platform bundled libraries are not distributed by Library Manager, but instead by Boards Manager, it also caused this peculiar "always updatable" bug under certain conditions. The change to making Library Manager ignore platform bundled libraries also eliminated this bug. |
If a core has in bundle let's say the Ethernet library with a version that is < of the latest version of the Arduino one, you are bounced between the latest version of the library of the added core and the one before the last of the Arduino core.
@ffissore @cmaglie
The text was updated successfully, but these errors were encountered: