File: day_612__building_again.mdwn

package info (click to toggle)
git-annex 10.20250416-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 73,572 kB
  • sloc: haskell: 90,656; javascript: 9,103; sh: 1,469; makefile: 211; perl: 137; ansic: 44
file content (11 lines) | stat: -rw-r--r-- 528 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
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.