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

Approach to handle serde(rename) references. #210

Open
wants to merge 7 commits into
base: dr/context-types
Choose a base branch
from

Conversation

darrell-roberts
Copy link
Member

I added a post parsing reconcile step that updates reference types that refer to a type that has been renamed via serde(rename).

#201

In multi file ouput, the same type name can be defined across
crates. Each crate has its own namespace. This commit allows
looking up the parsed imports to find the original name and
falls back to the local scope.
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