-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
[RFC] How to make "Alire aware" tools #1802
Comments
Preliminary thoughts on those points:
|
There is still an issue how to lookup
|
ALS also uses |
Hi @mosteo,
In the context of GNATdoc development, we are thinking about how tools can get information from the Alire manifest, or anything related to Alire context, settings, and so on.
We see several options:
alr show
:a. There would still be a need to "parse" this output and make it available through an API
b. How do we communicate this to the tool?
i.
alr exec --some-clever-switch
write the content to a file and then pass an option to the tool itself to tell where this file isii. Let the tool run
alr show
itselfI am opening this issue to discuss and get feedback on those options.
The text was updated successfully, but these errors were encountered: