about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-11-10 03:11:44 +0000
committerbors <bors@rust-lang.org>2021-11-10 03:11:44 +0000
commitf2f55e8da927351655c73cca0ace77f5a82daed0 (patch)
tree904cdddc826b1733d4b4447d6c88f56f581d0380 /compiler/rustc_codegen_llvm/src
parent8b09ba6a5d5c644fe0f1c27c7f9c80b334241707 (diff)
parentf06a71149bdeeac0c88dba6e1ad0774487b5d3de (diff)
downloadrust-f2f55e8da927351655c73cca0ace77f5a82daed0.tar.gz
rust-f2f55e8da927351655c73cca0ace77f5a82daed0.zip
Auto merge of #90663 - ken-matsui:support-early-stopping-too-old-tidy-for-macos, r=Mark-Simulacrum
Support early stopping too old pre-installed `tidy` command for macOS in the HTML checker

This PR brings early stopping the HTML checker before errors, which leave some macOS users confused, and suggesting installing a newer `tidy` command.

The pre-installed `tidy` command on macOS is too old, released on 31 October 2006. Additionally, I can see the same date at [StackOverflow](https://stackoverflow.com/questions/22283382/overwrite-osx-tidy
) seven years ago. The `tidy` does not support two indispensable options: `--mute-id` and `--mute`. So, the `./x.py test` command fails with a bunch of errors due not to muting them.

I could confirm the `./x.py test` command before installing a newer `tidy` failed and its command after the installation succeeded.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions