-
-
Notifications
You must be signed in to change notification settings - Fork 398
0.13.0 does not find include file, 0.12.1 does #960
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 the report @ArminJo! Here's a more minimal demonstration of the bug:
There is a bug in the way the The bug was introduced by e6f1947 The ServoEasing library has this
The example sketches that are compiling in your CI run are those that use The example sketch that fails is the one using |
Thanks a lot per1234 🥇 |
@ArminJo I hope you won't mind that I reopen this. We should use this issue to track the bug until the issue has been resolved. Even if this was an intentional change, it would need to be clearly documented in the library specification and the 0.13.0 release notes. So, no matter what, some action needs to be taken and we may forget about it without an open issue. |
Ok, when this was an intended change what is now the purpose of the |
I'm sorry if my comment caused confusion @Legion2. From reading the commit message, I don't at all think this was an intended change. I'm sure it was an unintended change that can be considered a bug. However, I didn't have any involvement in the project, so I can't say that for certainty. What I can say for certainty is that if this is a bug it will be fixed and if it was an intended change the new behavior will be clearly documented.
I think you make a good point. You provided a good example of how this might occur in #934 (comment):
|
workaround for arduino/arduino-cli#960 updated platform versions
…y.properties Otherwise the automatic library discovery would be affected. Fix arduino#960
…y.properties Otherwise the automatic library discovery would be affected. Fix arduino#960
* Do not overwrite full headers list with declared 'includes' in library.properties Otherwise the automatic library discovery would be affected. Fix #960 * fixed tests for 'provides_includes'
Bug Report
Here the error
is with cli 13.0
This is the same situation, the only change is the different cli version 12.1
The text was updated successfully, but these errors were encountered: