-
-
Notifications
You must be signed in to change notification settings - Fork 393
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
Improve windows getting started experience #4050
Milestone
Comments
lihaoyi
added a commit
that referenced
this issue
Dec 1, 2024
…Idea on windows (#4052) Fixes #2161, fixes #3203, parts of #4050 For now I just merged the two files unchanged except for tweaking the comment to refer to the `Original Project page`. We can continue to evolve the scripts post-merge. We already had a copy in `ci/mill.bat` that I removed, and changed the github actions to point at the top-level version, and integrated the new `mill.bat` into the doc-site download instructions and example zips The changes to the `mill`/`mill.bat` scripts should be covered by the existing integration and bootstrap tests This is enough to make Mill's own codebase importable to IntelliJ on Windows
Most of this is fixed now i think |
jodersky
pushed a commit
to jodersky/mill
that referenced
this issue
Jan 14, 2025
…Idea on windows (com-lihaoyi#4052) Fixes com-lihaoyi#2161, fixes com-lihaoyi#3203, parts of com-lihaoyi#4050 For now I just merged the two files unchanged except for tweaking the comment to refer to the `Original Project page`. We can continue to evolve the scripts post-merge. We already had a copy in `ci/mill.bat` that I removed, and changed the github actions to point at the top-level version, and integrated the new `mill.bat` into the doc-site download instructions and example zips The changes to the `mill`/`mill.bat` scripts should be covered by the existing integration and bootstrap tests This is enough to make Mill's own codebase importable to IntelliJ on Windows
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Include a
mill.bat
from Integrate lefou/millw
andmillw.bat
into Mill repository #2161 in all the example zipsAdd windows-compatible curl command to download
mill.bat
under Installation and IDE supportAdd links to install all necessary upstream dependencies: Java (at least until Allow Mill to bootstrap its own Java version #3951 lands), Intellij or VScode (not just the necessary plugins, but also the IDE itself), Git (not strictly necessary but probably will be wanted)
The text was updated successfully, but these errors were encountered: