invenia / Memento.jl

A flexible logging library for Julia
https://invenia.github.io/Memento.jl/latest
Other
87 stars 14 forks source link

Prefer `using` over `import` #132

Closed omus closed 4 years ago

omus commented 4 years ago

See https://github.com/invenia/Memento.jl/pull/131#discussion_r326805325

rofinn commented 4 years ago

I believe this has been fixed in all cases we can fix it.

iamed2 commented 4 years ago

I think it would still be possible to not import log. We need import for error to extend Base without special-casing it in the eval loop.