-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Assert that numberToString
is called with a number (issue 19877)
#19880
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
Assert that numberToString
is called with a number (issue 19877)
#19880
Conversation
/botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/2cc5edec377f77c/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/df12c197946101f/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/df12c197946101f/output.txt Total script time: 30.87 mins
Image differences available at: http://54.241.84.105:8877/df12c197946101f/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/2cc5edec377f77c/output.txt Total script time: 60.89 mins
Image differences available at: http://54.193.163.58:8877/2cc5edec377f77c/reftest-analyzer.html#web=eq.log |
/botio browsertest |
From: Bot.io (Linux m4)ReceivedCommand cmd_browsertest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/c00e2eef66c6ad2/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_browsertest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/c418c07b3321821/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/c00e2eef66c6ad2/output.txt Total script time: 16.01 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/c418c07b3321821/output.txt Total script time: 26.58 mins
|
@calixteman We could obviously just WONTFIX the issue instead, if you think that this change is unnecessary. |
I'd say this patch is useless especially because as you mentioned it's completely under our control and not exposed. |
d02121d
to
98a5cc4
Compare
Sure, I've updated the patch to limit this code to development and TESTING modes. |
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.
LGTM. Thank you.
*NOTE:* Given that this is an *internal* function, used only in the worker-thread, it's not clear to me that this is an entirely "necessary" change.
98a5cc4
to
f5faf86
Compare
(The GitHub Actions were "stuck", not showing any results, so re-pushing this without any code changes to try and fix that.) |
NOTE: Given that this is an internal function, used only in the worker-thread, it's not clear to me that this is an entirely "necessary" change.