kmsquire / Logging.jl

Logging package for julia
Other
43 stars 26 forks source link

Julia .4 Deprecated Base Classes #24

Closed philipithomas closed 8 years ago

philipithomas commented 8 years ago

It looks like "Base.Foo" is being replaced by "AbstractFoo".

I might be able to work on this later today, but opening this for tracking.

jskDr commented 8 years ago

@philipithomas Thank you. It is so welcome since it is related to other libraries such as Mocha.jl.

jskDr commented 8 years ago

How's going on this issue? I still have warning to use other package which uses logging.jl. WARNING: Base.String is deprecated, use AbstractString instead. likely near /home/jamessungjinkim/.julia/v0.4/Logging/src/Logging.jl:24 WARNING: Base.String is deprecated, use AbstractString instead. likely near /home/jamessungjinkim/.julia/v0.4/Logging/src/Logging.jl:24 WARNING: Base.String is deprecated, use AbstractString instead. likely near /home/jamessungjinkim/.julia/v0.4/Logging/src/Logging.jl:24 WARNING: Base.String is deprecated, use AbstractString instead. likely near /home/jamessungjinkim/.julia/v0.4/Logging/src/Logging.jl:40 WARNING: Base.String is deprecated, use AbstractString instead. likely near /home/jamessungjinkim/.julia/v0.4/Logging/src/Logging.jl:40 WARNING: Base.String is deprecated, use AbstractString instead. likely near /home/jamessungjinkim/.julia/v0.4/Logging/src/Logging.jl:40

philipithomas commented 8 years ago

We actually delayed our Julia .4 deployment due to so many issue and deprecations. Because of this , I haven't had a chance to start on this issue

aviks commented 8 years ago

This has been fixed by #23 . Just need to tag a new version.

aviks commented 8 years ago

Logging v0.2.0 has now been released with these fixes.