VireoSDK
VireoSDK copied to clipboard
Make input only arguments in VI Params as immutable and force compiler errors as necessary
In the SubVI_Input VI in test-it/ViaTests/WildCardArgumentsSubVICalls.via, the Copy statements do not throw compile time errors even though the arguments inputString and inputInt are "input" only. They do not copy the values to the caller and the caller's arguments are not corrupted. However, making input only arguments as immutable and throwing compile time error would be more appropriate.