-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Use Dict.getArray, instead of Dict.get, when getting the 'Size' in constructSampled in src/core/function.js #9740
Conversation
Drive by comment: Please provide a better commit message! Reading just the commit message, and not the code, it isn't really possible to understand the change. Furthermore the use of the word "last" isn't correct, since there's a number of A better suggestion might be e.g:
|
@Snuffleupagus thanks for the feedback! I updated my commit message and title accordingly. |
It doesn't look like the commit message was updated, only the PR title; did you forget to force push your changes with Since you'll need to actually push the changes anyway, please update the commit message to: |
@PedroTP Hi, did you manage to update the commit message so we can try to merge it? You can do this locally with |
…nstructSampled in src/core/function.js (PR 7295 follow-up)
1399159
to
a190d21
Compare
@timvandermeij @Snuffleupagus sorry, first commit. edited the commit message, description and title, should be good to go now. thanks again for the feedback. |
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.67.70.0:8877/21faef71b7d9230/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.215.176.217:8877/1d59f23276c8253/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/21faef71b7d9230/output.txt Total script time: 19.01 mins
|
From: Bot.io (Windows)FailedFull output at http://54.215.176.217:8877/1d59f23276c8253/output.txt Total script time: 24.56 mins
Image differences available at: http://54.215.176.217:8877/1d59f23276c8253/reftest-analyzer.html#web=eq.log |
Thank you for your contribution! (Note that the failing tests on the Windows bot are known intermittent failures, so they are unrelated to this patch.) |
Use Dict.getArray, instead of Dict.get, when getting the 'Size' in constructSampled in src/core/function.js
Use Dict.getArray, instead of Dict.get, when getting the 'Size' in constructSampled on line 189 of src/core/function.js
Fixes #9734.