-
Notifications
You must be signed in to change notification settings - Fork 1k
collectConstraints() should collect applicable constraints only #1409
Comments
I can hop on this @darkowlzz 😄 |
@JackyChiu Great! Go for it. |
Hey @darkowlzz could you clarify what an "applicable" constraint is? |
@JackyChiu yes, so applicable constraints are the working constraints, which are actually imported in the project by their import paths. If you check in Hope it made sense 😁 I can explain again with more examples if required. |
@darkowlzz Thanks for explanation, will try tonight since the other PR got merged |
#962 added
collectConstraints()
for collecting constraints of all the projects that are direct dependencies, but it collects constraints that are not applicable too. It should only collect applicable project constraints.Refer: https://github.com/golang/dep/pull/962/files#r153268638
The text was updated successfully, but these errors were encountered: