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 x test tidy less noisy #108776

Merged
merged 1 commit into from
Mar 6, 2023
Merged

Make x test tidy less noisy #108776

merged 1 commit into from
Mar 6, 2023

Commits on Mar 5, 2023

  1. Make x test tidy less noisy

    Before:
    ```
    Building tool tidy (stage0)
        Finished release [optimized + debuginfo] target(s) in 0.29s
    fmt check
    skip untracked path chrome_profiler.json during rustfmt invocations
    skip untracked path query_impl-default,args.mm_profdata during rustfmt invocations
    skip untracked path query_impl-llvm.txt during rustfmt invocations
    skip untracked path query_impl-mono_items.txt during rustfmt invocations
    skip untracked path query_impl-summarize.txt during rustfmt invocations
    skip untracked path rustc.svg during rustfmt invocations
    skip untracked path rustc_middle.mono_items.json during rustfmt invocations
    skip untracked path rustc_middle.mono_items.md during rustfmt invocations
    skip untracked path rustc_query_impl.mono_items-thread_local_attr.json during rustfmt invocations
    skip untracked path rustc_query_impl.mono_items-thread_local_macro.json during rustfmt invocations
    skip untracked path rustc_query_impl.mono_items.md during rustfmt invocations
    tidy check
    Found 505 error codes
    Highest error code: `E0793`
    * 397 features
    Ensuring the YAML anchors in the GitHub Actions config were expanded
    Building tool expand-yaml-anchors (stage0)
        Finished release [optimized + debuginfo] target(s) in 0.14s
    Build completed successfully in 0:00:54
    ```
    
    After:
    ```
    Building tool tidy (stage0)
        Finished release [optimized + debuginfo] target(s) in 2.24s
    fmt check
    tidy check
    Ensuring the YAML anchors in the GitHub Actions config were expanded
    Building tool expand-yaml-anchors (stage0)
        Finished release [optimized + debuginfo] target(s) in 0.14s
    Build completed successfully in 0:00:04
    ```
    jyn514 committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    b4a5f4c View commit details
    Browse the repository at this point in the history