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

Rename generic param to avoid name collision #1705

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

djkoloski
Copy link
Member

Also makes the signatures of is_bit_valid generated for structs, unions, and enums the same.

@djkoloski djkoloski requested a review from joshlf September 20, 2024 19:20
@djkoloski djkoloski force-pushed the rename_is_bit_valid_param branch from 7455f16 to bd5fd67 Compare September 20, 2024 19:21
@codecov-commenter
Copy link

codecov-commenter commented Sep 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.01%. Comparing base (38e64d2) to head (7af6a22).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1705      +/-   ##
==========================================
- Coverage   88.36%   88.01%   -0.35%     
==========================================
  Files          16       16              
  Lines        5810     5833      +23     
==========================================
  Hits         5134     5134              
- Misses        676      699      +23     

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

Comment on lines +271 to +280

#[derive(Clone, Copy, imp::TryFromBytes)]
struct A;

#[derive(imp::TryFromBytes)]
#[repr(C)]
enum B {
A(A),
A2 { a: A },
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could you add a UI test for the case where a field type is named ___ZerocopyAliasing? We want to be sure this doesn't regress (i.e., start compiling successfully).

Copy link
Member

Choose a reason for hiding this comment

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

So that we can unblock Fuchsia users who are depending on this, I'm going to merge this w/o extra tests, but I added the following to the release roadmap to track (note the last bullet, which links to this comment thread and to #1725):

Screenshot 2024-09-23 at 4 24 38 PM

Also makes the signatures of is_bit_valid generated for structs, unions,
and enums the same.
@joshlf joshlf force-pushed the rename_is_bit_valid_param branch from bd5fd67 to 7af6a22 Compare September 23, 2024 23:29
@joshlf joshlf enabled auto-merge September 23, 2024 23:30
@joshlf joshlf added this pull request to the merge queue Sep 23, 2024
Merged via the queue into google:main with commit bc9c38f Sep 24, 2024
86 checks passed
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.

4 participants