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
This PR primarily fixes a crash in the Gromet generation when there's a
While loop condition consists only of a function call.
It also fixes another minor wiring bug related to LiteralValues
### Summary of Changes
- Fixed Gromet generation crash for While loop condition of a function
call.
- Fixes a missing wiring bug when a function returns a plain
LiteralValue.
- Adds some small unit tests to maintain consistency.
Resolves#728
This PR primarily fixes a crash in the Gromet generation when there's a
While loop condition consists only of a function call.
It also fixes another minor wiring bug related to LiteralValues
### Summary of Changes
- Fixed Gromet generation crash for While loop condition of a function
call.
- Fixes a missing wiring bug when a function returns a plain
LiteralValue.
- Adds some small unit tests to maintain consistency.
Resolves#728b089c47
When the expression of a while loop is a function call, the pipeline fails to produce Gromet.
The text was updated successfully, but these errors were encountered: