refactor: use camino's UTF-8 paths everywhere#151
refactor: use camino's UTF-8 paths everywhere#151andrius-puksta-sensmetry merged 6 commits intomainfrom
Conversation
3fa3c51 to
5a86298
Compare
victor-linroth-sensmetry
left a comment
There was a problem hiding this comment.
Question: Should wrapfs also be converted to camino paths/pathbufs? If there is nothing hindering us from doing this it seems like it could make things a bit more concise and uniform.
I left some of them using std |
Long term I'm considering removing the dirs dependency anyway, since we probably want more fine grained control over where to load config files, but there's no urgency at the moment. |
dd1cceb to
0e65a85
Compare
135160c to
b63b4c1
Compare
Signed-off-by: Andrius Pukšta <andrius.puksta@sensmetry.com>
Signed-off-by: Andrius Pukšta <andrius.puksta@sensmetry.com>
Signed-off-by: Andrius Pukšta <andrius.puksta@sensmetry.com>
Signed-off-by: Andrius Pukšta <andrius.puksta@sensmetry.com>
Signed-off-by: Andrius Pukšta <andrius.puksta@sensmetry.com>
Signed-off-by: Andrius Pukšta <andrius.puksta@sensmetry.com>
b63b4c1 to
83fef99
Compare
tilowiklundSensmetry
left a comment
There was a problem hiding this comment.
Seems reasonable
Also use
camino-tempfileinstead oftempfileto get UTF-8 paths for tempfiles.Closes #136.