Skip to content

Conversation

@joshlf
Copy link
Member

@joshlf joshlf commented Sep 15, 2024

Makes progress on #367, #1634

@joshlf joshlf requested a review from jswrenn September 15, 2024 23:59
@joshlf joshlf enabled auto-merge September 15, 2024 23:59
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.01%. Comparing base (0003184) to head (558843e).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1664   +/-   ##
=======================================
  Coverage   88.01%   88.01%           
=======================================
  Files          16       16           
  Lines        5805     5805           
=======================================
  Hits         5109     5109           
  Misses        696      696           

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

// validities of its fields, so this is a sound implementation of
// `is_bit_valid`.
fn is_bit_valid<A: ::zerocopy::pointer::invariant::Aliasing + ::zerocopy::pointer::invariant::AtLeast<::zerocopy::pointer::invariant::Shared>>(
fn is_bit_valid<A: ::zerocopy::pointer::invariant::Aliasing + ::zerocopy::pointer::invariant::AtLeast<::zerocopy::pointer::invariant::Shared> >(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's with this change?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

>> is the right-shift token while > > is two separate tokens. This matters because these tests care about the exact sequence of tokens.

fn test_known_layout() {
test_derive! {
KnownLayout {
struct Foo;
Copy link
Collaborator

@jswrenn jswrenn Sep 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's exercise a bit more of the derive:

Suggested change
struct Foo;
struct UnitLike<const N: usize>
where
for<'a> Foo<N>: Sized;

@joshlf joshlf added this pull request to the merge queue Sep 16, 2024
Merged via the queue into main with commit a8af695 Sep 16, 2024
@joshlf joshlf deleted the test-derive-output branch September 16, 2024 20:46
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.

3 participants