I get the following - WARNING: module <module> should explicitly import == 
from Base

Unfortunately you can't simply do 

Base.==( ... )


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