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

Error on potential unsupported /showIncludes lines #19580

Closed

Commits on Sep 21, 2023

  1. Error on potential unsupported /showIncludes lines

    This error ensures that removing the English language pack for MSVC
    without also refetching `@local_config_cc` doesn't result in silently
    incorrect incremental builds.
    
    I considered making this a warning instead, but that would either result
    in warning spam (if a false positive) or drown in the unfiltered MSVC
    output (if a true positive). Making this an error is better for
    correctness and will lead users to report any false positive matches.
    fmeum committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    50b5b03 View commit details
    Browse the repository at this point in the history