diff options
author | Joey Hess <joey@kitenet.net> | 2014-10-15 20:33:52 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-10-15 20:33:52 -0400 |
commit | a87f9b63077c8b93f4b2284d494c0081bd938f8d (patch) | |
tree | d56e424b73aecfca32f24b637fcc0dcc2050adce /doc/todo | |
parent | 10ff3282ee60cc41ad9d9ac71a99eea7053cebaa (diff) |
Use haskell setenv library to clean up several ugly workarounds for inability to manipulate the environment on windows.
Didn't know that this library existed!
This includes making git-annex not re-exec itself on start on windows, and
making the test suite on Windows run tests without forking.
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/windows_support.mdwn | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/todo/windows_support.mdwn b/doc/todo/windows_support.mdwn index 7e8ff4476..a48fcbc4e 100644 --- a/doc/todo/windows_support.mdwn +++ b/doc/todo/windows_support.mdwn @@ -19,10 +19,6 @@ usable! * Deleting a git repository from inside the webapp fails "RemoveDirectory permision denied ... file is being used by another process" -* There are a lot of hacks to avoid setting environment on windows, - because I didn't know about <https://hackage.haskell.org/package/setenv>. - Those hacks should be removed! - ## potential encoding problems [[bugs/Unicode_file_names_ignored_on_Windows]] is fixed, but some potential |