Skip to content
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

Re-enable uninlined_format_args on multiline format! #9945

Merged
merged 2 commits into from
Nov 25, 2022

Conversation

kraktus
Copy link
Contributor

@kraktus kraktus commented Nov 25, 2022

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

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
Copy link
Contributor

llogiq commented Nov 25, 2022

Thank you!

@bors r+

@bors
Copy link
Contributor

bors commented Nov 25, 2022

📌 Commit 2fd10bc has been approved by llogiq

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Nov 25, 2022

⌛ 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
Copy link
Contributor

bors commented Nov 25, 2022

💔 Test failed - checks-action_test

@kraktus
Copy link
Contributor Author

kraktus commented Nov 25, 2022

seems a spurious failure

@matthiaskrgr
Copy link
Member

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

@kraktus
Copy link
Contributor Author

kraktus commented Nov 25, 2022

thanks, updated

@matthiaskrgr
Copy link
Member

@bors r=llogiq

@bors
Copy link
Contributor

bors commented Nov 25, 2022

💡 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
Copy link
Contributor

bors commented Nov 25, 2022

📌 Commit 2fd10bc has been approved by llogiq

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Nov 25, 2022

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

@bors
Copy link
Contributor

bors commented Nov 25, 2022

☀️ 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