Skip to content

[5.0] Runtime: fix mangling of nested private generic classes #22160

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

Merged

Conversation

eeckstein
Copy link
Contributor

The generated mangled names were wrong and couldn't be demangled.
For example the runtime generated class name for PrivateGeneric was wrong:

class OuterClass {
private class PrivateGeneric<T, U> { }
}

rdar://problem/47529629

The generated mangled names were wrong and couldn't be demangled.
For example the runtime generated class name for PrivateGeneric was wrong:

class OuterClass {
    private class PrivateGeneric<T, U> { }
}

rdar://problem/47529629
@eeckstein eeckstein requested a review from a team as a code owner January 27, 2019 17:13
@eeckstein
Copy link
Contributor Author

@swift-ci test

@eeckstein eeckstein requested a review from jckarter January 27, 2019 17:20
@eeckstein eeckstein changed the title Runtime: fix mangling of nested private generic classes [5.0] Runtime: fix mangling of nested private generic classes Jan 27, 2019
@eeckstein eeckstein merged commit 8efbb50 into swiftlang:swift-5.0-branch Jan 28, 2019
@eeckstein eeckstein deleted the fix-private-remangling-5.0 branch January 28, 2019 07:06
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