Tidy: show todo reason when lint fails (and fix the lint's tidy allow statement which was weird and broken...) - #161736
Conversation
|
|
0b6b208 to
f3b82f5
Compare
| fn z() {} | ||
| // tidy-alphabetical-end | ||
| ``` | ||
| <!--ignore-tidy-todo-->While not exactly a tidy directive, // TODO will fail tidy and make sure you can't merge a PR with unfinished work. |
There was a problem hiding this comment.
the tidy TODO lint previously implemented ignoring themselves, rather stupidly. And it worked different than all other tidy ignores, and had to be on the same line, instead of a previous line. With this lint using the standard ignore system now, the ignore comment needs to go the the previous line.
This comment has been minimized.
This comment has been minimized.
f3b82f5 to
510d0e9
Compare
510d0e9 to
5d9f9e7
Compare
|
@bors r=wafflelapkin |
…afflelapkin Tidy: show todo reason when lint fails (and fix the lint's tidy allow statement which was weird and broken...) r? @WaffleLapkin > [!NOTE] > I've not used an LLM for any part of this PR, or any other PR I make. This includes any related work like research.
…uwer Rollup of 4 pull requests Successful merges: - #160651 (mir: validate `Move` call arguments are locals or box derefs) - #161736 (Tidy: show todo reason when lint fails (and fix the lint's tidy allow statement which was weird and broken...)) - #161052 (Add regression test for generic inference) - #161818 (Fix long type on diagnostics for conditionally implemented traits)
This comment has been minimized.
This comment has been minimized.
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 3b8ee6c (parent) -> bff8e12 (this PR) Test differencesShow 3 test diffs3 doctest diffs were found. These are ignored, as they are noisy. Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard bff8e12ff5e6bcd53dfb1dbccdcec80a60a856ed --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
|
Finished benchmarking commit (bff8e12): comparison URL. Overall result: ❌ regressions - no action needed@rustbot label: -perf-regression Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary 9.5%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary -2.5%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (primary -0.0%, secondary -0.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 473.778s -> 474.868s (0.23%) |
r? @WaffleLapkin
Note
I've not used an LLM for any part of this PR, or any other PR I make. This includes any related work like research.