-
Notifications
You must be signed in to change notification settings - Fork 38
Remove range types #366
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
Remove range types #366
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.