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

Remove debug output from generated code #801

Closed
treiher opened this issue Oct 6, 2021 · 1 comment
Closed

Remove debug output from generated code #801

treiher opened this issue Oct 6, 2021 · 1 comment
Labels
generator Related to generator package (SPARK code generation) small Effort of one person-day or less

Comments

@treiher
Copy link
Collaborator

treiher commented Oct 6, 2021

After the implementation of #796, the built-in debug output, which shows the current state of the state machine, can be removed, as printing the states can now be easily done using the Tick interface (as suggested in #798 (review)). There will still be debug output in case of errors.

@treiher treiher added the generator Related to generator package (SPARK code generation) label Oct 6, 2021
@treiher treiher added this to To do in RecordFlux 0.6 via automation Oct 6, 2021
@treiher treiher added the small Effort of one person-day or less label Oct 7, 2021
@senier
Copy link
Member

senier commented Oct 12, 2021

In a separate discussion we concluded that generation of debug output is more convenient than having to implement state output manually every time. Closing.

@senier senier closed this as completed Oct 12, 2021
RecordFlux 0.6 automation moved this from To do to Merged Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
generator Related to generator package (SPARK code generation) small Effort of one person-day or less
Projects
No open projects
Development

No branches or pull requests

2 participants