Closed oscardssmith closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 70.17%. Comparing base (
50e2776
) to head (e520267
). Report is 2 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Since the SArray types are created in StaticArraysCore, unfortunately we need the extension to be on the library or else generated functions in 3rd party packages can miss the added methods. Furthermore, this breaks the ability to optimize
lu
sinceStaticArraysCore
doesn't defineStaticArrays.LU
so this just is really annoying. I really think we should delete StaticArraysCore and just make it an alias for StaticArrays now that extension packages exist.