Skip to content

Commit

Permalink
export deprecation alias for String
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Nov 4, 2014
1 parent d2252d0 commit 3c7b6db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/deprecated.jl
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,5 @@ end
@deprecate inf{T<:FloatingPoint}(::Type{T}) convert(T,Inf)
@deprecate nan{T<:FloatingPoint}(::Type{T}) convert(T,NaN)

export String
const String = AbstractString

2 comments on commit 3c7b6db

@StefanKarpinski
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right. My bad.

@ivarne
Copy link
Member

@ivarne ivarne commented on 3c7b6db Nov 5, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At least it got a few packages to update quickly, and Compat.jl to add this alias.

Please sign in to comment.