Skip to content
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

(sparse) what to do with submodules #735

Open
MatthijsBurgh opened this issue May 2, 2024 · 0 comments
Open

(sparse) what to do with submodules #735

MatthijsBurgh opened this issue May 2, 2024 · 0 comments

Comments

@MatthijsBurgh
Copy link
Member

When one target of a repo would specify a version, but another target for the same repo, but another sub-dir, wouldn't, this will cause a misalignment of the submodules. As sub-dir A will be checkout to version1, with the submodule(s) in that sub-dir to match with version1. But when sub-dir B is checked out to version2, sub-dir A will also be checked-out to version2. The submodule(s) of sub-dir B will be checked out to match version2, but the submodule(s) in sub-dir A, will still be matching version1.

The question is whether we should cover such a situation, as one target is overruling the version of another target.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant