-
-
Notifications
You must be signed in to change notification settings - Fork 382
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
Feature request: Expose sets of library files and directories needed for the compiler #1092
Comments
Hi @ianfixes, we added a similar feature in the new versions of the CLI:
It prints more info with the |
I'm taking a look at this now as part of Arduino-CI/arduino_ci#334 |
I genuinely appreciate the response, and I'm grateful for the attention being paid to this issue. That said, after reviewing the behavior in
The purpose of my request is to be able to ask a library which source files (according to the proper application of the library spec) must be passed to the compiler. |
Could we get the |
Feature request
Continuing discussion from #1013 (comment)
Part of unit test compilation in
arduino_ci
involves determining which files and directories from a library should be presented to the compiler. I assume thatarduino-cli
already has logic to determine this same information, so I'm hopeful that it's as simple as exposing that behind a command or two.This would eliminate any possible gaps in compiler behavior between the unit test compiler and the official one, especially if the behavior changes.
Best Solution
All compilation information
Next Best Solution
Authoritative information I can use to implement my own logic
The text was updated successfully, but these errors were encountered: