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

[arch] Fix demangling of symbols that have keywords as substrings. #1510

Merged

Conversation

asluk
Copy link
Collaborator

@asluk asluk commented May 4, 2021

On Windows, USD schemas with "struct' in their names, such as "DestructionAPI" for fracture simulations, were not getting their TfType aliases registered properly, due to the demangling of their symbols. The relevant logic in Arch demangling was already stripping off a trailing space, so the fix is for the substring search to also include the trailing space for "class ", "struct ", and "enum ".

@jilliene
Copy link

jilliene commented May 6, 2021

Filed as internal issue #USD-6681

@pixar-oss pixar-oss merged commit 264849a into PixarAnimationStudios:dev May 21, 2021
@asluk asluk deleted the win-demangle-fix branch October 8, 2021 09:17
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