Hello,
I think this is a serious bug and is causing a significant workflow disruption. The issue occurs with the automatic renaming of state inputs/outputs when a user creates a new pin named “Input” or “Output” on a member operation. This happens very easily when starting a link from one of the many pins named “Input” or “Output”.
Here’s the sequence of events leading to the problem:
- A user creates a new pin named “Input” or “Output” on a member operation.
- The system automatically renames any existing state inputs/outputs from “Input” or “Output” to “State Input” or “State Output” to avoid naming conflicts.
- The user then renames the newly created user pin to a different name.
- As a result, the system attempts to rename the state inputs/outputs back to “Input” or “Output”.
After step 4, the VL editor generates compilation errors throughout the project, which cannot be resolved by the undo operation. The errors persist and seem to confuse the compiler, which doesn’t properly recognize the renaming when it’s reverted.
using 5.3 preview 0380
