From f07eda663df7a57a95e44da3372d1da4d9b6e104 Mon Sep 17 00:00:00 2001 From: Sacha Verweij Date: Mon, 8 Jan 2018 19:35:44 -0800 Subject: [PATCH] Add a TODO to 0.7 deps. --- base/deprecated.jl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/base/deprecated.jl b/base/deprecated.jl index 65b01ba54845b..d51da8a542dce 100644 --- a/base/deprecated.jl +++ b/base/deprecated.jl @@ -188,6 +188,8 @@ end # BEGIN 0.7 deprecations +# TODO: remove warning for using `_` in parse_input_line in base/client.jl + @deprecate issubtype (<:) @deprecate union() Set() @@ -2907,8 +2909,6 @@ end @deprecate substrides(s, parent, dim, I::Tuple) substrides(parent, strides(parent), I) -# END 0.7 deprecations - @deprecate lexcmp(x::AbstractArray, y::AbstractArray) cmp(x, y) @deprecate lexcmp(x::Real, y::Real) cmp(isless, x, y) @deprecate lexcmp(x::Complex, y::Complex) cmp((real(x),imag(x)), (real(y),imag(y))) @@ -2972,6 +2972,7 @@ end # END 0.7 deprecations + # BEGIN 1.0 deprecations # END 1.0 deprecations