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

Do not turn values intro strings and then back into values when processing default values #185

Merged
merged 10 commits into from
Oct 29, 2022

Conversation

alexflint
Copy link
Owner

@alexflint alexflint commented Jun 9, 2022

Fixes #184

@alexflint alexflint changed the title Do not infer default values for TextUnmarshalers that do not also implement TextMarshaler Do not turn values intro strings and then back into values when processing default values Oct 29, 2022
@codecov-commenter
Copy link

codecov-commenter commented Oct 29, 2022

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage 👍

Coverage data is based on head (3489ea5) compared to base (11f9b62).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #185   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          688       702   +14     
=========================================
+ Hits           688       702   +14     
Impacted Files Coverage Δ
parse.go 100.00% <100.00%> (ø)
reflect.go 100.00% <100.00%> (ø)
usage.go 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@alexflint alexflint merged commit 727f853 into master Oct 29, 2022
@alexflint alexflint deleted the default-value-issue branch October 29, 2022 19:29
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.

Args with type parameters don't work when not passed
2 participants