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

Calculate TaskHash while constructing PackageTask #4016

Merged
merged 2 commits into from
Mar 1, 2023

Commits on Mar 1, 2023

  1. Calculate TaskHash while constructing PackageTask

    We want to calculate this earlier, because it has some important side
    effects such as gathering the hashable inputs, etc. By moving this up
    the chain, we can ensure that more information is available for run
    summary and dry run summary in a consistent way.
    mehulkar committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    e611181 View commit details
    Browse the repository at this point in the history
  2. fix

    mehulkar committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    7e006b4 View commit details
    Browse the repository at this point in the history