-
-
Notifications
You must be signed in to change notification settings - Fork 430
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: optimize debug message formatting, #1065 #1066
Conversation
docs: add impofration how to enable @debug output
|
in my last commit test: change expected values in snap for optimized @debug output are fixed test snaps, now all test are passed. |
Can you fix an error error? |
Codecov Report
@@ Coverage Diff @@
## master #1066 +/- ##
==========================================
- Coverage 94.33% 94.10% -0.24%
==========================================
Files 5 5
Lines 371 373 +2
Branches 137 137
==========================================
+ Hits 350 351 +1
Misses 19 19
- Partials 2 3 +1
Continue to review full report at Codecov.
|
This is not code error, this is Lint error:
It was already in master before I cloned it. I try to find the error. I can reproduce this issue by me local with |
Yes, can you fix it? |
Yes, I can. |
Thank you |
docs: add impofration how to enable @debug output
This PR contains a:
Motivation / Use-Case
Here was changed debug message formatting to: [debug:line:column] message.
@debug
is disabled by default.Details see in the issue.
Breaking Changes
NO
Additional Info