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

Allow turning detailed summary off #6338

Merged
merged 2 commits into from Apr 20, 2021
Merged

Commits on Apr 10, 2021

  1. Allow turning detailed summary off

    Change the DetailedSummary command-line switch from parameterless to parameterized, allowing the user to have control and explicitly set it to false if needed, overriding the default of true when the verbosity is diagnostic.
    
    This is backwards compatible with the previous behavior, so if /ds is specified, it is equivalent to turning it on.
    
    Fixes #4409
    KirillOsenkov committed Apr 10, 2021
    Copy the full SHA
    900e2c9 View commit details
    Browse the repository at this point in the history
  2. Fix typo.

    KirillOsenkov committed Apr 10, 2021
    Copy the full SHA
    04b1dcb View commit details
    Browse the repository at this point in the history