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

PlayerManager: Replace debug assertions with warnings #4427

Merged
merged 2 commits into from
Oct 15, 2021
Merged

PlayerManager: Replace debug assertions with warnings #4427

merged 2 commits into from
Oct 15, 2021

Conversation

uklotzde
Copy link
Contributor

@uklotzde uklotzde commented Oct 15, 2021

Parsing of input data might fail at runtime and is not a programming error.

Lots of debug assertions on startup that need to be investigated separately.

@uklotzde uklotzde requested a review from Be-ing October 15, 2021 12:14
src/mixer/playermanager.cpp Outdated Show resolved Hide resolved
src/mixer/playermanager.cpp Outdated Show resolved Hide resolved
@uklotzde
Copy link
Contributor Author

@be Please always run Mixxx with --debug-assert-break during development. Detecting and cleaning up these assertions afterwards is tedious.

@uklotzde uklotzde marked this pull request as draft October 15, 2021 12:50
@uklotzde
Copy link
Contributor Author

Still doesn't work.

Parsing of input data might fail at runtime and is not a programming
error.
@Be-ing
Copy link
Contributor

Be-ing commented Oct 15, 2021

waiting for CI

@uklotzde uklotzde marked this pull request as ready for review October 15, 2021 13:04
@uklotzde
Copy link
Contributor Author

Ready. Please test!

@Be-ing Be-ing merged commit 01dc66a into mixxxdj:main Oct 15, 2021
@uklotzde uklotzde deleted the playermanager branch October 15, 2021 21:58
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.

3 participants