-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
better debug output #4236
better debug output #4236
Conversation
I don't understand this statement. |
@juergba I mean that a template literal is always evaluated regardless. If debug is not enabled, the string containing placeholders won't be evaluated. The impact is probably minimal in our case, but IMO it's good practice. |
d8979e0
to
eddf2e4
Compare
- make sure that template strings aren't used in debug statements, since they are eager Ref: #4198
eddf2e4
to
2ef600e
Compare
this is low-impact, so merging |
Ref: #4198
Requirements