File: day_331__concurrent-output_preparations.mdwn

package info (click to toggle)
git-annex 8.20210223-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 68,764 kB
  • sloc: haskell: 70,359; javascript: 9,103; sh: 1,304; makefile: 212; perl: 136; ansic: 44
file content (11 lines) | stat: -rw-r--r-- 673 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
Today started with getting a release of git-annex out, to deal with a new
version of the aws library, which broke the build. That also added support
to the S3 remotes for creating Google Nearline buckets, although only when
git-annex is built with the newest version of the aws library.

Rest of the day (and most of the past weekend) I've been working on the
concurrent-output library. Today I finished making it support multi-line
regions, and color, and even fully optimised its console updates to use
minimal bandwidth. So, it's got everything git-annex can possibly need
to display those troublesome concurrent actions. Will be starting to make
git-annex use it soon!