On Wednesday, January 7, 2015 6:44:17 AM UTC-8, Isaiah wrote:
>
> (1) is basically https://github.com/JuliaLang/julia/issues/3377
> (2)
>
>> help?> AbstractString
>> ERROR: AbstractString not defined
>
>
> works for me, but the other parts might be caused by the method resolution
> for edit not considering generic functions or constructors. the last part
> of the question is a (probably) missing method for convert; there is an
> open thread about this.
> (3) --int-literal will be removed.
>
>
>
As I understand it, AbstractString was introduced in 0.4. It's available to
0.3 via "Compat.jl" and in 0.3, it's typealiased to String, so that help
will yield the help for String.