kmsquire / Logging.jl

Logging package for julia
Other
43 stars 26 forks source link

WARNING: Method definition info(Any...) in module Base at util.jl:334 overwritten... #38

Closed jeff-regier closed 7 years ago

jeff-regier commented 8 years ago

When I type import Logging I get the warning

WARNING: Method definition info(Any...) in module Base at util.jl:334 overwritten in module Logging at /global/homes/j/jregier/.julia/v0.4/Logging/src/Logging.jl:61.

I can understand getting this warning if I were to type using Logging, but shouldn't info not get overwritten if I instead type import Logging?

lostanlen commented 8 years ago

FYI, this is a duplicate of #27. I don't understand the subtleties of the problem ; I just know that it affects Mocha and would love to see it go away.

kmsquire commented 7 years ago

Closing as duplicate of #27. Will continue the discussion there.