Skip to content

Fix broadcasting and test on julia v1.9#1187

Open
tiemvanderdeure wants to merge 6 commits into
rafaqz:mainfrom
tiemvanderdeure:broadcast_v1_9
Open

Fix broadcasting and test on julia v1.9#1187
tiemvanderdeure wants to merge 6 commits into
rafaqz:mainfrom
tiemvanderdeure:broadcast_v1_9

Conversation

@tiemvanderdeure
Copy link
Copy Markdown
Collaborator

closes #1186

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.67%. Comparing base (8955b81) to head (ebc4a86).

❗ There is a different number of reports uploaded between BASE (8955b81) and HEAD (ebc4a86). Click for more details.

HEAD has 5 uploads less than BASE
Flag BASE (8955b81) HEAD (ebc4a86)
6 1
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1187      +/-   ##
==========================================
- Coverage   86.98%   78.67%   -8.32%     
==========================================
  Files          61       58       -3     
  Lines        5849     5640     -209     
==========================================
- Hits         5088     4437     -651     
- Misses        761     1203     +442     

☔ 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.

@tiemvanderdeure
Copy link
Copy Markdown
Collaborator Author

tiemvanderdeure commented Apr 28, 2026

Hm so what is causing all these errors is that mapping over tuples with unequal number of elements like map(+, (1,), (2,3)) errors on 1.9 but works from 1.10 on.

Apparently it is a common thing - this error is in DiskArrays (which also has a 1.9 compat but tests on 1.10)

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.

DimensionalData 0.30 fails to precompile on Julia 1.9: type Broadcasted has no field style

1 participant