-
Notifications
You must be signed in to change notification settings - Fork 634
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
Fixes in computing function endpoints for replication cases #9632
Conversation
a = [ 1, 2 ]; | ||
b = [[3, 4], [5,9]]; | ||
c = b[[true,0]][0..1]; // [[b[true][0], b[true, 1]], [b[0,0], b[0,1]]] => [null, [3, 4]] | ||
test = foo (c, a[0..1]); "; |
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.
Minor change, extra spaces here at the end of the string.
@aparajit-pratap Looks good to me. |
a = [ 1, 2 ]; | ||
b = [[3, 4], [5,9]]; | ||
c = b[[0.1,1.1]][0..1]; | ||
test = foo (c, a[0..1]);"; |
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.
isn't a[0..1]
just equal to a
?
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.
yes they are same.
LGTM |
* Cherry-picking #9388 into 2.0.3 * Cherry-picking #9559 into 2.0.3 * Cherry-picking #9578 into 2.0.3 * cherry-picking #9632 into 2.0.3 * cherry-picking #9408 into 2.0.3 * cherry-picking #9441 into 2.0.3 * Adding gradient.png for the Test_PerforationsByImage test. This was missed while cherrypicking #9441 * Removing DSCoreDataTests.cs as this was the test fixture was introduced in a different commit and is not needed here.
Purpose
https://jira.autodesk.com/browse/DYN-1759
Declarations
Check these if you believe they are true
*.resx
filesReviewers
@reddyashish
FYIs
(FILL ME IN, Optional) Names of anyone else you wish to be notified of