Kristoffer Carlsson
Kristoffer Carlsson
I don't think there is any support att all for branches in the regsitry and it just sets the URL field as that string: https://github.com/JuliaLang/Pkg.jl/blob/4e43058c264e0117478f901e36b2be563418f7d3/src/REPLMode/argument_parsers.jl#L199-L200
I just got the same (but on linux)
Now: ``` julia> using StaticArrays, NearestNeighbors Precompiling NearestNeighbors finished. 1 dependency successfully precompiled in 1 seconds. 16 already precompiled. julia> data = SVector{2}.([(1, 2), (3, 4), (5, 6), (7, 8),...
Probably the highest version?
> If the user explicitly provides the desired version (e.g. julia +1.10 --project or julia +1.10.3 --project or julia +lts --project), we'd respect the Julia version specified by julia +ver,...
I don't fully understand why it is redundant or why this PR makes it more redundant.
Oops, I must have copy pasted from the diff.
I realize a better way of testing this is (of course) to call julia itself with the same project flag and env variable and get the truth from that.
It uses nightly channel if the version is higher than any known version. But maybe it should emit some warning when that happens...
I can remove tests if you want to... But as I have said, you are free to reopen your PR and we can try them on a bunch of cases....