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

Prep for type name deferral #2955

Merged
merged 1 commit into from
Mar 26, 2024
Merged

Prep for type name deferral #2955

merged 1 commit into from
Mar 26, 2024

Conversation

kennykerr
Copy link
Collaborator

Increasingly the type specialization and remapping has become a liability as its baked into the windows-metadata reader rather than specialized during code generation. This is making things like #2939 harder to tackle. This update just takes care of some housekeeping around type name representation in preparation for a subsequent update that should model types more generically in the metadata crate. This should also lead toward a more general representation of type names that can be used for both reading and writing, the latter of which currently has mirror types for these.

@kennykerr kennykerr merged commit 927aa84 into master Mar 26, 2024
65 checks passed
@kennykerr kennykerr deleted the typename-defer-prep branch March 26, 2024 18:11
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.

None yet

1 participant