From 751d18646b2afe0f49dd72d1c1d84449a6bdc2df Mon Sep 17 00:00:00 2001 From: tnunnink Date: Sat, 4 May 2024 11:43:00 -0500 Subject: [PATCH] Removed member constructor since it was causing a bunch of errors and it was not really needed. Fixed tests. --- src/.idea/.idea.L5Sharp/.idea/workspace.xml | 186 +----------------- src/L5Sharp.Core/Components/Module.cs | 2 + src/L5Sharp.Core/Data/Member.cs | 16 -- src/L5Sharp.Core/Elements/DataTypeMember.cs | 2 +- ...lize_Default_ShouldBeVerified.verified.txt | 6 +- ..._Initialized_ShouldBeVerified.verified.txt | 6 +- tests/L5Sharp.Tests/Components/ModuleTests.cs | 2 +- ...ValidProgram_ShouldBeVerified.verified.xml | 4 +- tests/L5Sharp.Tests/Components/TaskTests.cs | 2 + tests/L5Sharp.Tests/Data/ComplexDataTests.cs | 2 +- tests/L5Sharp.Tests/L5XBasicTests.cs | 1 - 11 files changed, 18 insertions(+), 211 deletions(-) diff --git a/src/.idea/.idea.L5Sharp/.idea/workspace.xml b/src/.idea/.idea.L5Sharp/.idea/workspace.xml index 55a26325..09b4e511 100644 --- a/src/.idea/.idea.L5Sharp/.idea/workspace.xml +++ b/src/.idea/.idea.L5Sharp/.idea/workspace.xml @@ -8,142 +8,8 @@