You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
When I type
import Logging
I get the warningWARNING: 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'tinfo
not get overwritten if I instead typeimport Logging
?The text was updated successfully, but these errors were encountered: