Skip to content

Re-enable uninlined_format_args on multiline format!#9945

Merged
bors merged 2 commits into
rust-lang:masterfrom
kraktus:uninlined_multiple_lines
Nov 25, 2022
Merged

Re-enable uninlined_format_args on multiline format!#9945
bors merged 2 commits into
rust-lang:masterfrom
kraktus:uninlined_multiple_lines

Conversation

@kraktus

@kraktus kraktus commented Nov 25, 2022

Copy link
Copy Markdown
Contributor

fix #9719

There was an issue with the code suggestion which can be sometimes completely broken (fortunately when applied it's valid), so we do not show it.

changelog: [uninlined_format_args] re-enable for multiline format expression, but do not show the literal code suggestion in those cases

But do not display the code suggestion which can be sometimes completely broken (fortunately when applied it's valid)
@rust-highfive

Copy link
Copy Markdown

r? @llogiq

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Nov 25, 2022
@llogiq

llogiq commented Nov 25, 2022

Copy link
Copy Markdown
Contributor

Thank you!

@bors r+

@bors

bors commented Nov 25, 2022

Copy link
Copy Markdown
Contributor

📌 Commit 2fd10bc has been approved by llogiq

It is now in the queue for this repository.

@bors

bors commented Nov 25, 2022

Copy link
Copy Markdown
Contributor

⌛ Testing commit 2fd10bc with merge c624989...

bors added a commit that referenced this pull request Nov 25, 2022
Re-enable `uninlined_format_args` on multiline `format!`

fix #9719

There was an issue with the code suggestion which can be sometimes completely broken (fortunately when applied it's valid), so we do not show it.
@bors

bors commented Nov 25, 2022

Copy link
Copy Markdown
Contributor

💔 Test failed - checks-action_test

@kraktus

kraktus commented Nov 25, 2022

Copy link
Copy Markdown
Contributor Author

seems a spurious failure

@matthiaskrgr

Copy link
Copy Markdown
Member

Ci failed because you need a changelog: entry in the pr description 🙃

@kraktus

kraktus commented Nov 25, 2022

Copy link
Copy Markdown
Contributor Author

thanks, updated

@matthiaskrgr

Copy link
Copy Markdown
Member

@bors r=llogiq

@bors

bors commented Nov 25, 2022

Copy link
Copy Markdown
Contributor

💡 This pull request was already approved, no need to approve it again.

  • This pull request previously failed. You should add more commits to fix the bug, or use retry to trigger a build again.

@bors

bors commented Nov 25, 2022

Copy link
Copy Markdown
Contributor

📌 Commit 2fd10bc has been approved by llogiq

It is now in the queue for this repository.

@bors

bors commented Nov 25, 2022

Copy link
Copy Markdown
Contributor

⌛ Testing commit 2fd10bc with merge 6d0b4e3...

@bors

bors commented Nov 25, 2022

Copy link
Copy Markdown
Contributor

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: llogiq
Pushing 6d0b4e3 to master...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: Awaiting review from the assignee but also interested parties

Projects

None yet

Development

Successfully merging this pull request may close these issues.

uninlined_format_args misses multi-line macros

5 participants