Skip to content

Conversation

@max-vassili3v
Copy link
Contributor

This is a continuation of this PR.

This PR adds an extension of StaticArrays.jl. This ends up fixing an issue where adding or subtracting by Zeros always returns a dense Array . By adding this extension, we resolve ambiguity issues and thus are able to override +(a::AbstractArray, b::Zeros) so that it preserves the type of a.

@codecov
Copy link

codecov bot commented Jan 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.83%. Comparing base (3e305a8) to head (c9f5fa4).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #427   +/-   ##
=======================================
  Coverage   99.82%   99.83%           
=======================================
  Files           8        9    +1     
  Lines        1156     1177   +21     
=======================================
+ Hits         1154     1175   +21     
  Misses          2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dlfivefifty
Copy link
Member

Can you bump the minor version? (So v1.16)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants