Kristoffer Carlsson
Kristoffer Carlsson
Hello, From the following PkgEval log: https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/5da257d_vs_d63aded/Attractors.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,...
If I create a `LocalPreferences.toml` with ``` [PrecompileTools] precompile_workloads = false ``` but I have a valid precompile file for Plots, it doesn't seem to take effect: ``` julia> using...
Hello, From the following PkgEval log: https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/5da257d_vs_d63aded/TransitionsInTimeseries.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/GEMPIC.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,...
``` objects of type BigFloat cannot be finalized because they are not mutable Stacktrace: [1] error(::String, ::Type, ::String) @ Base ./error.jl:54 [2] _check_mutable(o::Any) @ Base ./gcutils.jl:41 [3] finalizer(f::Any, o::Any) @...
Backported PRs: - [x] #58205 - [x] #58407 - [x] #58131 - [x] #58565 - [x] #58540 - [x] #58301 - [x] #58638 - [x] #58639 - [x] #58507 -...
Backported PRs: - [x] #56413 - [x] #56938 - [x] #56984 - [x] #57386 - [x] #57539 - [x] #57608 - [x] #57476 - [x] #57725 - [x] #57790 -...
Right now, there is no way to add text to a zone from the julia defined zones (text being e.g. the yellow text in) When we moved the `require` code...
There was some CI error when bumping Pkg to the latest 1.12. I'll use this branch to debug it.
There are quite a few packages that time out on 1.12. I want to see if it has to do with this slow debuginfo lookup that happens for deprecation warnings.