-
Notifications
You must be signed in to change notification settings - Fork 71
Update Project.toml #416
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
Update Project.toml #416
Conversation
Codecov Report
@@ Coverage Diff @@
## master #416 +/- ##
==========================================
+ Coverage 84.60% 86.89% +2.28%
==========================================
Files 38 38
Lines 9561 9308 -253
==========================================
- Hits 8089 8088 -1
+ Misses 1472 1220 -252
Continue to review full report at Codecov.
|
I clicked on a couple of these, and it was using Static 0.6.6. Packages like ArrayInterfaceStaticArrays and StrideArraysCore are holding it back. |
Sorry. I should have commented that I had to dev a bunch of the other packages to get it to use 0.7 locally. It's a bit tricky because things like LayoutPointers need to have the 0.7 patch for ArrayInterface to get that working. |
Are you able to
that should cause precompilation failure. |
You're right. That is causing issues. I'm not entirely sure what I did the first time but I can get it to compile now when I change that to |
Looks like I need to fix issues in StrideArraysCore before getting these to pass. |
No description provided.