-
Notifications
You must be signed in to change notification settings - Fork 108
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
field: nil check Numeric, String, Composite, etc accessors #196
Conversation
Codecov ReportBase: 71.21% // Head: 71.30% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #196 +/- ##
==========================================
+ Coverage 71.21% 71.30% +0.08%
==========================================
Files 40 40
Lines 1845 1847 +2
==========================================
+ Hits 1314 1317 +3
+ Misses 340 339 -1
Partials 191 191
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. |
This is a really good change to make code simpler for the callers |
@alovak Cool. I can add this to every field type. |
3940453
to
1550374
Compare
thanks @adamdecaf! this PR looks 💪 the only thing that (kind of) worries me is that GetValue. On We can introduce a breaking change by adding thoughts? |
Yea I agree that |
2ec46c7
to
eec1918
Compare
@alovak feel free to merge this whenever you want. I know there are other 8583 changes in flight. |
Issue: #195