Kristoffer Carlsson

Results 1623 comments of Kristoffer Carlsson

I think that is fair. Will probably break quite a lot of stuff though.

Or we just PkgEval it and fix the places where it is used, should be quite limited.

Dup of https://github.com/JuliaLang/Pkg.jl/issues/3251

I had a type where I had ``` [extensions] ArrowTypesExt = "ArrowTypes" ParsersExt = "ParsersExt" ``` instead of `"Parsers"`.

``` (@v1.13) pkg> registry status Registry Status [23338594] General (https://github.com/JuliaRegistries/General.git) packed registry with hash bed9695814ef4e2b4a6085bdc70a1f78a4e02711, last updated 2025-10-18 20:22:46 served by https://pkg.julialang.org - update available ``` a bit better now

Edit: What is written below seems to only be true on macOS. This regressed in 1.11.3: ``` ❯ julia +1.11.3 --project -q julia> @time_imports using InitTest ┌ 0.0 ms InitTest.__init__()...

I am still not sure this is completely resolved.

You should send this via bracket paste. https://en.wikipedia.org/wiki/Bracketed-paste#Description_of_bracketed-paste

LGTM but I would prefer leaving the `stdlibs` etc functions as they were and make new functions for the new info. Just because I know people use Pkg internals a...