-
Notifications
You must be signed in to change notification settings - Fork 985
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
Make feasible for recipes to get a serialized subgraph of the current node #16173
Comments
Two use cases related to this:
In Conan v1, we read the In Conan v2, the |
Please note that it was removed because this is not how this is supposed to work. Conan can already compute the lockfiles, the dependency graphs with inputs the But if the intention is to have reproducible dependencies, then the recommendation is to use the built-in lockfiles, not having to do a custom creation of lockfiles from inside that. In the case of the executable application above, you can have 3 different lockfiles, for 3 different releases when some dependencies shared libraries have got new versions, but the executable is always This feature is intended for the other use cases, like the visualization case you were describing above, or more like a logging, traceability. But this wouldn't be intended to be used for actual dependency resolution or reproducibility, Conan can achieve that without having to rely on those files. |
Recipes can store in their own package binaries or in metadata the json (or other format)
The text was updated successfully, but these errors were encountered: