Skip to content

Commit

Permalink
Revert "DYN-6607 - Input/Output Node - part 1 FIX (#15037)"
Browse files Browse the repository at this point in the history
This reverts commit 97e2d46.

# Conflicts:
#	test/Tools/NodeDocumentationMarkdownGeneratorTests/MarkdownGeneratorCommandTests.cs
  • Loading branch information
twastvedt committed Apr 10, 2024
1 parent bef8e58 commit 4838e90
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 367 deletions.
341 changes: 0 additions & 341 deletions doc/distrib/NodeHelpFiles/CoreNodeModels.DefineData.dyn

This file was deleted.

9 changes: 0 additions & 9 deletions doc/distrib/NodeHelpFiles/CoreNodeModels.DefineData.md

This file was deleted.

Binary file not shown.
3 changes: 0 additions & 3 deletions src/LibraryViewExtensionWebView2/web/library/layoutSpecs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1190,9 +1190,6 @@
},
{
"path": "Core.Data.Remember"
},
{
"path": "Core.Data.DefineData"
}
],
"childElements": []
Expand Down
2 changes: 0 additions & 2 deletions test/DynamoCoreTests/DSCoreDataTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,6 @@ public void ThrowsWhenPassedAnObjectThatCanNotSerialize()

[Test]
[Category("UnitTests")]
[Ignore("Temp ignore, fixed in the follow-up PR")]
public void IsNotSupportedNullInput()
{
object nullInput = null;
Expand All @@ -596,7 +595,6 @@ public void IsNotSupportedNullInput()

[Test]
[Category("UnitTests")]
[Ignore("Temp ignore, fixed in the follow-up PR")]
public void IsSupportedPrimitiveDataType()
{
var vString = "input string";
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4354,11 +4354,5 @@
"dynFile": ["Gate"],
"folderPath": "Script/Control Flow/Action",
"inDepth": "Block data passing through this node to downstream nodes. Node returns the input data only if the node value is set to Open.\n\nIn Generative Design workflows, this node should be used to control and block the behavior of nodes that will place elements in Revit"
}, {
"Name": "DefineData",
"imageFile": ["DefineData"],
"dynFile": ["DefineData"],
"folderPath": "ImportExport/Data/Action",
"inDepth": "Validates and returns data from a currently or previously connected node."
}
]
Loading

0 comments on commit 4838e90

Please sign in to comment.