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

Add doc comments to R__ASSERT/CHECK #15559

Merged
merged 4 commits into from
May 22, 2024

Conversation

silverweed
Copy link
Contributor

This Pull request:

Adds brief documentation to R__ASSERT and R__CHECK underlining how they do not get stripped in release mode (which might be unexpected for some users).
Additionally, it uses R__likely for the check itself, since the condition is expected to be true.

Checklist:

  • tested changes locally
  • updated the docs (if necessary)

Copy link

github-actions bot commented May 17, 2024

Test Results

    11 files      11 suites   2d 8h 59m 18s ⏱️
 2 636 tests  2 636 ✅ 0 💤 0 ❌
27 440 runs  27 440 ✅ 0 💤 0 ❌

Results for commit b1cdae8.

♻️ This comment has been updated with latest results.

@silverweed silverweed merged commit 892f637 into root-project:master May 22, 2024
13 of 14 checks passed
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.

None yet

3 participants