JuliaStats / TimeSeries.jl

Time series toolkit for Julia
Other
353 stars 69 forks source link

WARNING: both TimeSeries and Base export "findall"; uses of it in module Main must be qualified #375

Closed femtotrader closed 6 years ago

femtotrader commented 6 years ago

Hello,

with Julia 0.7 I'm getting the following warning

WARNING: both TimeSeries and Base export "findall"; uses of it in module Main must be qualified

Steps to reproduce:

$ julia
               _
   _       _ _(_)_     |  A fresh approach to technical computing
  (_)     | (_) (_)    |  Documentation: https://docs.julialang.org
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 0.7.0 (2018-08-08 06:46 UTC)
 _/ |\__'_|_|_|\__'_|  |  Official http://julialang.org/ release
|__/                   |  x86_64-apple-darwin14.5.0

julia> using TimeSeries

julia> # no warning!

julia> # Time<tab>

julia> TimeWARNING: both TimeSeries and Base export "findall"; uses of it in module Main must be qualified
julia> Time

Kind regards

iblislin commented 6 years ago

well, I cannot reproduce. Which commit is your TimeSeries.jl?

femtotrader commented 6 years ago
Pkg.status()

returns

[9e3dc215] TimeSeries v0.13.0
femtotrader commented 6 years ago

I'm closing because I also can't reproduce.

femtotrader commented 6 years ago

Sorry for noise