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

Make buildPathsWithResults() only return info on wanted outputs #6311

Merged
merged 6 commits into from
Mar 25, 2022

Commits on Mar 24, 2022

  1. Random cleanup

    edolstra committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    175c785 View commit details
    Browse the repository at this point in the history
  2. Random cleanup

    edolstra committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    09796c0 View commit details
    Browse the repository at this point in the history
  3. Only return wanted outputs

    edolstra committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    fe5509d View commit details
    Browse the repository at this point in the history
  4. Retry substitution after an incomplete closure only once

    This avoids an infinite loop in the final test in
    tests/binary-cache.sh. I think this was only not triggered previously
    by accident (because we were clearing wantedOutputs in between).
    edolstra committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    540d7e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    187dc08 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Use wantOutput

    Co-authored-by: John Ericson <git@JohnEricson.me>
    edolstra and Ericson2314 committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    50c229a View commit details
    Browse the repository at this point in the history