Kristoffer Carlsson
Kristoffer Carlsson
Something I just saw: ``` (JuliaSyntaxHighlighting) pkg> resolve Cloning git-repo `https://github.com/JuliaLang/JuliaSyntax.jl.git` ERROR: MethodError: no method matching startswith(::Base.SHA1, ::String) The function `startswith` exists, but no method is defined for this combination...
https://github.com/user-attachments/assets/82e899f6-4fb9-43c5-a89d-b0eada500107
Fixes https://github.com/JuliaLang/Pkg.jl/issues/4157
Should be possible. Why not...
Allows Pkg to natively use `julia_version`. Good for CLI App Pkg. Uses the compressed format in https://github.com/JuliaPackaging/HistoricalStdlibVersions.jl/pull/52 ``` julia> Pkg.add(["NetworkOptions", "GMP_jll"]; julia_version = v"1.2") Context Pkg is operating with julia_version...
I think there is a similar issue for this somewhere: ``` julia> @time Pkg.add(name="Makie"; rev="master") Cloning git-repo `https://github.com/MakieOrg/Makie.jl.git` Updating git-repo `https://github.com/MakieOrg/Makie.jl.git` Resolving package versions... ERROR: expected package `ComputePipeline [95dc2771]` to...
How low can you go? Fixes https://github.com/JuliaLang/Pkg.jl/issues/1062. cc @oxinabox, @ChrisRackauckas