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

arithmetic: Clarify memory safety of some unary-ish operations. #2294

Merged
merged 1 commit into from
Jan 26, 2025

Conversation

briansmith
Copy link
Owner

Create an AliasingSlices2 analog to AliasingSlices3 to handle unary-ish operations, and use it to clarify the memory safety of a few ops.

Create an `AliasingSlices2` analog to `AliasingSlices3` to handle
unary-ish operations, and use it to clarify the memory safety of a
few ops.
@briansmith briansmith self-assigned this Jan 26, 2025
Copy link

codecov bot commented Jan 26, 2025

Codecov Report

Attention: Patch coverage is 88.88889% with 6 lines in your changes missing coverage. Please review.

Project coverage is 96.76%. Comparing base (3fbcec4) to head (b5ac549).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/arithmetic/inout.rs 86.36% 3 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2294      +/-   ##
==========================================
+ Coverage   96.74%   96.76%   +0.02%     
==========================================
  Files         173      173              
  Lines       20912    20941      +29     
  Branches      487      485       -2     
==========================================
+ Hits        20231    20264      +33     
+ Misses        578      576       -2     
+ Partials      103      101       -2     

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

@briansmith briansmith merged commit d1277fa into main Jan 26, 2025
168 of 169 checks passed
@briansmith briansmith deleted the b/lt-dangle-4 branch January 26, 2025 21:09
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