1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2024-12-04 02:25:41 +00:00
Commit graph

2 commits

Author SHA1 Message Date
a793f7b289 moar tests 2017-08-18 00:24:54 +01:00
929c5b8adf Add a unit test for PathName and fix the errors I found.
The pool was storing strings and references to it. References
became invalid as strings got moved around, as a consequence of
push_back() in the owner container. I'm storing references in
a custom StrRange struct now, and string refs are built on the
fly when one is needed.
2017-08-18 00:24:54 +01:00