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

Auto-derive nested case classes #3

Merged
merged 2 commits into from
Jan 3, 2017

Conversation

anakos
Copy link
Contributor

@anakos anakos commented Jan 3, 2017

The general idea with the changes here is to make it possible to automatically derive nested case classes. The primary motivation for this change is to remove the boilerplate associated with having to explicitly define an implicit DerivedConfigParser for each nested case class we wish to derive.

Aside from this, the only other notable change here is the renaming of a directory in the test package { cei -> cedi }, fixing the (presumed) typo.

@mpilquist
Copy link
Member

Awesome!

@mpilquist mpilquist merged commit 4e9f722 into ccadllc:master Jan 3, 2017
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

2 participants