Jameson Nash
Jameson Nash
@nanosoldier `runbenchmarks(ALL, vs=":master")`
Looks like it gave LLVM a little bit of trouble on a few benchmarks, but overall seemed potentially worth doing this for the simplification of everything. I am not sure...
Probably mostly noise though, since it is worth noting this only affects code which uses Matrix (or rather, Array !
Is it common to compute the sum of the elements of a matrix?
@nanosoldier `runbenchmarks(!"scalar", vs=":master")`
Seems like vector of bignums are 10% faster, as expected now, but let's check @nanosoldier `runbenchmarks(!"scalar", vs=":master")`
This is now relied upon by REPLExt in Pkg (and all JLL files), so this must be fixed before the next release
A problem is that we cannot easily define the state of `__init__` for various `using` clauses: ```julia module A module B using ..A # assumes A.__init__ shouldn't run yet end...
Seems to be a less complete version of https://github.com/JuliaDebug/Cthulhu.jl/pull/526? That was currently blocked on getting my PRs for JuliaInterpreter merged so it works on Julia v1.11+ again I am excited...
I thought this relied on it. But maybe that was Revise instead that relies on it?