Skip to content

Commit f241cf7

Browse files
authored
Added import Base: isassigned so that view works correctly on QuasiArrays (outside of test env) (#116)
1 parent b0741da commit f241cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QuasiArrays.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import Base: Slice, IdentityUnitRange, ScalarIndex, RangeIndex, view, viewindexi
1616
parentindices, reverse, ndims, checkbounds, uncolon,
1717
maybeview, unsafe_view, checkindex, checkbounds_indices,
1818
throw_boundserror, rdims, replace_in_print_matrix, show, summary,
19-
hcat, vcat, hvcat
19+
hcat, vcat, hvcat, isassigned
2020
import Base: *, /, \, +, -, ^, inv
2121
import Base: exp, log, sqrt,
2222
cos, sin, tan, csc, sec, cot,

0 commit comments

Comments
 (0)