You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure what's the decision (I assume the method was deleted by accident?) but we should either fix the document (for isvalid(value) -> Bool) or add the method back.
The text was updated successfully, but these errors were encountered:
Note that we still have isvalid(String, s::String), so fixing this issue would be as simple as adding back isvalid(s::String) = isvalid(String, s) (or the more generic isvalid{T}(x::T) = isvalid(T, x) if we want to support this pattern for isvalid).
stevengj
added a commit
to stevengj/julia
that referenced
this issue
Jul 19, 2016
Ref #16590 (comment) and JuliaLang/IJulia.jl#441 (Opening an issue so that it is not lost).
I'm not sure what's the decision (I assume the method was deleted by accident?) but we should either fix the document (for
isvalid(value) -> Bool
) or add the method back.The text was updated successfully, but these errors were encountered: