Skip to content

Commit

Permalink
add deprecation for AsyncStream
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash committed Sep 13, 2015
1 parent 43e283d commit 780d9af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/deprecated.jl
Original file line number Diff line number Diff line change
Expand Up @@ -787,3 +787,6 @@ export FloatingPoint
end

@deprecate cartesianmap(f, dims) for idx in CartesianRange(dims); f(idx.I...); end

# 12839
const AsyncStream = IO

0 comments on commit 780d9af

Please sign in to comment.