Skip to content

Commit

Permalink
Add TODO upon fixing issue 9080 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Mar 9, 2017
1 parent 9ceb52b commit b96ce3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/multidimensional.jl
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,7 @@ end
@boundscheck checkbounds(src, Rsrc.start)
@boundscheck checkbounds(src, Rsrc.stop)
ΔI = Rdest.start - Rsrc.start
# TODO: restore when #9080 is fixed
# for I in Rsrc
# @inbounds dest[I+ΔI] = src[I]
@nloops $N i (n->Rsrc.start[n]:Rsrc.stop[n]) begin
Expand Down

0 comments on commit b96ce3b

Please sign in to comment.