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

Fix validate method and fix incorrect phase checks #50

Merged
merged 2 commits into from
Jun 12, 2023
Merged

Conversation

cmnrd
Copy link
Contributor

@cmnrd cmnrd commented Jun 12, 2023

This PR fixes a bug in assert.hh. Since we did not include the config header before accessing the configuration macro REACTOR_CPP_VALIDATE runtime validation was always disabled (if the user did not include config.hh before assert.hh in the compilation unit.

This bug in validat also masked a couple of problems with incorrect checks. Those checks are also corrected in this PR.

cmnrd added 2 commits June 12, 2023 16:58
Input actions can also be created during assembly. This is the case for Physical connections.
@cmnrd cmnrd requested a review from tanneberger June 12, 2023 15:12
@cmnrd cmnrd merged commit 4c25fb4 into master Jun 12, 2023
@cmnrd cmnrd deleted the assert-fix branch June 12, 2023 17:32
@cmnrd cmnrd added the bugfix label Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant