Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gromet While Loop Wiring Bug PR #753

Merged
merged 3 commits into from
Jan 18, 2024
Merged

Conversation

titomeister
Copy link
Contributor

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

Copy link
Contributor

@vincentraymond-ua vincentraymond-ua left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@titomeister - Looks good!

@titomeister titomeister merged commit b089c47 into main Jan 18, 2024
7 checks passed
@titomeister titomeister deleted the ferra/cism_while_loop_issue branch January 18, 2024 22:56
github-actions bot added a commit that referenced this pull request Jan 18, 2024
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 b089c47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[gromet] Fix while loop wiring bug
2 participants