Skip to content

Restrict StaticArrays to compatible versions - #688

Merged
andreasnoack merged 5 commits into
masterfrom
an/staticarrays
Mar 7, 2024
Merged

Restrict StaticArrays to compatible versions#688
andreasnoack merged 5 commits into
masterfrom
an/staticarrays

Conversation

@andreasnoack

Copy link
Copy Markdown
Member

It looks like version 1.7 broke the eigen definition here so until it has been fixed, the bounds would have to be restricted.

@codecov

codecovBot commented Mar 7, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.57%. Comparing base (d300209) to head (8e6a03d).
Report is 1 commits behind head on master.

Additional details and impacted files
@@ Coverage Diff @@## master #688 +/- ##
==========================================
- Coverage 89.65% 89.57% -0.09% 
==========================================
Files 11 11 Lines 967 969 +2 ==========================================
+ Hits 867 868 +1 - Misses 100 101 +1 

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

@andreasnoack
andreasnoackforce-pushed the an/staticarrays branch 3 times, most recently from fc299e6 to e321f97CompareMarch 7, 2024 12:59
Comment threadProject.toml Outdated

@devmotiondevmotion left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (I'm fine with fixing the remaining allocation tests in a separate PR).

@andreasnoack

Copy link
Copy Markdown
MemberAuthor

@devmotion I've also disabled testing on nightly. There is a failure similarly to the one that was fixed in 1.10 by capping StaticArrays. I've also marked two of the allocation tests as broken.

Sign up for freeto 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

@andreasnoack@devmotion