-
-
Notifications
You must be signed in to change notification settings - Fork 374
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
Mill is stuck on windows with no output #646
Comments
Can you please test with the additional
|
I'm now getting inconsistent behaviour. lt started to work on WSL using The documentation says to use the My ultimate goal is to use it from VSCode through the metals plugins and there still doesn't work, no output and endless waiting. Is there any form of log I can enable or check? |
I can confirm the same happens in 0.5.7 under WSL 1. It seems to be related to using Anyway, calling with |
@krotton Thanks for the feedback. @ColOfAbRiX I guess, you have to open an issue in the metals plugin project or ask in their support channel if you need help with that issue. |
Related: #781 |
@ColOfAbRiX @krotton can you try with latest Mill? E.g. "0.6.1-121-3f10a4-assembly" |
Various fixes only shown on Windows, probably also elsewhere. * Fixed string stream writer/reader used for mill client-server communication, by using an explicit charset for byte conversion * Avoid `java.nio.file.Paths.get(url.getFile())` in favour of `java.nio.file.Paths.get(url.toURI())` as the latter handles windows paths with leading drive letters well * Improved CI setup for Windows * Better run/spawn of Java sub-processes by selecting the same Java executable which is used by mill We still have some CI failures on Windows, as we need some of these fixed in mill before we can benefit from it. Expect more PRs. Probably related issues: * #781 * #874 * #646 * #1098 Commits: * CI: Added test on Windows * Try a better handing of windows absolute paths I hope to avoid a error like: Illegal char <:> at index 2: /D:/a/mill/mill/ * Improve string assertion message? * More details in assertion error * Use explicit charset for string-byte conversion * Search java exe in same JAVA_HOME as mill is using * CI: job deps * check for Win * Debug run java process Pull request: #1146
Works on Windows, WSL and in GitBash too now! |
I've just downloaded the latest version 0.4.2 of mill on my Windows 10 machine. I followed the instructions to run it but there is no visual output and it seems stuck, no visual output, no interaction, nothing, just a blinking screen. Expectated result: any form of output, a version number, an error.
To troubleshoot I checked what command is run and I tried to run directly:
but the result is the same, all stuck.
I performed these tests:
All with the same result, no output, program stuck
As additional test I also tried to run an older version and I picked randomly version 0.3.3 but same result
The text was updated successfully, but these errors were encountered: