-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not emit
logging-not-lazy
for explicitly concatenated strings. (#…
- Loading branch information
1 parent
84d4959
commit 011c6ac
Showing
4 changed files
with
29 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
`logging-not-lazy` is not longer emitted for explicitly concatenated string arguments. | ||
|
||
Closes #8410 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
logging-not-lazy:11:0:11:39::Use lazy % formatting in logging functions:UNDEFINED | ||
logging-not-lazy:12:0:12:48::Use lazy % formatting in logging functions:UNDEFINED | ||
logging-not-lazy:13:0:13:61::Use lazy % formatting in logging functions:UNDEFINED | ||
logging-not-lazy:14:0:14:56::Use lazy % formatting in logging functions:UNDEFINED | ||
logging-not-lazy:15:0:15:59::Use lazy % formatting in logging functions:UNDEFINED | ||
logging-not-lazy:12:0:12:35::Use lazy % formatting in logging functions:UNDEFINED | ||
logging-not-lazy:13:0:13:48::Use lazy % formatting in logging functions:UNDEFINED | ||
logging-not-lazy:14:0:14:61::Use lazy % formatting in logging functions:UNDEFINED | ||
logging-not-lazy:15:0:15:56::Use lazy % formatting in logging functions:UNDEFINED | ||
logging-not-lazy:16:0:16:57::Use lazy % formatting in logging functions:UNDEFINED | ||
bad-format-string:27:4:27:27::Invalid format string:UNDEFINED | ||
logging-format-interpolation:27:4:27:27::Use lazy % formatting in logging functions:UNDEFINED | ||
bad-format-string:32:4:32:27::Invalid format string:UNDEFINED | ||
logging-format-interpolation:32:4:32:27::Use lazy % formatting in logging functions:UNDEFINED |