Kristoffer Carlsson
Kristoffer Carlsson
When loading an external copy of LinearAlgebra (as in the tests for https://github.com/JuliaLang/LinearAlgebra.jl) there are some new method ambiguities that arises, even if the external copy should have the exact...
Hello, From the following PkgEval log: https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/5da257d_vs_d63aded/UCX.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/RecurrenceAnalysis.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/TimeseriesSurrogates.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,...
see https://github.com/JuliaLang/julia/issues/57070 for details I moved the definition up because it felt a bit uncomfortable to use the interpolation of it before it was defined.
This fixes the package on 1.12 (failing due to both LazySets and IntervalLinearAlgebra defining an `Intervarl` name). Tangentially, this package also fails on 1.6 due to using `BLAS.lbt_forward`, which is...
For example on 1.10.9. Could be ``` Testing Running tests... [ Info: Waiting for tracy to connect... [ Info: Connected! Hello, world! Hello, world! Hello, world! Test Summary: |Time msg...
Something in https://github.com/JuliaLang/JuliaSyntax.jl/pull/522 caused the package to no longer match things properly. I am not sure if this is a bug in the current parser or this was intended but...
Hello, From the following PkgEval log: https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/5da257d_vs_d63aded/Ephemerides.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,...