summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-07 11:47:17 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-07 11:47:17 -0400
commitc23c12e06e840fc91ce6343612f0cf19f3dd99d1 (patch)
tree55370a90e2a9615d213bbfefb20e4f410501211c /doc/todo
parent7b76a09671fdd28f171a2614c81d0453fc46ecc4 (diff)
update
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/windows_support.mdwn18
1 files changed, 4 insertions, 14 deletions
diff --git a/doc/todo/windows_support.mdwn b/doc/todo/windows_support.mdwn
index 7281189d1..42df68090 100644
--- a/doc/todo/windows_support.mdwn
+++ b/doc/todo/windows_support.mdwn
@@ -12,21 +12,11 @@ now! --[[Joey]]
* Ssh connection caching does not work on Windows, so `git annex get`
has to connect twice to the remote system over ssh per file, which
is much slower than on systems supporting connection caching.
-* Webapp doesn't build yet. Well, it all builds, but link fails:
- "Unable to start C:\Program Files\Haskell
- Platform\2013.2.0.0\mingw\bin/realgcc.exe (error code: 87)"
- This is the same problem that occurs when trying to link it
- with WebDAV or XMPP enabled.
-
- Filed a ghc bug: <https://ghc.haskell.org/trac/ghc/ticket/8596>
-
- Tried to do a minimal build with only the assistant and webapp, but that
- also failed to link (was around 40k gcc command line).
-
- May need to separate out Common and Git into standalone libraries to
- work around this? Ugh.
-
* `git annex watch` works, but does not detect when files are still open
for write as they're being added (no lsof)
* `git annex assistant` has not been tested, is probably quite incomplete.
Is known to not download any files. (transferrer doesn't built yet)
+* Webapp builds (but not yet on the autobuilder), but
+ at least in my tests, connections to it fail and it crashes.
+ Seems to be a general warp bug; <https://github.com/yesodweb/wai/issues/202>
+ TODO: test on other windows systems