-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Rehome 30 tests/ui/issues/
tests to other subdirectories under tests/ui/
[#4 of Batch #2]
#145897
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
Conversation
This PR modifies |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, some nits. I can't seem to figure out what happened to the two removed tests tho.
tests/ui/parser/character-indexing-bug-in-splice-lines-69130.rs
Outdated
Show resolved
Hide resolved
Also tiny nit: can you refrain from at-mentioning Kivo in PR description
(just remove the
is fine. Otherwise, they will get pinged for each of such PRs. |
f390533
to
37c9001
Compare
This comment has been minimized.
This comment has been minimized.
☔ The latest upstream changes (presumably #147074) made this pull request unmergeable. Please resolve the merge conflicts. |
37c9001
to
22b9b97
Compare
This comment has been minimized.
This comment has been minimized.
22b9b97
to
f957ddb
Compare
This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can r=me once PR CI is green. |
✌️ @Oneirical, you can now approve this pull request! If @jieyouxu told you to " |
This comment has been minimized.
This comment has been minimized.
f957ddb
to
6ca6981
Compare
Rollup of 8 pull requests Successful merges: - #138799 (core: simplify `Extend` for tuples) - #145897 (Rehome 30 `tests/ui/issues/` tests to other subdirectories under `tests/ui/` [#4 of Batch #2]) - #146692 (Save x.py's help text for saving output time) - #147240 (Add an ACP list item to the library tracking issue template) - #147246 (Explain not existed key in BTreeMap::split_off) - #147393 (Extract most code from `define_feedable!`) - #147503 (Fix documentation of Instant::now on mac) - #147549 (Replace `LLVMRustContextCreate` with normal LLVM-C API calls) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of #145897 - Oneirical:uncountable-integer-11, r=jieyouxu Rehome 30 `tests/ui/issues/` tests to other subdirectories under `tests/ui/` [#4 of Batch #2] Part of #133895 Methodology: 1. Refer to the previously written `tests/ui/SUMMARY.md` 2. Find an appropriate category for the test, using the original issue thread and the test contents. 3. Add the issue URL at the bottom (not at the top, as that would mess up stderr line numbers) 4. Rename the tests to make their purpose clearer Inspired by the methodology that `@Kivooeo` was using. r? `@jieyouxu`
Part of #133895
Methodology:
tests/ui/SUMMARY.md
Inspired by the methodology that @Kivooeo was using.
r? @jieyouxu