StaticArrays has recently been refactored with the interface contained in StaticArraysCore; a much lighter dependency. This allows to remove the dynamic loading of the StaticArrays package, which has the potential to prevent method invalidations during precompilation of downstream packages.
StaticArrays has recently been refactored with the interface contained in StaticArraysCore; a much lighter dependency. This allows to remove the dynamic loading of the StaticArrays package, which has the potential to prevent method invalidations during precompilation of downstream packages.
All tests pass locally (Julia 1.7.2).
Also addresses https://github.com/jw3126/Setfield.jl/issues/164