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 Feb 3, 2018. It is now read-only.
There is no case in which it makes sense to return more than one ProjectConstraint for a given ProjectRoot. But having the method return a slice allows exactly that. These methods should be changed to return map[ProjectRoot]ProjectProperties - the same as overrides. There are still fugly ambiguities than can occur with a map, but fewer than with a slice.
The text was updated successfully, but these errors were encountered:
This is dumb.
There is no case in which it makes sense to return more than one
ProjectConstraint
for a givenProjectRoot
. But having the method return a slice allows exactly that. These methods should be changed to returnmap[ProjectRoot]ProjectProperties
- the same as overrides. There are still fugly ambiguities than can occur with a map, but fewer than with a slice.The text was updated successfully, but these errors were encountered: