-
-
Notifications
You must be signed in to change notification settings - Fork 241
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
Fix BLOCKSTRETCHACTION situation after handles #1054
Fix BLOCKSTRETCHACTION situation after handles #1054
Conversation
b34a644
to
e724c9b
Compare
No, the name of the num field must be the same as the array, just with the num_ prefix. There's special dynapi logic there |
Yes, I see errors in JSON conversions :-) |
e724c9b
to
e83ca33
Compare
@rurban better? |
e83ca33
to
4127657
Compare
Last fix was wrong. Each handle could have zero, one or more indexes. Fixes GH#1053
Part of GH#1054
4127657
to
107b5e4
Compare
@rurban PR is fine from my side :-) |
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.
Almost. Just indexes[].index to indexes[] as simple BL vector. I have more time on Friday
I prepared alternative: #1055 |
Last fix was wrong. Each handle could have zero, one or more indexes.
Fixes GH#1053