-
Notifications
You must be signed in to change notification settings - Fork 175
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
Implement ValueCastable #449
Conversation
This PR does not deprecate UserValue. If you'd rather that be included, let me know and I'll add it, but it seemed easier to review them separately. Likewise it does not move internal usage of UserValue over to ValueCastable. |
`memoized`->`ValueCastable.lowermethod`, `__memoized__`->`__memoized`
Co-authored-by: whitequark <whitequark@whitequark.org>
That should resolve the |
Codecov Report
@@ Coverage Diff @@
## master #449 +/- ##
==========================================
+ Coverage 81.33% 81.39% +0.06%
==========================================
Files 49 49
Lines 6419 6440 +21
Branches 1282 1286 +4
==========================================
+ Hits 5221 5242 +21
Misses 1009 1009
Partials 189 189
Continue to review full report at Codecov.
|
Implement the ValueCastable type as described in #355 .