Skip to content

Conversation

@jishnub
Copy link
Member

@jishnub jishnub commented Dec 17, 2025

LinearAlgebra now passes the 2-element size of the matrix to structured_broadcast_alloc. This adapts the method in this package to accept the 2-term size. This would be backward compatible, as minimum is a no-op for a number.

The change here gets tests working on julia v1.14.

@codecov
Copy link

codecov bot commented Dec 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.82%. Comparing base (0a58cd8) to head (9296b5a).

Additional details and impacted files
@@             Coverage Diff             @@
##           master     #424       +/-   ##
===========================================
+ Coverage    0.00%   99.82%   +99.82%     
===========================================
  Files           8        8               
  Lines        1152     1156        +4     
===========================================
+ Hits            0     1154     +1154     
+ Misses       1152        2     -1150     

☔ 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 add a test that fails without this change?

@jishnub
Copy link
Member Author

jishnub commented Dec 20, 2025

Tests already exist and are failing on v1.13 alpha. The CI failures on the master branch currently should be resolved by this change.

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.

3 participants