Conversation
This is complimentary to SciML/Static.jl#88 and would be a big move in disentangling static types from ArrayInterface
Codecov Report
@@ Coverage Diff @@
## master #366 +/- ##
===========================================
+ Coverage 0.00% 89.95% +89.95%
===========================================
Files 9 9
Lines 1335 1155 -180
===========================================
+ Hits 0 1039 +1039
+ Misses 1335 116 -1219
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
@chriselrod , I think the only issue you might run into with this one is that |
StrideArrays.jl uses it, but none of the other repos that I saw. |
Got it. I'll remove the deprecation, push this through, and then take a look at StrideArrays.jl |
This was type piracy after the move of
StaticIntto Static.jl.Pending SciML/Static.jl#88, this PR should solve that issue without any breaking changes for packages depending on ArrayInterface.jl.