Kristoffer Carlsson
Kristoffer Carlsson
``` (InlineStrings) pkg> test Testing InlineStrings Status `/private/var/folders/tp/2p4x9ygx48sgsdl1ccg1mp_40000gn/T/jl_XqfzsA/Project.toml` ERROR: KeyError: key "ParsersExt" not found Stacktrace: [1] getindex @ ./dict.jl:498 [inlined] [2] status_ext_info(pkg::Pkg.Types.PackageSpec, env::Pkg.Types.EnvCache) @ Pkg.Operations ~/.julia/juliaup/julia-1.10.4+0.aarch64.apple.darwin14/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:2214 ```
Seeing ``` Closest candidates are: zero(::Type{Union{}}, Any...) @ Base number.jl:310 zero(::Type{Missing}) @ Base missing.jl:104 zero(::Type{Pkg.Resolve.VersionWeight}) @ Pkg ~/.julia/juliaup/julia-1.10.4+0.aarch64.apple.darwin14/share/julia/stdlib/v1.10/Pkg/src/Resolve/versionweights.jl:15 ... ``` is kind of dumb.
Say you have an outdated General registry that is not in `DEPOT_PATH[1]`. The following then happens: - You will install outdated packages - `registry status` will show the general registry...
We got a report saying `ERROR: InitError: KeyError: key :version not found`. This should work around it.
Hello, From the following PkgEval log: https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/5da257d_vs_d63aded/NearestNeighborDescent.primary.log it seems likely that this package is using `Threads.nthreads` and `Threads.threadid` incorrectly as described in https://julialang.org/blog/2023/07/PSA-dont-use-threadid/ and https://juliafolds2.github.io/OhMyThreads.jl/stable/literate/tls/tls/#The-naive-(and-incorrect)-approach. In the upcoming Julia 1.12,...
Hello, From the following PkgEval log: https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/5da257d_vs_d63aded/LatinHypercubeSampling.primary.log it seems likely that this package is using `Threads.nthreads` and `Threads.threadid` incorrectly as described in https://julialang.org/blog/2023/07/PSA-dont-use-threadid/ and https://juliafolds2.github.io/OhMyThreads.jl/stable/literate/tls/tls/#The-naive-(and-incorrect)-approach. In the upcoming Julia 1.12,...
PkgEval log: https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/7825364_vs_d63aded/PDMats.primary.log ``` * kron Kronecker product: Error During Test at /home/pkgeval/.julia/packages/PDMats/iX2rk/test/kron.jl:14 Got exception outside of a @test MethodError: Cannot `convert` an object of type Matrix{Float32} to an object...
These are PRs that: 1. Have the linear algebra label 2. Only modify files in `stdlib/LinearAlgebra` ``` PR #56611: Update svd.jl documentation PR #56506: use LQ for "wide A" \...
``` 1412 -> 2 1629 -> 3 2193 -> 4 2398 -> 5 2929 -> 6 2934 -> 7 2936 -> 8 2941 -> 9 3003 -> 10 3014 ->...
These should probably just be removed https://github.com/JuliaLang/julia/blob/84a2458e0504d92b3db32bb367e449377c802593/stdlib/LinearAlgebra/src/factorization.jl#L102-L104 `convert` should be defined quite sparingly and these are different things.