-
Notifications
You must be signed in to change notification settings - Fork 635
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
Obsoleting Surface.Join Node. #9399
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LGTM. Please make sure self CI pass and also check if there is change in DynamoRevit repo needed. |
The last 2 commits have to be removed from this PR |
mjkkirschner
added
DNM
Do not merge. For PRs.
and removed
DNM
Do not merge. For PRs.
labels
Jan 10, 2019
7 tasks
reddyashish
added a commit
to reddyashish/Dynamo
that referenced
this pull request
Jan 11, 2019
* Add check for invalid cutom node name https://jira.autodesk.com/browse/QNTM-3928 * Removing trailing spaces * Moving the function to utilities class * Revert "Merge branch 'master' of https://github.com/DynamoDS/Dynamo" This reverts commit 085fb51, reversing changes made to d055de4. * Revert "Revert "Merge branch 'master' of https://github.com/DynamoDS/Dynamo"" This reverts commit 12538ab. * Adding tests - QNTM-3928 * Comments * Moving the test to NodeViewCustomizationTests.cs * Deleting changes to SerializationTests.cs * Create SerializationTests.cs * Update SerializationTests.cs * moving the test to UtilityTests.ca * Heterogeneous list update gives infinite loop DYN-1198 * Moving the test dyn file * Revert "Moving the test dyn file" This reverts commit d91009e. * Revert "Heterogeneous list update gives infinite loop" This reverts commit e8d7b8a. * making Surface.join node obsolete * Revert "making Surface.join node obsolete" This reverts commit 1458b46. * Obsoleting Surface,Join node. Use Polysurface.ByJoinedSurfaces node instead. * Renaming test file. (cherry picked from commit dee10b6)
7 tasks
QilongTang
pushed a commit
that referenced
this pull request
Jan 11, 2019
* Revert "Heterogeneous list update gives infinite loop (#9334)" This reverts commit 67a19a7. * Obsoleting Surface.Join Node. (#9399) * Add check for invalid cutom node name https://jira.autodesk.com/browse/QNTM-3928 * Removing trailing spaces * Moving the function to utilities class * Revert "Merge branch 'master' of https://github.com/DynamoDS/Dynamo" This reverts commit 085fb51, reversing changes made to d055de4. * Revert "Revert "Merge branch 'master' of https://github.com/DynamoDS/Dynamo"" This reverts commit 12538ab. * Adding tests - QNTM-3928 * Comments * Moving the test to NodeViewCustomizationTests.cs * Deleting changes to SerializationTests.cs * Create SerializationTests.cs * Update SerializationTests.cs * moving the test to UtilityTests.ca * Heterogeneous list update gives infinite loop DYN-1198 * Moving the test dyn file * Revert "Moving the test dyn file" This reverts commit d91009e. * Revert "Heterogeneous list update gives infinite loop" This reverts commit e8d7b8a. * making Surface.join node obsolete * Revert "making Surface.join node obsolete" This reverts commit 1458b46. * Obsoleting Surface,Join node. Use Polysurface.ByJoinedSurfaces node instead. * Renaming test file. (cherry picked from commit dee10b6) * Updating the file name related to DYN-1043 (Obsoleting surface.join node) (#9410) * Add check for invalid cutom node name https://jira.autodesk.com/browse/QNTM-3928 * Removing trailing spaces * Moving the function to utilities class * Revert "Merge branch 'master' of https://github.com/DynamoDS/Dynamo" This reverts commit 085fb51, reversing changes made to d055de4. * Revert "Revert "Merge branch 'master' of https://github.com/DynamoDS/Dynamo"" This reverts commit 12538ab. * Adding tests - QNTM-3928 * Comments * Moving the test to NodeViewCustomizationTests.cs * Deleting changes to SerializationTests.cs * Create SerializationTests.cs * Update SerializationTests.cs * moving the test to UtilityTests.ca * Heterogeneous list update gives infinite loop DYN-1198 * Moving the test dyn file * Revert "Moving the test dyn file" This reverts commit d91009e. * Revert "Heterogeneous list update gives infinite loop" This reverts commit e8d7b8a. * making Surface.join node obsolete * Revert "making Surface.join node obsolete" This reverts commit 1458b46. * Obsoleting Surface,Join node. Use Polysurface.ByJoinedSurfaces node instead. * Renaming test file. * Updating file name (cherry picked from commit 219baa8)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
This PR obsoletes the Surface.Join function and suggests to use the PolySurface.ByJoinedSurfaces function. The tests are updated to use the suggested functions.
Declarations
Check these if you believe they are true
*.resx
filesReviewers
@aparajit-pratap @QilongTang @mjkkirschner