Radix tree assing val fix#918
Conversation
KFilipek
left a comment
There was a problem hiding this comment.
Reviewed 4 of 4 files at r1.
Reviewable status:complete! all files reviewed, all discussions resolved
30be7a7 to
e693e93
Compare
KFilipek
left a comment
There was a problem hiding this comment.
Reviewed 1 of 1 files at r2.
Reviewable status:complete! all files reviewed, all discussions resolved
lukaszstolarczuk
left a comment
There was a problem hiding this comment.
Reviewed 4 of 4 files at r1, 1 of 1 files at r2.
Reviewable status:complete! all files reviewed, all discussions resolved
e693e93 to
1aafc9b
Compare
Realocating path should be taken for values which are instances of basic_inline_string<CharT, Traits> (not only for CharT = char).
Fix value() function which was creating an empty string (wrong input parameter) and add testcases for basic_inline_string<uint8_t> and basic_inline_string<wchar_t> as value types.
1aafc9b to
d58afc4
Compare
szyrom
left a comment
There was a problem hiding this comment.
Reviewed 3 of 4 files at r1, 2 of 2 files at r3.
Reviewable status:complete! all files reviewed, all discussions resolved
Codecov Report
@@ Coverage Diff @@
## stable-1.11 #918 +/- ##
===============================================
- Coverage 95.97% 95.87% -0.10%
===============================================
Files 48 48
Lines 6087 6087
===============================================
- Hits 5842 5836 -6
- Misses 245 251 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
This change is