summaryrefslogtreecommitdiff
path: root/doc/devblog/day_57__mavericks.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-11-14 18:15:03 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-11-14 18:15:03 -0400
commit4e971d974be75c7ebcbfafa36925397d1c4ec1b7 (patch)
tree6e1e2d828c6fb4d01882eb9ffeab0aebcb9aa523 /doc/devblog/day_57__mavericks.mdwn
parent5c6f6e4d0abb9b4856908a500611044b3b7a48e6 (diff)
devblog
Diffstat (limited to 'doc/devblog/day_57__mavericks.mdwn')
-rw-r--r--doc/devblog/day_57__mavericks.mdwn14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/devblog/day_57__mavericks.mdwn b/doc/devblog/day_57__mavericks.mdwn
new file mode 100644
index 000000000..1031895be
--- /dev/null
+++ b/doc/devblog/day_57__mavericks.mdwn
@@ -0,0 +1,14 @@
+The user survey is producing some interesting and useful results!
+Added two more polls: [using with](http://git-annex-survey.branchable.com/polls/2013/using_with/) and [blocking problems](http://git-annex-survey.branchable.com/polls/2013/blocking_problems/)
+(There were some load issues so if you were unable to vote yesterday, try
+again..)
+
+Worked on getting the autobuilder for OS X Mavericks set up. Eventually
+succeeded, after patching a few packages to work around a cpp that thinks
+it should parse haskell files as if they're C code.
+Also, Jimmy has resuscitated the OS X Lion autobuilder.
+
+A not too bad bug in automatic merge conflict resolution has been reported,
+so I will need to dig into that tomorrow. Didn't feel up to it today, so
+instead have been spending the remaining time finishing up a branch that
+switches the test suite to use the tasty test framework.