-
Notifications
You must be signed in to change notification settings - Fork 10
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
Back-compatible custom key manglers #90
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #90 +/- ##
==========================================
+ Coverage 99.91% 99.91% +<.01%
==========================================
Files 15 15
Lines 1179 1236 +57
==========================================
+ Hits 1178 1235 +57
Misses 1 1
Continue to review full report at Codecov.
|
and avoid excessive checking inside the mangler itself.
Details in the `storr_rds()` help file. Examples in the `register_mangler()` help file.
This morning, I added bug fixes, tests, and documentation. I think this PR is ready for an initial review. |
Just to let you know - this is absoutely on my radar, but this week has been busy. I will look at this asap |
Thanks, Rich. FYI I will be on vacation from Nov 15 to 27, so I do not expect this work to be fast. |
So far, this PR is just a sketch of #89 (comment). It came together quicker than I predicted. @richfitz, if you agree with implementation, then I will write tests.