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

print chosen seed when building with -seed=random #713

Merged
merged 1 commit into from
Apr 9, 2023

Commits on Apr 9, 2023

  1. print chosen seed when building with -seed=random

    The seedFlag.random field had never worked,
    as my refactor in December 2021 never set it to true.
    
    Even if the boolean was working, we only printed the random seed
    when we failed. It's still useful to see it when a build succeeds,
    for example when wanting to reproduce the same binary
    or when wanting to reverse a panic from the produced binary.
    
    Add a test this time.
    
    Fixes burrowers#696.
    mvdan committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    2461375 View commit details
    Browse the repository at this point in the history