kmsquire / Logging.jl

Logging package for julia
Other
43 stars 26 forks source link

Fix deprecation warning on julia v0.5 #35

Closed r9y9 closed 8 years ago

r9y9 commented 8 years ago

This fixes the following waring:

julia> Logging.configure(level=ERROR)
WARNING: [a,b,...] concatenation is deprecated; use [a;b;...] instead
kmsquire commented 8 years ago

Thanks, but this wasn't quite the correct fix. Fixed by #37.