Ammonite-Ops doesn't handle multiple drives on windows #120
Labels
Comments
I wanted to try quickly hack in the Win path root support, but after finding out that many tests are failing and some even freezing I changed my mind. I am appending logs and looking for alternatives. Details:
REPL test was killed after running nearly ONE HOUR, fully stressing the CPU whole time. test_integration.txt |
The first Windows CI build for Ammonite-Ops has passed |
Non-mutable link: https://ci.appveyor.com/project/lihaoyi/ammonite/build/14 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently it assumes every absolute path is relative to the process working directory's root drive. Although expedient, it does not work in the general case. We should figure out exactly how we need to change the datastructure to make it work across drives.
The text was updated successfully, but these errors were encountered: