there is an issue when "using" a module fails: I work on a computer w/o access to github, I had to just copy Images.jl to use it. Using Images resulted in error as I missed a dependency. After I fixed this Using Images did not complain yet imread was not defined. Only after restarting Julia did it work.
IMO failed imports should not change any state in Main. Should I open an issue?
