Skip to content

Commit ae06bba

Browse files
committed
Added test and bumped version number
1 parent 4bfd6ce commit ae06bba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ArrayInterface"
22
uuid = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
3-
version = "7.7.0"
3+
version = "7.7.1"
44

55
[deps]
66
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

test/staticarrayscore.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ x = @SVector [1,2,3]
1111
x = @MVector [1,2,3]
1212
@test ArrayInterface.ismutable(x) == true
1313
@test ArrayInterface.ismutable(view(x, 1:2)) == true
14+
@test ArrayInterface.can_setindex(typeof(x)) == true
1415

1516
A = @SMatrix(randn(5, 5))
1617
@test ArrayInterface.lu_instance(A) isa typeof(lu(A))

0 commit comments

Comments
 (0)