Choice text functions called when choices aren't valid
Open
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 540
- PR merge metrics
- No merged PRs in 30d
Description
This is kinda fair... but somewhat unexpected.
```
VAR bool = false
* {false} [{setBoolToTrue()}] -> gather
* {bool} [Should never be printed either] -> gather
- (gather)
-> END
=== function setBoolToTrue()
~ bool = true
This choice should never print
```
Ideally, the function "setBoolToTrue" wouldn't be called because the conditions on the option are false.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.