Uh oh!
There was an error while loading. Please reload this page.
Conversation
dwijnand
commented
Feb 20, 2019
Looks like rustup's CI is broken with rust-lang/cargo#6192. Need to declare 'download' as a workspace member. |
ghost
commented
Feb 20, 2019
Thank you @dwijnand, for pointing me in the right direction. |
bors
commented
Feb 26, 2019
☔ The latest upstream changes (presumably #1630) made this pull request unmergeable. Please resolve the merge conflicts. |
nrc
commented
Feb 26, 2019
@alexcrichton are we using this MSI code at all? @emanuelbutacu could you rebase please? |
dwijnand
commented
Feb 27, 2019
I also found out that, literally, the most commented issue in the issue tracker is "Add windows gui / msi installer" #253 So maybe we shouldn't remove this? (I'm just asking, I'm happy to remove it.) |
ghost
commented
Feb 27, 2019
In that case, we should wait for more people to chime in. I'll hold on to rebase until after we come to an agreement. How does that sound? |
alexcrichton
commented
Feb 27, 2019
Looks like y'all may have found this, but the msi installer I believe is not currently used at all, but was in development historically to become the primary installation method on Windows. I'm not personally aware of what are the remaining blockers of it. |
kinnison
commented
Feb 28, 2019
My gut feeling is that if we have no Windows-savvy developers on the WG right now, then removing it is the most sensible option. We can always retrieve it from git later, but for now it's just in the way and will be a bogon as @dwijnand goes about his restructuring of the codebase which we'd like to do after 1.17.0 |
bors
commented
Mar 5, 2019
☔ The latest upstream changes (presumably #1679) made this pull request unmergeable. Please resolve the merge conflicts. |
ghost
commented
Mar 5, 2019
I don't think the failing test has anything to do with this PR, though, I might be wrong. Can someone else confirm this? |
kinnison
commented
Mar 5, 2019
Well, that's an interesting test failure. |
dwijnand
commented
Mar 5, 2019
Failure I'll restart the build. |
This PR removes the
rustup-win-installerdirectory, as suggested in #1611.