File: day_317__misc.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 (17 lines) | stat: -rw-r--r-- 861 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Spent a while tracking down a bug that causes a crash on OSX when setting
up an XMPP account. I managed to find a small test case that reliably
crashes, and sent it off to the author of the haskell-gnutls bindings,
which had one similar segfault bug fixed before with a similar test case.
Fingers crossed..

Just finished tracking down a bug in the Android app that caused its
terminal to spin and consume most CPU (and presumably a lot of battery).
I introduced this bug when adding the code to open urls written to a fifo,
due to misunderstanding how java objects are created, basically. This bug
is bad enough to do a semi-immediate release for; luckily it's just about
time for a release anyway with other improvements, so in the next few
days..

Have not managed to get a recent ghc-android to build so far.

Guilhem fixed some bugs in `git annex unused`.