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
I discussed this with @kosmikus. If a flag or stanza has only one choice, e.g, the user has enabled tests, the solver should assign a value as soon as possible, so that it can discover new dependencies more quickly. The behavior would be similar to --reorder-goals, but less general. It would also avoid the slowdown in tree traversal that is caused by --reorder-goals. Another possibility is to also prefer package goals where the user has specified an exact version.
This change would handle the issue with stanza preferences discussed here: #3453 (comment)
The text was updated successfully, but these errors were encountered:
I discussed this with @kosmikus. If a flag or stanza has only one choice, e.g, the user has enabled tests, the solver should assign a value as soon as possible, so that it can discover new dependencies more quickly. The behavior would be similar to
--reorder-goals
, but less general. It would also avoid the slowdown in tree traversal that is caused by--reorder-goals
. Another possibility is to also prefer package goals where the user has specified an exact version.This change would handle the issue with stanza preferences discussed here: #3453 (comment)
The text was updated successfully, but these errors were encountered: