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

controllers/controllerengine: Disable DEBUG_ASSERT on invalid key #3054

Merged
merged 3 commits into from
Aug 30, 2020

Conversation

Holzhaus
Copy link
Member

No description provided.

@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
@@ -23,6 +23,7 @@ enum class ControlFlag {
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
Contributor

Choose a reason for hiding this comment

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

👍

@uklotzde
Copy link
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
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