Skip to content
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

Add a goal order parameter to the dependency solver #3489

Closed
grayjay opened this issue Jun 9, 2016 · 2 comments
Closed

Add a goal order parameter to the dependency solver #3489

grayjay opened this issue Jun 9, 2016 · 2 comments

Comments

@grayjay
Copy link
Collaborator

grayjay commented Jun 9, 2016

This parameter would allow unit tests to specify the exact order of goals in the solver's tree. Without it, changes in goal order heuristics could break the backjumping tests that rely on a specific order. It would also allow us to simplify those tests by specifying the goal order more directly. This issue came up in #3422 (comment).

@kosmikus
Copy link
Contributor

Yes, I very much support this.

@grayjay
Copy link
Collaborator Author

grayjay commented Jul 5, 2016

Implemented in #3510.

@grayjay grayjay closed this as completed Jul 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants