Skip to content

controllers/controllerengine: Disable DEBUG_ASSERT on invalid key#3054

Merged
uklotzde merged 3 commits intomixxxdj:2.3from
Holzhaus:controllerengine-softtakeover-assert
Aug 30, 2020
Merged

controllers/controllerengine: Disable DEBUG_ASSERT on invalid key#3054
uklotzde merged 3 commits intomixxxdj:2.3from
Holzhaus:controllerengine-softtakeover-assert

Conversation

@Holzhaus
Copy link
Copy Markdown
Member

No description provided.

Comment thread src/controllers/controllerengine.cpp Outdated
@Holzhaus Holzhaus force-pushed the controllerengine-softtakeover-assert branch from 29847fc to 423b99c Compare August 30, 2020 16:31
@Holzhaus Holzhaus requested a review from uklotzde August 30, 2020 17:01
Comment thread src/control/control.h
NoAssertIfMissing = 1 << 1,
/// Don't log a warning when trying to access a non-existing CO.
NoWarnIfMissing = (1 << 2) | NoAssertIfMissing,
AllowMissingOrInvalid = AllowInvalidKey | NoAssertIfMissing,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

👍

@uklotzde
Copy link
Copy Markdown
Contributor

No need to wait on delayed macOS CI builds. LGTM

@uklotzde uklotzde merged commit 5acb69c into mixxxdj:2.3 Aug 30, 2020
@uklotzde
Copy link
Copy Markdown
Contributor

uklotzde commented Sep 1, 2020

@Holzhaus Merging 2.3 into master requires to resolve some merge conflicts. Would you please take care of that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants