root icon indicating copy to clipboard operation
root copied to clipboard

Add doc comments to R__ASSERT/CHECK

Open silverweed opened this issue 1 year ago • 1 comments

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:

  • [x] tested changes locally
  • [ ] updated the docs (if necessary)

silverweed avatar May 17 '24 13:05 silverweed

Test Results

    11 files      11 suites   2d 8h 59m 18s :stopwatch:  2 636 tests  2 636 :white_check_mark: 0 :zzz: 0 :x: 27 440 runs  27 440 :white_check_mark: 0 :zzz: 0 :x:

Results for commit b1cdae89.

:recycle: This comment has been updated with latest results.

github-actions[bot] avatar May 17 '24 16:05 github-actions[bot]