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

Replace Deprecated assert.h Header with cassert #75

Conversation

franziska-wegner
Copy link
Owner

@franziska-wegner franziska-wegner commented Jan 2, 2024

This PR removes the following C/C++ linter warning, which highlights a deprecated include header assert.h and asks to replace it with cassert.

Screenshot 2024-01-02 at 6 24 10 AM

@franziska-wegner franziska-wegner self-assigned this Jan 2, 2024
@franziska-wegner franziska-wegner added the enhancement New feature or request label Jan 2, 2024
@franziska-wegner franziska-wegner enabled auto-merge (squash) January 2, 2024 14:28
Copy link

codecov bot commented Jan 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (50a74c8) 94.37% compared to head (15ead49) 94.37%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #75   +/-   ##
=======================================
  Coverage   94.37%   94.37%           
=======================================
  Files          49       49           
  Lines        4921     4921           
=======================================
  Hits         4644     4644           
  Misses        277      277           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@franziska-wegner franziska-wegner merged commit 988e0ac into main Jan 2, 2024
17 checks passed
@franziska-wegner franziska-wegner deleted the franziska-wegner/2024/january/remove-linter-warnings-deprecated-assert-header branch January 2, 2024 14:40
github-actions bot added a commit that referenced this pull request Jan 2, 2024
This PR removes the following C/C++ linter warning, which highlights a deprecated include header `assert.h` and asks to replace it with `cassert`. 988e0ac
github-actions bot added a commit that referenced this pull request Jan 2, 2024
This PR removes the following C/C++ linter warning, which highlights a deprecated include header `assert.h` and asks to replace it with `cassert`. 988e0ac
github-actions bot added a commit that referenced this pull request Jan 2, 2024
This PR removes the following C/C++ linter warning, which highlights a deprecated include header `assert.h` and asks to replace it with `cassert`. 988e0ac
github-actions bot added a commit that referenced this pull request Jan 2, 2024
This PR removes the following C/C++ linter warning, which highlights a deprecated include header `assert.h` and asks to replace it with `cassert`. 988e0ac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

1 participant