-
-
Notifications
You must be signed in to change notification settings - Fork 398
Clarification is required on the duplicate Library and LibraryRelease properties. #928
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
Some fields overlap (because they are both present in the index and in the library.properties) some other not (for example the URL to download the library is present only in So: Now, for completeness let's see some operations on the libraries (I've omitted the parts that are not relevant):
The
the Hope this clarifies things a bit! |
Thank you! Unfortunately, I still cannot acquire the When I run
So let's make sure the lib is installed:
List the installed libraries and get the
Ouch,
Let's force the
Ouch, the lib is already up to date, so I cannot get this info other than running |
It works for user libraries, but it does not work for libs bundled with a core, for instance for |
@kittaakos |
It's about
|
Do you need includes for the installed libraries? |
Yes, thank you! The rest was addressed as part of #934. |
The following properties are available on both the
LibraryRelease
and theLibrary
objects. Is this something you’re planning to change later, or the gRPC API is like that by design. If it’s by design, why, and what does it solve?author
,maintainer
,sentence
,paragraph
,website
,category
,architectures
, andtypes
.It does not cause any errors, no need to change it right now (if you want to change it at all), but as a gRPC API consumer, I want to understand the why.
Thank you!
arduino-cli/rpc/commands/lib.proto
Lines 135 to 155 in 3c16c05
arduino-cli/rpc/commands/lib.proto
Lines 213 to 232 in 3c16c05
The text was updated successfully, but these errors were encountered: