Skip to content

Commit

Permalink
. B Added lib_prefix to LUnit extension on install. Thought I always …
Browse files Browse the repository at this point in the history
…had that but noticed it was missing. Is present in other extensions.
  • Loading branch information
stagg54 committed Oct 3, 2024
1 parent 2d88972 commit c425951
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
21 changes: 13 additions & 8 deletions Approval Tests.vipb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2023-02-03 17:12:45" Modified_Date="2024-08-28 11:52:12" Creator="Samuel Taggart" Comments="" ID="a566dd272229bbe9ceeac614a45c16c8">
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2023-02-03 17:12:45" Modified_Date="2024-10-03 10:55:59" Creator="Samuel Taggart" Comments="" ID="9fb7c86eaae142212fc35091abbd015f">
<Library_General_Settings>
<Package_File_Name>SAS_lib_Approval_Tests</Package_File_Name>
<Library_Version>2.2.3.3</Library_Version>
Expand Down Expand Up @@ -139,6 +139,11 @@ Find a starterproject with some examples here: https://github.com/approvals/Appr
<Namespace_Type>Prefix</Namespace_Type>
<Namespace>lib_</Namespace>
</Namespace_Overrides>
<Namespace_Overrides>
<Path>Extensions/LUnit.Extension/LUnit.Extension.lvlib</Path>
<Namespace_Type>Prefix</Namespace_Type>
<Namespace>lib_</Namespace>
</Namespace_Overrides>
<Place_Folder_Contents>
<Path/>
</Place_Folder_Contents>
Expand Down Expand Up @@ -317,7 +322,7 @@ Find a starterproject with some examples here: https://github.com/approvals/Appr
<Path>Source\Options</Path>
<VI_Title/>
</Items_Data>
<GUID>F49E35263117E60A1C36AD373D5C3D28</GUID>
<GUID>653D1F127CCCDBE9E2B03CAFDA53C1B4</GUID>
</Functions_Palette_Data>
<Functions_Palette_Data>
<Parent_Palette_Index>0</Parent_Palette_Index>
Expand Down Expand Up @@ -422,7 +427,7 @@ Find a starterproject with some examples here: https://github.com/approvals/Appr
<Path>Source\Extensions\VITester.Extension\New Verify File.vi</Path>
<VI_Title/>
</Items_Data>
<GUID>B61D413CFC7E8F3D9647ACA0FD6CAD39</GUID>
<GUID>2F1D8F0C4372F921F78EE1DDB76E7AB3</GUID>
</Functions_Palette_Data>
<Functions_Palette_Data>
<Parent_Palette_Index>0</Parent_Palette_Index>
Expand Down Expand Up @@ -527,7 +532,7 @@ Find a starterproject with some examples here: https://github.com/approvals/Appr
<Path>Source\Extensions\LUnit.Extension\New Verify File.vi</Path>
<VI_Title/>
</Items_Data>
<GUID>2EF9224EBE42D57B653143964B9CCE10</GUID>
<GUID>686CCDAB004F0E4E4AFC5AB2366EDFE0</GUID>
</Functions_Palette_Data>
<Functions_Palette_Data>
<Parent_Palette_Index>0</Parent_Palette_Index>
Expand Down Expand Up @@ -632,7 +637,7 @@ Find a starterproject with some examples here: https://github.com/approvals/Appr
<Path>Source\Extensions\Caraya.Extension\New Verify File.vi</Path>
<VI_Title/>
</Items_Data>
<GUID>F0A9899D4B0CAF5212C5ADC1AA1F1FBE</GUID>
<GUID>D1A809E6388A0EC20E684576884D74E3</GUID>
</Functions_Palette_Data>
<Functions_Palette_Data>
<Parent_Palette_Index>0</Parent_Palette_Index>
Expand Down Expand Up @@ -709,7 +714,7 @@ Find a starterproject with some examples here: https://github.com/approvals/Appr
<Path>Source\Approval Tests\Add Date Scrubber.vi</Path>
<VI_Title/>
</Items_Data>
<GUID>4300D5CD8DA65C1DF75881DBABC0E5F4</GUID>
<GUID>C0DE9EDF28A5BED4E83206C7BDDFFD13</GUID>
</Functions_Palette_Data>
<Functions_Palette_Data>
<Parent_Palette_Index>0</Parent_Palette_Index>
Expand Down Expand Up @@ -814,7 +819,7 @@ Find a starterproject with some examples here: https://github.com/approvals/Appr
<Path>Source\Approval Tests\Verify File.vi</Path>
<VI_Title/>
</Items_Data>
<GUID>52F815F77CA7415E3C5ABDF83C660121</GUID>
<GUID>C85EF3F32B4038C68E8E63F2FF35E6F2</GUID>
</Functions_Palette_Data>
</Library_Palette_Definition>
<Library_Palette_Definition>
Expand All @@ -837,7 +842,7 @@ Find a starterproject with some examples here: https://github.com/approvals/Appr
<Synchronyze_with_Directory>false</Synchronyze_with_Directory>
<Synchronize_Directory_Path>.</Synchronize_Directory_Path>
</Synchronization_Info>
<GUID>D501D97FBE83E46E423D531C4E1712AA</GUID>
<GUID>41DEA29CE6B639E640CD9BB27896A054</GUID>
</Functions_Palette_Data>
</Library_Palette_Definition>
</VI_Package_Builder_Settings>
2 changes: 1 addition & 1 deletion _build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /usr/bin/bash
VERSION="2.2.7"
VERSION="2.2.8"
rm build/*.vip 2>/dev/null
set -euo pipefail

Expand Down
2 changes: 1 addition & 1 deletion release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- Added an experimental feature to set VI Compare options. Needed it to work around some bug in VICompare for a project.
- Added lib_ prefix to installed LUnit Extension library to avoid crosslinking issues. Was doing it for other extensions. Somehow I missed this one."

0 comments on commit c425951

Please sign in to comment.