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

Namespace enhancements #57

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

RickSnyder
Copy link

When two complex types with the same name are defined in different namespaces, the parser clobbers one type with the other. The code provided in this PR aims to segment the declared types by namespace so as to distinguish the distinct types and give the appropriate context within the proper namespace.

…he same type name but different namespaces
@mshytikov
Copy link

I run to the same problem. @RickSnyder thank you for the PR 👍 works for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants