Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support real Enums as keys #137

Closed
omry opened this issue Jan 28, 2020 · 1 comment
Closed

Support real Enums as keys #137

omry opened this issue Jan 28, 2020 · 1 comment

Comments

@omry
Copy link
Owner

omry commented Jan 28, 2020

Currently Enum key support is implemented as using the Enum name as a string.
Proper support means Enums can be used as is in the keys, enabling several use cases (in particular Structured Configs inheriting from Dict[SomeEnum, SomeType]

@omry
Copy link
Owner Author

omry commented Jan 29, 2020

done

@omry omry closed this as completed Jan 29, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant