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

nothrow assertions #12

Merged
merged 1 commit into from
May 2, 2024
Merged

nothrow assertions #12

merged 1 commit into from
May 2, 2024

Conversation

jxy-s
Copy link
Collaborator

@jxy-s jxy-s commented May 2, 2024

Radiant originally only enforced that destructors should not throw. Radiant is now adopting a policy that move operations should not throw too.

  • cleans up existing nothrow dtor assertions
  • institutes nothrow move assertions

Radiant originally only enforced that destructors
should not throw. Radiant is now adopting a policy
that move operations should not throw too.

- cleans up existing nothrow dtor assertions
- institutes nothrow move assertions
Copy link

codecov bot commented May 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.08%. Comparing base (6e87fba) to head (8ca1239).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #12      +/-   ##
==========================================
- Coverage   91.13%   91.08%   -0.06%     
==========================================
  Files          17       17              
  Lines        1930     1930              
  Branches      235      235              
==========================================
- Hits         1759     1758       -1     
  Misses         14       14              
- Partials      157      158       +1     

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

@jxy-s jxy-s merged commit 6d738f6 into main May 2, 2024
10 checks passed
@jxy-s jxy-s deleted the noexcept-asserts branch May 2, 2024 03:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant