Skip to content

Commit b96ce3b

Browse files
committed
Add TODO upon fixing issue 9080 [ci skip]
1 parent 9ceb52b commit b96ce3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base/multidimensional.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -821,6 +821,7 @@ end
821821
@boundscheck checkbounds(src, Rsrc.start)
822822
@boundscheck checkbounds(src, Rsrc.stop)
823823
ΔI = Rdest.start - Rsrc.start
824+
# TODO: restore when #9080 is fixed
824825
# for I in Rsrc
825826
# @inbounds dest[I+ΔI] = src[I]
826827
@nloops $N i (n->Rsrc.start[n]:Rsrc.stop[n]) begin

0 commit comments

Comments
 (0)