mauro3 / Traits.jl

Exploration of traits in Julia
Other
39 stars 6 forks source link

Convert to `AbstractString` #22

Closed eschnett closed 8 years ago

eschnett commented 8 years ago

Since today, using Julia 0.4, I see this warning:

WARNING: Base.String is deprecated, use AbstractString instead.
in call at /Users/eschnett/.julia/v0.4/Traits/src/Traits.jl:99
mauro3 commented 8 years ago

This was fixed in your PR #24, right? Thanks!