Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
femtotrader opened this issue Sep 24, 2018 · 4 comments

Comments

@femtotrader
Copy link
Contributor

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
Copy link
Collaborator

iblislin commented Oct 1, 2018

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

@femtotrader
Copy link
Contributor Author

Pkg.status()

returns

[9e3dc215] TimeSeries v0.13.0

@femtotrader
Copy link
Contributor Author

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

@femtotrader
Copy link
Contributor Author

Sorry for noise

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants