-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Windows metabug #16459
Comments
Somewhat unrelated, but I've started work on a Visual Studio extension as well. |
Note that I've started encountering random crashes on Windows for one of my programs after I switched from using a (native) task to using a I didn't report it because it's very vague and I couldn't reproduce the issue reliably (I spent one or two hours trying to), but there's definitely something wrong with |
Given that we don't want users to have to install msys/mingw, does it even make sense to worry about 'make install' (#13810)? |
@vadimcn
|
I just point my PATH at the |
@V01D-exe, yes it might be useful. But should it be on the list of v1.0 blockers? I think not. |
@vadimcn Till then, it would be better to modify the windows compilation instructions in |
Nominating. Many of these sub-bugs should be fixed for 1.0. |
The nightly installer isn't adding |
@iliekturtles Please open an issue, yes. |
Visiting for triage: Any updates for any of the items above? |
Enough of this has been checked off that I think it's safe to say this can be closed now. |
internal: Use improved adjusted_display_range for all diagnostics
These are some of the major outstanding Windows bugs, ordered roughly by priority. Prior discussion
Major tasks:
make install
error on Windows #13810 make install problemsCompiler fixes:
rustc --crate-type=dylib -o name
producesname.exe
on windows #13794 inconsistent output namingLibrary fixes:
fs::rename
behavior differs on windows #15836 fs::renameMysterious crashes:
Other:
The text was updated successfully, but these errors were encountered: