-
Notifications
You must be signed in to change notification settings - Fork 37.7k
fix: debug console variables output problem #127132
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
fix: debug console variables output problem #127132
Conversation
c98672f to
783e55c
Compare
|
Thank you for this PR. Unfortunately I will not have time this milestone to review this. I plan to look into this in July |
783e55c to
a565d5e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the idea of requesting variables before the output is dequeued is fine, but this also moves appendToRepl outside of the output queue which can cause logs to be displayed in incorrect order.
Also see: #126967 (comment)
|
thanks @connor4312 , you are right, and I have been modified my code to put |
a565d5e to
3317ebf
Compare
3317ebf to
d99e248
Compare
|
Hi @isidorn, the PR can be merged. |
|
@connor4312 hi, do you know who can review or merge this PR? |
|
Thanks for this PR! This week we are in the endgame which means we are not accepting any new code changes. |
|
As @connor4312 mentioned this PR is an improvement so let's merge it in. |
This PR fixes #126967