Skip to content

use debug_assert! instead of assert! inside the diff algorithm #2

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

Merged
merged 1 commit into from
Mar 30, 2025

Conversation

haraldmaida
Copy link
Member

replaced assert! with debug_assert! occurrences inside the loops of the algorithm.

@haraldmaida haraldmaida added the development An internal change related to development of this codebase label Mar 30, 2025
@haraldmaida haraldmaida self-assigned this Mar 30, 2025
@haraldmaida haraldmaida linked an issue Mar 30, 2025 that may be closed by this pull request
Copy link

codecov bot commented Mar 30, 2025

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@haraldmaida haraldmaida merged commit 2d749bc into main Mar 30, 2025
17 of 18 checks passed
@haraldmaida haraldmaida deleted the replace-assert-with-debug-assert branch March 30, 2025 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development An internal change related to development of this codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

replace assert! with debug_assert! inside the algorithm
1 participant