Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restrict StaticArrays to compatible versions #688

Merged
merged 5 commits into from
Mar 7, 2024
Merged

Conversation

andreasnoack
Copy link
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.

@andreasnoack andreasnoack requested a review from devmotion March 7, 2024 11:16
Copy link

codecov bot commented Mar 7, 2024

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 andreasnoack force-pushed the an/staticarrays branch 3 times, most recently from fc299e6 to e321f97 Compare March 7, 2024 12:59
Project.toml Outdated Show resolved Hide resolved
Copy link
Member

@devmotion devmotion left a comment

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
Member Author

@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 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