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

Increase max-backjumps default from 2000 to 4000 #5886

Merged
merged 1 commit into from
Feb 13, 2019

Conversation

hvr
Copy link
Member

@hvr hvr commented Feb 11, 2019

The last time the max-backjumps was increased was back in 2014
(see 0229cd5) as suggested
per #1780, and while --reorder-goals might often help as well,
it also often comes at a bigger runtime penalty on average than
doubling the max-backjumps.

This should also address issues such as #5882


Please include the following checklist in your PR:

  • Patches conform to the coding conventions.
  • Any changes that could be relevant to users have been recorded in the changelog.
  • The documentation has been updated, if necessary.
  • If the change is docs-only, [ci skip] is used to avoid triggering the build bots.

Please also shortly describe how you tested your change. Bonus points for added tests!

The last time the max-backjumps was increased was back in 2014
(see 0229cd5) as suggested
per haskell#1780, and while `--reorder-goals` might often help as well,
it also often comes at a bigger runtime penalty on average than
doubling the max-backjumps.

This should also address issues such as haskell#5882
@23Skidoo 23Skidoo merged commit 1283809 into haskell:master Feb 13, 2019
@23Skidoo
Copy link
Member

Merged, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants