Skip to content

Support Conan lockfiles which are located in a different directory than the definition file #4692

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

Closed
sschuberth opened this issue Nov 12, 2021 · 3 comments
Labels
analyzer About the analyzer tool

Comments

@sschuberth
Copy link
Member

// TODO: Add support for Conan lock files.
// protected open fun hasLockFile(projectDir: File) = null

However, the Conan community itself does not seem to have defined best practices for lock file handling yet (where to commit or deploy them etc.), also see conan-io/conan#9999.

@sschuberth sschuberth added enhancement analyzer About the analyzer tool labels Nov 12, 2021
@sschuberth
Copy link
Member Author

In that context also variant management via lockfile bundles is a topic, as variants are effectively managed via different lock files for the same Conan project.

@sschuberth
Copy link
Member Author

#6254 started to implement this. What's still open is

// TODO: Support lockfiles which are located in a different directory than the definition file.

@sschuberth sschuberth changed the title Add support for Conan lock files Support Conan lockfiles which are located in a different directory than the definition file Jan 26, 2023
@sschuberth
Copy link
Member Author

Closed as part of backlog grooming. Feel free to comment if you would like to contribute to this.

@sschuberth sschuberth closed this as not planned Won't fix, can't repro, duplicate, stale Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzer About the analyzer tool
Projects
None yet
Development

No branches or pull requests

1 participant