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

Read inner classes in signatures, force annotations after template parents #106

Merged
merged 2 commits into from Jul 7, 2020

Conversation

bishabosha
Copy link
Member

Before this, inherited members may not be visible at the point of forcing the annotation
on a definition in the template.

Also moved symbol cache to the initial context so that child contexts all pass to the same
cache.

Inner classes can not be found with Mirror getRequiredClass, so
we should have another way to compare types to signatures, this
proposes to instead convert method signatures to
Signature[ErasedTypeRef]

… class info.

Before this, inherited members may not be visible at the point of forcing the annotation
on a definition in the template.

Also moved symbol cache to the initial context so that child contexts all pass to the same
cache.
@bishabosha bishabosha force-pushed the tasty/pick-erased-type-ref branch 2 times, most recently from acc0d90 to bd8bdd8 Compare July 7, 2020 15:02
Inner classes can not be found with Mirror getRequiredClass, so
we should have another way to compare types to signatures, this
proposes to instead convert method signatures to
Signature[ErasedTypeRef]
@bishabosha bishabosha merged commit 0721788 into tasty_reader Jul 7, 2020
@bishabosha bishabosha deleted the tasty/pick-erased-type-ref branch July 7, 2020 15:27
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