[pointer][invariant] Move to separate file#1906
Merged
Conversation
jswrenn
approved these changes
Oct 14, 2024
2f97c73 to
5f9ae12
Compare
5f9ae12 to
d765097
Compare
cad9c58 to
5870ed6
Compare
This prepares us for future changes which will significantly increase the amount of code in the `invariant` module. Also merge `aliasing_safety` into this new file.
5870ed6 to
6e8def9
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1906 +/- ##
=======================================
Coverage 87.65% 87.65%
=======================================
Files 17 17
Lines 5964 5964
=======================================
Hits 5228 5228
Misses 736 736 ☔ View full report in Codecov by Sentry. |
google-pr-creation-bot
pushed a commit
to google-pr-creation-bot/zerocopy
that referenced
this pull request
Feb 24, 2025
This prepares us for future changes which will significantly increase the amount of code in the `invariant` module. Also merge `aliasing_safety` into this new file.
Member
Author
|
Backporting in #2381 |
github-merge-queue bot
pushed a commit
that referenced
this pull request
Feb 24, 2025
This prepares us for future changes which will significantly increase the amount of code in the `invariant` module. Also merge `aliasing_safety` into this new file. Co-authored-by: Joshua Liebow-Feeser <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This prepares us for future changes which will significantly increase the amount of code in the
invariantmodule.Also merge
aliasing_safetyinto this new file.