Skip to content
This repository has been archived by the owner on Dec 6, 2017. It is now read-only.

Fixes classes with the same name in different libraries. #220

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

winstonewert
Copy link
Contributor

Currently, key names are only based on the name of the type. However, it
posible to have multiple types with the same name in different
libraries. This extends the name of the key to also include the library
it was imported from.

Review on Reviewable

The generated code will sometimes contain a reference to TypeLiteral,
but it doesn't include the neccessary import.
Currently, key names are only based on the name of the type. However, it
posible to have multiple types with the same name in different
libraries. This extends the name of the key to also include the library
it was imported from.
@winstonewert winstonewert reopened this Jul 9, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant