stack solver --update-config does not update the config if the resolver changes #2252
Milestone
Comments
Yeah I know it does not work. We do not detect and account a resolver change. I intended to detect the resolver change and recorded it as a todo but never got back to it. Should be easy to fix though, we will have to check if the resolver is different than the one in the config file and treat that as a change right away. Here is the code in
|
sjakobi
added a commit
to sjakobi/stack
that referenced
this issue
Jun 22, 2016
sjakobi
added a commit
to sjakobi/stack
that referenced
this issue
Jun 22, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to use
to change my
stack.yaml
from a different resolver. This works ifstack solver
has to apply other changes (extra-deps
for example). But if the yaml requires no change but theresolver
field, thenstack solver
says:The text was updated successfully, but these errors were encountered: