From 2960d840c648019d2a688ddfea1551088c7966a3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 5 Dec 2019 15:22:43 -0400 Subject: [PATCH] devblog --- doc/devblog/day_612__building_again.mdwn | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/devblog/day_612__building_again.mdwn diff --git a/doc/devblog/day_612__building_again.mdwn b/doc/devblog/day_612__building_again.mdwn new file mode 100644 index 0000000000..a6e4e518af --- /dev/null +++ b/doc/devblog/day_612__building_again.mdwn @@ -0,0 +1,11 @@ +I've gotten the `bs` branch to build everything again. Was not trivial, +the diff is over 7000 lines. + +Had hoped this was a mechanical enough conversion it would not introduce +many bugs, but the test suite quickly found a lot of problems. So that +branch is not ready for merging yet. + +I'm considering making a library that's like +[filepath](http://hackage.haskell.org/package/filepath) but for +RawFilePath. That would probably speed git-annex up by another 5% or so, +in places where it currently has to convert back to FilePath.