-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
use explorer rather than cmd start in Windows edit command #20479
Conversation
It looks like setting |
Can we get rid of the |
Good to merge? |
did anyone test this locally? |
Is there a way to download the AppVeyor build? I can run on Windows, but I can't build Julia on Windows. |
appveyor doesn't upload artifacts. you can try running the same script that appveyor does. or if this were a branch in JuliaLang we could trigger the buildbot on it |
since this only touches julia code, build_sysimg should be enough. even eval into base should work in the post-265 world, though might want to add some debugging prints while testing to be sure the new version is what's used |
Can I move the branch to JuliaLang without opening a new PR? |
sure, doesn't need to have an open pr, just a sha that can be fetched from the JuliaLang repo |
I tested that using |
Closing in favor of #20571, then. |
As discussed in #20364