-
Notifications
You must be signed in to change notification settings - Fork 9
[ISSUE-455] showEnvVariableValues code ported, one bugfix #458
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
Conversation
9e624a6
to
6e55a38
Compare
sconfig/shared/src/main/scala/org/ekrich/config/ConfigRenderOptions.scala
Show resolved
Hide resolved
6e55a38
to
aba1406
Compare
aba1406
to
3379df1
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.
I didn't realize it made so many changes. You commented out the previous code but I didn't quite understand the bug involved.
sconfig/shared/src/main/scala/org/ekrich/config/impl/AbstractConfigValue.scala
Show resolved
Hide resolved
Sets on old fields were not copying/preserving the formatting options. By removing default value it you may check all places where it is used. |
ad3ee0b
to
f81ecf3
Compare
@ekrich
Ready for review.
Green tests.
#455