-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Enable the ESLint no-var
rule in the src/core/evaluator.js
file
#19050
Conversation
3086ca9
to
595e73d
Compare
/botio test |
595e73d
to
52c5f65
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This was previously attempted in PR 13371, but had to be reverted because of issues related to SystemJS (which has since been removed). Also, while unrelated, shortens an existing conditional assignment.
52c5f65
to
c082169
Compare
/botio unittest |
From: Bot.io (Windows)ReceivedCommand cmd_unittest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/7e742bdb24ddbfc/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_unittest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/4076d729178abff/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/4076d729178abff/output.txt Total script time: 2.52 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/7e742bdb24ddbfc/output.txt Total script time: 6.67 mins
|
/botio browsertest |
From: Bot.io (Windows)ReceivedCommand cmd_browsertest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/83d4889a6eb8438/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_browsertest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/ff77a8635686132/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/ff77a8635686132/output.txt Total script time: 20.71 mins
Image differences available at: http://54.241.84.105:8877/ff77a8635686132/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/83d4889a6eb8438/output.txt Total script time: 25.60 mins
|
Good that we can do this now; thanks! |
This was previously attempted in PR #13371, but had to be reverted because of issues related to SystemJS (which has since been removed).
Also, while unrelated, shortens an existing conditional assignment.