-
-
Notifications
You must be signed in to change notification settings - Fork 398
Wrong header name #1459
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
Hi @FStefanni. Thanks for reporting this. It's related to #1306 in that this check shouldn't be done at all. However, the "sht" vs. "sh" issue is an additional bug that might indicate there is a separate issue that will persist even after #1306 is fixed. |
Hi, yes this is surely related, even if not exactly the same. Regards. |
I don't see any reason it should be blocking. |
Hi, it is blocking for my workflow (of course not in general), because I have a set of scripts using With this bug, I have to change all the scripts, or to install manually the lib on the hosts. Regards. |
Fixed by #1462. |
Bug Report
Current behavior
The command fails with the following log:
Expected behavior
The searched header file should be
arduino-sht.h
and notarduino-sh.h
.Environment
arduino-cli version
): arduino-cli alpha Version: 0.19.0 Commit: 56419ec Date: 2021-09-02T14:47:35ZAdditional context
arduino-sht.h
file.arduino-sh.h
, the library is successfully installed.The content of
library.properties
is:The text was updated successfully, but these errors were encountered: