-
-
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
Method definition warning that only shows up on Windows #18769
Comments
Somehow the REPL uses |
This is caused by our default |
So is there anything to fix here? |
Don't make that sketchy method overload for |
I.e. close as user error? (Julia doesn't override anything.) |
@vtjnash why exactly does windows need https://github.com/JuliaLang/julia/blob/master/contrib/windows/juliarc.jl |
That'll just move the issue to Edit: my mistake, |
...sigh....I thought I found a loophole |
I guess because we've always done it that way (79dd218), and nobody has questioned or tested it since? |
I just deleted the juliarc.jl that shipped with the binaries in /etc/julia and ran julia ... no problems there |
Does WinRPM still work? |
doesn't look like it will work ERROR: could not spawn `7z x -y 'C:\Users\Mus\.julia\v0.6\WinRPM\cache\4\noarch%2Fmingw64-liblzma5-5.0.4-9.22.noarch.rpm' '-oC:\Users\Mus\.julia\v0.6\WinRPM\cache\4'`: no such file or directory (ENOENT)
Stacktrace:
[1] _jl_spawn(::String, ::Array{String,1}, ::Ptr{Void}, ::Base.Process, ::Base.DevNullStream, ::Base.PipeEndpoint, ::Base.TTY) at .\process.jl:365
[2] #373 at .\process.jl:517 [inlined]
[3] setup_stdio(::Base.##373#374{Cmd}, ::Tuple{Base.DevNullStream,Pipe,Base.TTY}) at .\process.jl:503
[4] #spawn#372(::Nullable{Base.ProcessChain}, ::Function, ::Cmd, ::Tuple{Base.DevNullStream,Pipe,Base.TTY}) at .\process.jl:516
[5] spawn(::Cmd, ::Tuple{Base.DevNullStream,Pipe,Base.TTY}) at .\process.jl:511
[6] open(::Cmd, ::String, ::Base.DevNullStream) at .\process.jl:583
[7] do_install(::WinRPM.Package) at C:\Users\Mus\.julia\v0.6\WinRPM\src\WinRPM.jl:465
[8] do_install(::WinRPM.Packages{Array{LibExpat.ETree,1}}) at C:\Users\Mus\.julia\v0.6\WinRPM\src\WinRPM.jl:443
[9] #install#21(::Bool, ::Function, ::WinRPM.Package) at C:\Users\Mus\.julia\v0.6\WinRPM\src\WinRPM.jl:387
[10] (::WinRPM.#kw##install)(::Array{Any,1}, ::WinRPM.#install, ::WinRPM.Package) at .\<missing>:0
[11] install(::String) at C:\Users\Mus\.julia\v0.6\WinRPM\src\WinRPM.jl:359 |
OK – it looks like that'll need a PR first then |
So it's only because WinRPM needs |
We shouldn't be messing with this kind of thing until after branching |
how about we remove the |
Sure, although there's not harm in fixing a "won't fix" issue either :) |
could we reopen until #21540 is merged so we don't lose track (note the pr has been ready for sometime now)? |
Anyone mind taking a look at #21540 ? it's been ready since May, thanks! |
On windows
However on Linux I don't see this warning
The text was updated successfully, but these errors were encountered: