-
-
Notifications
You must be signed in to change notification settings - Fork 269
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
Suggest using compat
to choose versions of packages
#3704
Conversation
I think this should be emphasized as "the" way to get the versions you want. Many times folks fight with the resolver to get it to resolve they way they want, when the declarative approach with compat is better. Therefore I think `compat` belongs in the basic starting instructions.
You could add a hint to update to the resolver error message too? |
Yeah, that sounds worthwhile, I will try do so |
Test failures seem unrelated
Some kind of coverage issue? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I think the docs need updating for the new hint?
Though I'm not sure |
Those are run in the 1.8 env matching the existing docs. But 1.8 won't have the hint. Should we update to 1.11? |
Yeah. New docs should generally be in latest. (We probably should update all docs to latest before new releases.. but that's a fair bit of work) |
compat
to choose versions of packagescompat
to choose versions of packages
bump |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Just what I assume is an accidental project change
Co-authored-by: Ian Butterworth <[email protected]>
(cherry picked from commit f7f222f)
I think this should be emphasized as "the" way to get the versions you want. Many times folks fight with the resolver to get it to resolve they way they want, when the declarative approach with compat is better. Therefore I think
compat
belongs in the basic starting instructions.