-
Notifications
You must be signed in to change notification settings - Fork 51
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
refactor: Add NormalValue #2404
refactor: Add NormalValue #2404
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2404 +/- ##
===========================================
+ Coverage 74.97% 75.07% +0.10%
===========================================
Files 268 278 +10
Lines 25984 26945 +961
===========================================
+ Hits 19479 20227 +748
- Misses 5178 5370 +192
- Partials 1327 1348 +21
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 6 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
09776f1
to
d75ce10
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'm still reviewing, but submitting a few suggestions now that may aid further review :)
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.
501eefb
to
06a3cd8
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.
Submitting a handful of documentation requests now, interface looks good :)
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.
Looks good :) Just a couple of small suggestions :)
a2841fc
to
4bbe440
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.
Approving and assuming you'll resolve all comments before merge :)
This is overall really nice and brings us to a place where we can easily add on if we need to as we go.
9637109
to
8879157
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.
LGTM, thanks Islam!
## Relevant issue(s) Resolves #2403 ## Description This change introduces `NormalValue` type that carries a standard (or normal) value that doesn't need to be type-asserted with all possible types.
Relevant issue(s)
Resolves #2403
Description
This change introduces
NormalValue
type that carries a standard (or normal) value that doesn't need to be type-asserted with all possible types.