You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
During init, when we are importing external config, dep throws away all constraints for transitive dependencies. This is a problem when the config specified an alternate source. In this case, we should create an override with just the source set, e.g.
[[override]]
name = "github.com/pkg/X"source = "https://example.com/pkg/X.git"
Hey @carolynvs, I'd like to work on this. Could you help me figure out how to setup and test a scenario where this would be relevant? As for the check for alternate source, would it be correct to compare the project root and it's Source specified in the ProjectProperties?
@sudo-suhas I've been in some design sessions recently and the design for this issue is currently undecided. I've flagged this as on-hold and hopefully I'll have a decision in a couple weeks. In the meantime, would you be interested in taking #1315 instead?
During init, when we are importing external config, dep throws away all constraints for transitive dependencies. This is a problem when the config specified an alternate source. In this case, we should create an override with just the source set, e.g.
This is part of epic #845.
The text was updated successfully, but these errors were encountered: