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

Fix incorrect prev_bid computation when outlining. #1465

Merged
merged 1 commit into from
Nov 15, 2024

Commits on Nov 15, 2024

  1. Fix incorrect prev_bid computation when outlining.

    The commit 43b346 (found by automated bisect) introduced incorrect logic
    WRT prev_bid which caused BigLoop to fail if run for more than a few
    outer iterations.
    
    This fixes that.
    
    Lukas thinks that this section of code could use refactoring, but that's
    one for later.
    
    Co-authored-by: Lukas Diekmann <lukas.diekmann@gmail.com>
    vext01 and ptersilie committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    9010341 View commit details
    Browse the repository at this point in the history