diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-13 16:56:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-13 16:56:41 -0400 |
commit | ec37876b7db7a08c7819d539dbfb7af963a249fa (patch) | |
tree | 6eed3f23a8c8305beab01ba95a13a856e26ea2d2 /doc/devblog | |
parent | 0d90cb6412bba0577ff954bf5116b437d47386df (diff) |
devblog
Diffstat (limited to 'doc/devblog')
-rw-r--r-- | doc/devblog/day_56__git-annex_user_survey.mdwn | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/devblog/day_56__git-annex_user_survey.mdwn b/doc/devblog/day_56__git-annex_user_survey.mdwn new file mode 100644 index 000000000..11c436791 --- /dev/null +++ b/doc/devblog/day_56__git-annex_user_survey.mdwn @@ -0,0 +1,20 @@ +One of my goals for this month is to get a better sense of how git-annex is +being used, how it's working out for people, and what areas need to be +concentrated on. To start on that, I am doing the +[[2013 git-annex user survey|/polls/2013]], similar to the git user +surveys. I will be adding some less general polls later (suggestions for +topics appreciated!), but you can go vote in any or all of 10 polls now. + +---- + +Found a workaround for yesterday's Windows build problem. Seems that only +cabal runs gcc in a way that fails, so `ghc --make` builds is successfully. +However, the watcher doesn't quite work on Windows. It does get events when +files are created, but it seems to then hang before it can add the file to +git, or indeed finish printing out a debug log message about the event. +This looks like it could be a problem with the threaded ghc runtime on +Windows, or something like that. + +Main work today was improving the git repository repair to handle corrupt +index files. The assistant can now start up, detect that the index file is +corrupt, and regenerate it all automatically. |