]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #82507 - jyn514:tidy-windows, r=Mark-Simulacrum
authorYuki Okushi <huyuumi.dev@gmail.com>
Mon, 1 Mar 2021 06:07:33 +0000 (15:07 +0900)
committerGitHub <noreply@github.com>
Mon, 1 Mar 2021 06:07:33 +0000 (15:07 +0900)
commit6c76dacccc869468ae715b3d0a15d7a1fdd358a4
tree9d4aa3e5f6c44f478ef1ad11966a62ff7d7beb2e
parent9720cd1d56c215df87dff7f5d0026c947b5c6c9b
parentfe2b93bcc5daf730a92df6b3bd6677484f8d3a06
Rollup merge of #82507 - jyn514:tidy-windows, r=Mark-Simulacrum

Rename the `tidy` binary to `rust-tidy`

This avoids naming collisions, particularly on Windows where the
dynamic library variable is PATH and setting it causes the in-tree
`tidy` to take precedence over the HTML tidy used by compiletest.

This doesn't change the x.py interface in any way, it still accepts `x.py test tidy` and prints error messages about `tidy`. It only changes the name of the file on disk.

Fixes https://github.com/rust-lang/rust/issues/82501.