Kristoffer Carlsson
Kristoffer Carlsson
If I do `target_modules=(Pkg,) ` JET barely shows anything because Pkg has some submodules. Maybe it makes sense to include submodules by default. I think it is unlikely you would...
While being in a Pkg.jl repo: ``` ❯ julia +nightly --project -q julia> using Pkg [ Info: Precompiling Pkg [44cfe95a-1eb2-52ea-b672-e2afdf69b78f] (cache misses: wrong source (1), mismatched flags (1)) ❯ julia...
On master: ```julia-repl ~/JuliaPkgs/Pkg.jl ❯ julia +nightly --project -q julia> VERSION v"1.12.0-DEV.784" julia> using Pkg [ Info: Precompiling Pkg [44cfe95a-1eb2-52ea-b672-e2afdf69b78f] (cache misses: for different buildid (2), mismatched flags (2)) julia>...
- [x] #54908 Need manual backport: - [ ] #54739 Contains multiple commits, manual intervention needed: - [ ] #52694 - [ ] #54631 - [ ] #53286 - [...
Currently, giving too many arguments makes them just be ignored.
Ref https://github.com/JuliaGPU/GPUCompiler.jl/pull/589
Fixes https://github.com/JuliaLang/julia/issues/54768
Seeing this in some PkgEval logs ``` ││││││││┌ string(::String, ::Tuple{Base.OneTo{Int64}}, ::String, ::Tuple{Base.OneTo{Int64}}) @ Base ./strings/io.jl:189 │││││││││┌ print_to_string(::String, ::Tuple{Base.OneTo{Int64}}, ::String, ::Tuple{Base.OneTo{Int64}}) @ Base ./strings/io.jl:150 ││││││││││┌ _unsafe_take!(io::IOBuffer) @ Base ./iobuffer.jl:504 │││││││││││┌ wrap(::Type{Array},...
Backported PRs: - [x] #54605 - [x] #54634 - [x] #54635 - [x] #54645 - [x] #54671 - [x] #54672 - [x] #54704 - [x] #54713 - [x] #54781 -...
https://github.com/Ferrite-FEM/Ferrite.jl/pull/991#issuecomment-2198520827 I think the current way of creating quadrature rules is not ideal. For example we write: ``` qr = QuadratureRule{RefTetrahedron}(2) ``` but there are many quadrature rules and it...