Skip to content
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

Ammonite-Ops doesn't handle multiple drives on windows #120

Closed
lihaoyi opened this issue Jul 25, 2015 · 3 comments
Closed

Ammonite-Ops doesn't handle multiple drives on windows #120

lihaoyi opened this issue Jul 25, 2015 · 3 comments

Comments

@lihaoyi
Copy link
Member

lihaoyi commented Jul 25, 2015

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.

@mnn
Copy link

mnn commented Feb 13, 2016

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:

  • Win 10 Pro
  • i5
  • 16GB RAM (around 10GB free during testing)
  • SSD (tested on non-system partition)
  • installed mingw (binaries like bash and ls are in path)

REPL test was killed after running nearly ONE HOUR, fully stressing the CPU whole time.

test_integration.txt
test_ops.txt
test_repl__killed_after_1h.txt
test_shell.txt
test_terminal.txt

@lihaoyi
Copy link
Member Author

lihaoyi commented Feb 18, 2016

The first Windows CI build for Ammonite-Ops has passed

https://ci.appveyor.com/project/lihaoyi/ammonite

@lihaoyi
Copy link
Member Author

lihaoyi commented Feb 18, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants