[WIP] Handle unserialize() failures gracefully#198
Conversation
Codecov Report
@@ Coverage Diff @@
## master #198 +/- ##
===========================================
- Coverage 82.2% 81.31% -0.9%
+ Complexity 601 567 -34
===========================================
Files 33 28 -5
Lines 1540 1450 -90
===========================================
- Hits 1266 1179 -87
+ Misses 274 271 -3
Continue to review full report at Codecov.
|
Nyholm
left a comment
There was a problem hiding this comment.
Awesome. Good work!
Let me know when you are done with this PR.
|
I do, as always :D |
test doc
|
I think this may be an important PR. |
|
Due to changes in interests, I will be closing this PR after several years. |
|
Shame this PR was dropped - I see e.g.
when there's a cache miss |
|
see also #277 |
Description
errors triggered by unserialize should be turned to cache misses.
TODO