On Sep 1, 2015 11:48 AM, "Michael Francis" <mdcfran...@gmail.com> wrote:
>
> I get the following - WARNING: module <module> should explicitly import
== from Base
>
> Unfortunately you can't simply do
>
> Base.==( ... )

Operators are not imported by default in 0.4 anymore. Import them directly
or use Base.(:==) should both work

>
>
> I can fix with
>
> import Base: ==
>
>
> what is the idiomatic way of doing this in 0.4
>
> Also is there a guide for upgrading packages to 0.4 ?
>

Reply via email to