diff --git a/.vipb b/.vipb index ea6f2b5..b5dffda 100644 --- a/.vipb +++ b/.vipb @@ -1,7 +1,7 @@ - + PNR_lib_LabVIEW_Composition - 1.2.3.18 + 1.2.3.19 false . .. @@ -37,7 +37,8 @@ Maps and Sets require LabVIEW 2019 or higher. Copyright (c) 2021, Pascal Neuperger https://github.com/LogMANOriginal/LabVIEW-Composition - - [#10] Fixed an issue in "Compose LabVIEW Object", where an error input was not passed through. + - [#10] Fixed an issue in "Compose LabVIEW Object", where an error input was not passed through. +- [#11] Fixed an issue in "Decompose LabVIEW Object", where a warning input was not passed through. @@ -328,7 +329,7 @@ SPDX-License-Identifier: BSD-3-Clause Composition\Compose Set.vim - 8D9264890AF5E3D3BFD2B2327D52FCEF + E56C13FCF522D7CA1FBAC0536241DCE5 \ No newline at end of file diff --git a/Composition.Tests/Composition.Tests.lvlib b/Composition.Tests/Composition.Tests.lvlib index 685f6d0..5221035 100644 --- a/Composition.Tests/Composition.Tests.lvlib +++ b/Composition.Tests/Composition.Tests.lvlib @@ -44,6 +44,7 @@ + diff --git a/Composition.Tests/Decompose LabVIEW Object - Unnamed Private Data Control - Returns Private Data.vi b/Composition.Tests/Decompose LabVIEW Object - Unnamed Private Data Control - Returns Private Data.vi index 1868832..893f4fa 100644 Binary files a/Composition.Tests/Decompose LabVIEW Object - Unnamed Private Data Control - Returns Private Data.vi and b/Composition.Tests/Decompose LabVIEW Object - Unnamed Private Data Control - Returns Private Data.vi differ diff --git a/Composition.Tests/Decompose LabVIEW Object - Warning Input - Returns Same Warning.vi b/Composition.Tests/Decompose LabVIEW Object - Warning Input - Returns Same Warning.vi new file mode 100644 index 0000000..5c3ef28 Binary files /dev/null and b/Composition.Tests/Decompose LabVIEW Object - Warning Input - Returns Same Warning.vi differ diff --git a/Composition/Decompose LabVIEW Object.vi b/Composition/Decompose LabVIEW Object.vi index c49056a..0e310bf 100644 Binary files a/Composition/Decompose LabVIEW Object.vi and b/Composition/Decompose LabVIEW Object.vi differ