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(test): Un-redact Packaged files #14123

Merged
merged 1 commit into from
Jun 21, 2024
Merged

fix(test): Un-redact Packaged files #14123

merged 1 commit into from
Jun 21, 2024

Commits on Jun 21, 2024

  1. fix(test): Un-redact Packaged files

    This is a partial revert of #rust-lang#14121
    (e11d172)
    
    Our focus for redacting (auto or with globs) includes
    - run-specific information (timing, hashes, platform-specific wording)
    - rustc-specific information
    
    (We tend to use globs for rustc-specific information because there might
    be some very specific times we need to care about some of the details)
    
    However, "Packaged files" does not fit into any of that and, for now, we
    are erring on the side of redacting less, rather than more, with the
    move to snapbox.
    As we see how it works out and what the underlying requirements are, we
    can revisit this.
    epage committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    fd8a91d View commit details
    Browse the repository at this point in the history