-
Notifications
You must be signed in to change notification settings - Fork 4
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
Improving adapter functionality #5
Conversation
@adecler to confirm, the following actions are now queued:
There are 15 requests in the queue ahead of you. |
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.
Generally working really well, and a nice improvement, both for push and pull.
Have left 2 comments below (one typo and one slight functional tweak).
Co-authored-by: Isak Näslund <[email protected]>
Co-authored-by: Isak Näslund <[email protected]>
@adecler to confirm, the following actions are now queued:
|
… CellValuesRequests
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.
Tested with provided test script, and works fine.
Reading the "Additional coomments" I do agree that that is out of scope for this PR, and this is a great step forward.
From code review, looks good.
Approved!
@adecler to confirm, the following actions are now queued:
There are 4 requests in the queue ahead of you. |
@BHoMBot check required |
@adecler to confirm, the following actions are now queued:
There are 13 requests in the queue ahead of you. |
The check |
The check |
The check |
The check |
The check |
NOTE: Depends on
BHoM/BHoM_Engine#2919
This is not a direct dependency (the code compiles fine without it) but this other PR solves a bug with the
SetProperty
component that happens in the test file.Issues addressed by this PR
Closes #4
Test files
https://burohappold.sharepoint.com/:f:/s/BHoM/Eo50MIUFAS5CqkhUyfiG6PABSQBkm5R_gokTu0eGeoNxRA?e=JPFp2N
Additional comments