kmsquire / Logging.jl

Logging package for julia
Other
43 stars 26 forks source link

Fix depwarn in test #52

Closed ranjanan closed 8 years ago

ranjanan commented 8 years ago

symbol -> Symbol

kmsquire commented 8 years ago

This requires Compat to work on Julia v0.4. However, I'm about to split v0.4 and v0.5 branches. Will update here when that's done.

ranjanan commented 8 years ago

@kmsquire are you sure? Because the Symbol constructor works on both v0.4 and v0.5 without the need to use Compat

kmsquire commented 8 years ago

See https://travis-ci.org/kmsquire/Logging.jl/jobs/167685951

kmsquire commented 8 years ago

Thanks!

ranjanan commented 8 years ago

@kmsquire Would you mind tagging a new release please? Thanks!

ViralBShah commented 7 years ago

Was a new release tagged? I got this with Pkg.test("Mocha")

WARNING: Method definition info(Any...) in module Base at util.jl:320 overwritten in module Logging at /Users/viral/.julia/v0.5/Logging/src/Logging.jl:115.
WARNING: Method definition warn(Any...) in module Base at util.jl:350 overwritten in module Logging at /Users/viral/.julia/v0.5/Logging/src/Logging.jl:115.
WARNING: Method definition warn(Any...) in module Base at util.jl:350 overwritten in module Logging at /Users/viral/.julia/v0.5/Logging/src/Logging.jl:115.
WARNING: Method definition info(Any...) in module Base at util.jl:320 overwritten in module Logging at /Users/viral/.julia/v0.5/Logging/src/Logging.jl:115