Kristoffer Carlsson
Kristoffer Carlsson
fixes https://github.com/JuliaLang/Pkg.jl/issues/2685
fixes https://github.com/JuliaLang/Pkg.jl/issues/3781
Fixes https://github.com/JuliaLang/Pkg.jl/issues/3405. I wonder if the `quiet` name is perhaps a bit too broad. We only silence the status output but we will still print things like testsets etc (I...
fixes https://github.com/JuliaLang/Pkg.jl/issues/3857 test written with Claude
Had this in https://github.com/JuliaLang/Pkg.jl/pull/4288
This makes the SAT resolver (https://github.com/StefanKarpinski/Resolver.jl) a new default (so that people actually try it). We still need to make libpicosat available from julia itself (https://github.com/JuliaLang/julia/pull/59119). This adds an extra...
I think this part in the community standard is underspecified. For example, copyright laws for what country? The ones where the user currently resides? I don't think applying to laws...
Tried to "ascend" from SnoopCompile into ``` _precompilepkgs(::Vector{Base.PkgId}, ::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Vector{Pair{Cmd, Base.CacheFlags}}, ::IOContext{IO}, ::Bool, ::Bool, ::Bool) ``` and got: ``` ERROR: AssertionError: isdefined(cache[mi], :inferred) Stacktrace: [1] is_already_cached(interp::Cthulhu.CthulhuInterpreter,...
Better than the hand rolled version in #457 (julia feature https://github.com/JuliaLang/julia/pull/55793)