-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Improve None
for Optional Defaults Handling
#251
base: master
Are you sure you want to change the base?
Conversation
andyglow
commented
Feb 1, 2022
- add tests
- identify corner case from Default None Option in Option #241
Codecov Report
@@ Coverage Diff @@
## master #251 +/- ##
==========================================
- Coverage 76.16% 76.13% -0.03%
==========================================
Files 65 65
Lines 1674 1777 +103
Branches 61 58 -3
==========================================
+ Hits 1275 1353 +78
- Misses 399 424 +25
Continue to review full report at Codecov.
|
@andyglow Sorry for the slow response. Been down with corona. The corner I show cased in my ticket is only visible when I do .asCirce so I add to class AsCirceSpec:
and even then I seems to only happen when the case classes are wrapped in an object like:
I am not allowed to push to the PR to demo. |
I have the same issue (related to
and it is reproducible even for the case of definition a case class on the root level without wrapping object
|
@oleksandr-balyshyn Did you find a solution or workaround? |