Skip to content

Commit f67385f

Browse files
committed
Remove optionally static range types
This is complimentary to SciML/Static.jl#88 and would be a big move in disentangling static types from ArrayInterface
1 parent 87e65bc commit f67385f

File tree

4 files changed

+6
-444
lines changed

4 files changed

+6
-444
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
1313
ArrayInterfaceCore = "0.1.3"
1414
Compat = "3, 4"
1515
IfElse = "0.1"
16-
Static = "0.7"
16+
Static = "0.8"
1717
julia = "1.6"
1818

1919
[extras]

src/ArrayInterface.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ import ArrayInterfaceCore: known_first, known_step, known_last
2323

2424
using Static
2525
using Static: Zero, One, nstatic, eq, ne, gt, ge, lt, le, eachop, eachop_tuple,
26-
permute, invariant_permutation, field_type, reduce_tup, find_first_eq
26+
permute, invariant_permutation, field_type, reduce_tup, find_first_eq,
27+
OptionallyStaticUnitRange, OptionallyStaticStepRange, OptionallyStaticRange
2728

2829
using IfElse
2930

0 commit comments

Comments
 (0)