-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unison on Windows megaticket #598
Labels
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment was marked as outdated.
This comment was marked as outdated.
This comment has been minimized.
This comment has been minimized.
This comment was marked as outdated.
This comment was marked as outdated.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment was marked as outdated.
This comment was marked as outdated.
Closed
Merged
aryairani
added a commit
that referenced
this issue
Mar 6, 2020
- undelete Branch.transform & Causal.unsafeMapHashPreserving - added `dependentsDir'`, `typeIndexDir'`, `typeMentionsDir'` which are the top-level directory for these things, as opposed to a level deeper - cleaned up our file-touching code using `touchFile` from `System.Posix.Files` (#598 intensifies) - added `FileCodebase.loadIndex` which loads a `Relation Reference k` from this sort of directory structure: ``` indexDir / "_builtin" / builtinref / <k> indexDir / derivedref / <k> ``` It's used to load the dependents index, type index, and type mentions index. - in `FileCodebase.serializeEdits`, made the loading lazier - `FileCodebase.copyFileWithParents` helper - `FileCodebase.copyIndexHelper` t loose ends: - [ ] remove tracing (`Git.hs`, `FileCodebase.hs`) and redundant `Show` constraints - [ ] add docs for `loadIndex` - [ ] add docs for `copyIndexHelper` - [ ] add docs for `copySyncToDirectory` - [ ] remove _underscored stuff after done benchmarking - [ ] copy test results in `copySyncToDirectory`
sharno
added a commit
to sharno/unison
that referenced
this issue
Jun 18, 2020
Frozen windows executable requires `-threaded` flag for FSNotify to use the multithreaded runtime
aryairani
added a commit
that referenced
this issue
Jun 26, 2020
Part of #598: Fix frozen windows executable
mitchellwrosen
pushed a commit
that referenced
this issue
Jul 12, 2020
@aryairani maybe i could spend some time trying to improve windows support as part of ZuriHac, is there some area where do you think is interesting to start to test/improve? (i've built the project locally with cabal and the build was succesful, i guess tests will fail) |
Opened draft pr #2913 to track build status. |
All done 👍🏼 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
removeDirectoryRecursive
withremovePathForcibly
#2937unison transcript unison-src/transcripts-round-trip/main.md
is failing on Windows #2940transcripts\io.md
requires aHOME
environment variable which is missing on WIndows #2941stack exec
and don't use/
#2936less
#2939Use(No longer relevant with sqlite codebase)git config --global core.longpaths true
to enable longpath support in windows git.less
work for paging in windows?less
is on the$PATH
provided bystack exec
unix
package (Add POSIX compliant ctrl-c handling #912) blocks testing onmaster
; using 3db0403 until Add Windows compliant ctrl+c handling #1131. longer term fix is win64 branch without Add POSIX compliant ctrl-c handling #912.load
command isn't present in 3db0403 (whoops), but with the file watchers stripped out, I can get to the ucm prompt!pull
yields a generic error, though externalgit
can access the requested repo. What's the real failure reason? weird git exec error in windows #1870The text was updated successfully, but these errors were encountered: