Skip to content

Commit

Permalink
Fix Decompose LabVIEW Object does not pass through warnings
Browse files Browse the repository at this point in the history
Warnings are currently not passed through in the "no error" case.

Closes #11
  • Loading branch information
logmanoriginal committed Jun 12, 2021
1 parent 4076cef commit dfb7b12
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .vipb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<VI_Package_Builder_Settings Version="2018" Created_Date="2021-03-27 21:11:16" Modified_Date="2021-06-12 09:46:15" Creator="Pascal Neuperger" Comments="" ID="362381ce5efbd935254bf5c9a98c72a3">
<VI_Package_Builder_Settings Version="2018" Created_Date="2021-03-27 21:11:16" Modified_Date="2021-06-12 09:58:26" Creator="Pascal Neuperger" Comments="" ID="0c190ed88985e5a68edc93a1c77459f0">
<Library_General_Settings>
<Package_File_Name>PNR_lib_LabVIEW_Composition</Package_File_Name>
<Library_Version>1.2.3.18</Library_Version>
<Library_Version>1.2.3.19</Library_Version>
<Auto_Increment_Version>false</Auto_Increment_Version>
<Library_Source_Folder>.</Library_Source_Folder>
<Library_Output_Folder>..</Library_Output_Folder>
Expand Down Expand Up @@ -37,7 +37,8 @@ Maps and Sets require LabVIEW 2019 or higher.</Description>
<Copyright>Copyright (c) 2021, Pascal Neuperger</Copyright>
<Packager/>
<URL>https://github.com/LogMANOriginal/LabVIEW-Composition</URL>
<Release_Notes>- [#10] Fixed an issue in "Compose LabVIEW Object", where an error input was not passed through.</Release_Notes>
<Release_Notes>- [#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.</Release_Notes>
</Description>
<Destinations>
<Toolkit_VIs>
Expand Down Expand Up @@ -328,7 +329,7 @@ SPDX-License-Identifier: BSD-3-Clause
<Path>Composition\Compose Set.vim</Path>
<VI_Title/>
</Items_Data>
<GUID>8D9264890AF5E3D3BFD2B2327D52FCEF</GUID>
<GUID>E56C13FCF522D7CA1FBAC0536241DCE5</GUID>
</Functions_Palette_Data>
</Library_Palette_Definition>
</VI_Package_Builder_Settings>
1 change: 1 addition & 0 deletions Composition.Tests/Composition.Tests.lvlib
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<Item Name="Decompose LabVIEW Object - Aggregate - Private Data Cluster Value.vi" Type="VI" URL="../Decompose LabVIEW Object - Aggregate - Private Data Cluster Value.vi"/>
<Item Name="Decompose LabVIEW Object - Private Data Indicator - Returns Private Data.vi" Type="VI" URL="../Decompose LabVIEW Object - Private Data Indicator - Returns Private Data.vi"/>
<Item Name="Decompose LabVIEW Object - Unnamed Private Data Control - Returns Private Data.vi" Type="VI" URL="../Decompose LabVIEW Object - Unnamed Private Data Control - Returns Private Data.vi"/>
<Item Name="Decompose LabVIEW Object - Warning Input - Returns Same Warning.vi" Type="VI" URL="../Decompose LabVIEW Object - Warning Input - Returns Same Warning.vi"/>
</Item>
</Item>
<Item Name="Cluster" Type="Folder">
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified Composition/Decompose LabVIEW Object.vi
Binary file not shown.

0 comments on commit dfb7b12

Please sign in to comment.