VireoSDK icon indicating copy to clipboard operation
VireoSDK copied to clipboard

Make input only arguments in VI Params as immutable and force compiler errors as necessary

Open sanmut opened this issue 8 years ago • 0 comments

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.

sanmut avatar Dec 20 '17 23:12 sanmut