Skip to content

FiniteStateMachine upgrades #593

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

Merged
merged 7 commits into from
Jun 24, 2025
Merged

FiniteStateMachine upgrades #593

merged 7 commits into from
Jun 24, 2025

Conversation

mkorbel1
Copy link
Contributor

@mkorbel1 mkorbel1 commented May 7, 2025

Description & Motivation

This PR has a handful of upgrades to FiniteStateMachines so that it is easier to construct and generate readable FSM code.

This PR also includes some misc lint cleanups for newer versions of Dart

Related Issue(s)

Fix #509

Testing

Updated test for lights to leverage it, confirmed failure if the feature was broken. Added new tests for other stuff.

Existing tests cover much, but need to add more for new features

Backwards-compatibility

Is this a breaking change that will not be backwards-compatible? If yes, how so?

No

Documentation

Does the change require any updates to documentation? If so, where? Are they included?

Updated examples.

@mkorbel1 mkorbel1 marked this pull request as ready for review June 24, 2025 18:30
@mkorbel1 mkorbel1 merged commit ddfc605 into intel:main Jun 24, 2025
7 of 9 checks passed
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.

"Default" values for FiniteStateMachines
1 participant