You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: