-
-
Notifications
You must be signed in to change notification settings - Fork 403
Libraries compatibility is now shown when calling lib list with fqbn #978
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
Conversation
@silvanocerza can I see the JSON output? |
@ubidefeo there you go:
|
@silvanocerza |
@ubidefeo I've noticed that but I assumed it was an expected behaviour of feedback library since other keys are missing too, I'll take a look at it. |
7651a14
to
c0814e9
Compare
New output.
This is
This instead is
Remember that the json doesn't reflect the gRPC interface but the CLI output, incompatible libraries are still included in the gRPC response but are marked as incompatible. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works as expected
c0814e9
to
743c3e9
Compare
Please check if the PR fulfills these requirements
before creating one)
our contributing guidelines
Changes the behaviour of
lib list
command and related gRPC interface.The return codes of the command are also more consistent to fix Please review the exit code of the
lib list -b
command #955.Calling
lib list -b <fqbn>
returns the same output aslib list
.Calling
lib list -b <fqbn>
shows which libraries compatibility with the board specified by thefqbn
.Example output:
Nope.
None.
See how to contribute