-
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
Introduce some Map
-usage in the AppOptions
#18469
Conversation
This is needed for upcoming changes, and simplifies both checking if an entry exists and iteration of the entries.
This is needed for upcoming changes, and simplifies both checking if an entry exists and iteration of the entries.
/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/901fc7987643309/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/8bad670cb1bd9b9/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/8bad670cb1bd9b9/output.txt Total script time: 2.51 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/901fc7987643309/output.txt Total script time: 7.94 mins
|
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/a7c2e39ca97dfd5/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/745af196fef7785/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/a7c2e39ca97dfd5/output.txt Total script time: 8.57 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/745af196fef7785/output.txt Total script time: 18.99 mins
|
Thank you for the patch! |
This simplifies both checking if an entry exists and iteration of the entries, and will help reduce the size/scope of PR #18465.