Boolean logic short circuiting should lazily resolve variable references #127
Labels
bug
concrete-issue
An actionable, concrete issue that includes stack trace & technical details. Usually post-triage
Describe the bug
Short circuiting in 010 editor does not resolve variables until the actual comparison is made. E.g., consider the 010 template below:
In 010 Editor, the string
Short circuit power!
is printed.In pfp, the error
UnresolvedID: Could not resolve field 'DOES_NOT_EXIST'
is raised.Stack Trace
To Reproduce
Run the provided 010 template
Expected Behavior
pfp should lazily resolve referenced variables during boolean logic operations
Implementation/Fix Notes/Thoughts
This could either be really easy, or really hard.
The text was updated successfully, but these errors were encountered: