You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or 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
Dynamo Team will meet 1x a month to review PRs found on Github (Issues will be handled separately)
PRs will be reviewed from oldest to newest
If a reviewed PR requires changes by the owner, the owner of the PR has 30 days to respond. If the PR has seen no activity by the next session, it will be either closed by the team or depending on its utility will be taken over by someone on the team
PRs that do not have one of the Dynamo PR templates completely filled out with all declarations satisfied will not be reviewed by the Dynamo team.
PRs made to the DynamoRevit repo will need to be cherry-picked into all the DynamoRevit Release branches that Dynamo supports. Contributors will be responsible for cherry-picking their reviewed commits to the other branches after a LGTM label is added to the PR.
Purpose
As an alternative than #11621, do an audit to existing all NodeModel nodes and update their in/out port types. Due to Github crash, I lost all my notes for my progress in this PR of the ~50 nodes. Will update again tomorrow when I find the time.
Updated to DSCore.Color
"Core.Color.Color Palette"
"Core.Color.Color Range"
Remain as var
"Core.View.Watch 3D"
"Core.View.Watch"
"Core.View.Watch Image"
Updated to var
"Core.File.Directory From Path"
"Core.File.File From Path"
Remain as dateTime
"Core.Input.Date Time"
Remain as not defined
CodeBlockNode - this NodeModel node can output any type
"Core.Input.Input" - this NodeModel node only used in custom node to define custom node input
"Core.Input.Output" - this NodeModel node only used in custom node to define custom node output
DummyNode - this NodeModel node only appear when corrupted node found during file open, should not be used in NodeAutoComplete
TestNode - seems to be a NodeModel node only used internally for testing
"Core.Input.String" : BasicInteractive
"Core.Evaluate.Function Apply" - the output of this node can be anything
"Core.List.Range" - I failed to find where this NodeModel node is defined
"Core.List.Sequence"- I failed to find where this NodeModel node is defined
@aparajit-pratap@mjkkirschner Please check this one out about my audit results. Especially about the undefined ones, is there a particular node you think output type should be defined? Let me know and I can update the PR
The reason will be displayed to describe this comment to others. Learn more.
@mjkkirschner I updated to be consistent with file from path, see PR description. I think anyway object seem to be made up, but I am not sure how many instances of that so I only make it consistent for now
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.
Please Note:
DynamoRevit
repo will need to be cherry-picked into all the DynamoRevit Release branches that Dynamo supports. Contributors will be responsible for cherry-picking their reviewed commits to the other branches after aLGTM
label is added to the PR.Purpose
As an alternative than #11621, do an audit to existing all NodeModel nodes and update their in/out port types. Due to Github crash, I lost all my notes for my progress in this PR of the ~50 nodes. Will update again tomorrow when I find the time.
Updated to
DSCore.Color
Remain as
var
Updated to
var
Remain as
dateTime
Remain as not defined
Remain as
List
Updated to
List
Updated to
List
,List
Updated to
number
Remain as
number
Remain as
int
Updated to
string
Remain as
string
Remain as
bool
Remain as
Function
Update as
Function
Removed type as
object
Remain as
type
Remain as
var[]..[]
Updated to
var[]..[]
Declarations
Check these if you believe they are true
*.resx
filesReviewers
@DynamoDS/dynamo
FYIs