File: day_315__backlog.mdwn

package info (click to toggle)
git-annex 5.20141125
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 37,828 kB
  • ctags: 583
  • sloc: haskell: 42,582; sh: 1,080; ansic: 498; makefile: 316; perl: 125
file content (12 lines) | stat: -rw-r--r-- 693 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
After a couple days plowing through it, my backlog is down to 30 messages
from 150. And most of what's left is legitimate bugs and todo items.

Spent a while today on an ugly file descriptor leak in the assistant's
local pairing listener. This was an upstream bug in the network-multicast
library, so while I've written a patch to fix it, the fix isn't quite 
deployed yet. The file descriptor leak happens when the assistant is
running and there is no network interface that supports multicast.
I was able to reproduce it by just disconnecting from wifi.

Meanwhile, guilhem has been working on patches that promise to massively
speed up `git annex unused`! I will be reviewing them tonight.