-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Tidy Python improvements #135950
Tidy Python improvements #135950
Conversation
Could not assign reviewer from: |
r? @clubby789 rustbot has assigned @clubby789. Use |
The rustc-dev-guide subtree was changed. If this PR only touches the dev guide consider submitting a PR directly to rust-lang/rustc-dev-guide otherwise thank you for updating the dev guide with your changes. |
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.
feel free to r=me
I guess rustbot doesn't allow users from vacation list to r other people 🤔 |
test: |
Could not assign reviewer from: |
Asked about this in the compiler thread |
r? @onur-ozkan (experiment again) |
Could not assign reviewer from: |
Fine. I am rustbot. |
Please choose another assignee. (see documentation) |
Dude it's fine just let me take it |
Please choose another assignee. (see documentation) |
But why can I assign me |
Unify the logic under a simple function to make it harder to cause mistakes.
…=onur-ozkan Tidy Python improvements Fixes display of Python formatting diffs in tidy, and refactors the code to make it simpler and more robust. Also documents Python formatting and linting in the Rustc dev guide. Fixes: rust-lang#135942 r? `@onur-ozkan`
r? @onur-ozkan |
Could not assign reviewer from: |
r? @apiraino |
Could not assign reviewer from: |
r? @onur-ozkan |
Could not assign reviewer from: |
…iaskrgr Rollup of 7 pull requests Successful merges: - rust-lang#135295 (Check empty SIMD vector in inline asm) - rust-lang#135873 (coverage: Prepare for upcoming changes to counter creation) - rust-lang#135926 (Implement `needs-subprocess` directive, and cleanup a bunch of tests to use `needs-{subprocess,threads}`) - rust-lang#135950 (Tidy Python improvements) - rust-lang#135956 (Make `Vec::pop_if` a bit more presentable) - rust-lang#135966 ([AIX] Allow different sized load and store in `tests/assembly/powerpc64-struct-abi.rs`) - rust-lang#135983 (Doc difference between extend and extend_from_slice) r? `@ghost` `@rustbot` modify labels: rollup
…iaskrgr Rollup of 6 pull requests Successful merges: - rust-lang#135873 (coverage: Prepare for upcoming changes to counter creation) - rust-lang#135926 (Implement `needs-subprocess` directive, and cleanup a bunch of tests to use `needs-{subprocess,threads}`) - rust-lang#135950 (Tidy Python improvements) - rust-lang#135956 (Make `Vec::pop_if` a bit more presentable) - rust-lang#135966 ([AIX] Allow different sized load and store in `tests/assembly/powerpc64-struct-abi.rs`) - rust-lang#135983 (Doc difference between extend and extend_from_slice) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#135950 - Kobzol:tidy-python-improvements, r=onur-ozkan Tidy Python improvements Fixes display of Python formatting diffs in tidy, and refactors the code to make it simpler and more robust. Also documents Python formatting and linting in the Rustc dev guide. Fixes: rust-lang#135942 r? `@onur-ozkan`
Introduced in rust-lang#135950
…, r=tgross35 Fix a typo in conventions.md Introduced in rust-lang#135950
Rollup merge of rust-lang#136323 - etaoins:fix-typo-in-conventions-md, r=tgross35 Fix a typo in conventions.md Introduced in rust-lang#135950
Fixes display of Python formatting diffs in tidy, and refactors the code to make it simpler and more robust. Also documents Python formatting and linting in the Rustc dev guide.
Fixes: #135942
r? @onur-ozkan