JuliaGraphics / Winston.jl

2D plotting for Julia
MIT License
171 stars 55 forks source link

added Dates and Base.* to control flow #252

Closed milktrader closed 8 years ago

milktrader commented 8 years ago

This removes the following WARNING messages in Julia 0.4

WARNING: requiring "Dates" in module "Winston" did not define a corresponding module.
WARNING: module Winston should explicitly import * from Base

Tests pass on Julia 0.4.0 and fail on Julia 0.3.11, but the failure of example07 on Julia 0.3.11 is currently an issue that this PR doesn't solve.

JeffBezanson commented 8 years ago

This change is in now.