-
Notifications
You must be signed in to change notification settings - Fork 178
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
Add ChronoUnit ConfigReader #1117
Add ChronoUnit ConfigReader #1117
Conversation
8bc4baf
to
3f62b41
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution, @mdedetrich!
Thanks for the reply, I have a couple of questions
I just had a look at
vs
Wouldn't it be confusing to use a
Agreed however should we still have a main |
I'm afraid the documentation (and the class name itself) are a bit misleading.
Yes, |
Thanks for the responses, I will work on the PR tomorrow! |
6ace5b3
to
704df5c
Compare
@ruippeixotog I believe I have done the changes (along with re basing on master), let me know if anything else needs to be done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for taking long to reply. Almost there, here are some final comments :)
704df5c
to
b50148f
Compare
b50148f
to
69bb452
Compare
@ruippeixotog I have resolved all of your remarks, I also ended up adding a round trip test for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again, @mdedetrich!
@ruippeixotog Sorry for disturbing but would it be possible to make a release of pureconfig with this change in there? |
Hi @mdedetrich, I'll do it next week 👍 |
Awesome, thank you! |
This PR adds a
ConfigReader
forChronoUnit
. Not sure if a test is necessary since its reusing an existingjavaEnumReader
.