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 when updating Iterators.jl #21578

Closed
ararslan opened this issue Apr 27, 2017 · 1 comment
Closed

Warning when updating Iterators.jl #21578

ararslan opened this issue Apr 27, 2017 · 1 comment
Labels
domain:packages Package management and loading

Comments

@ararslan
Copy link
Member

               _
   _       _ _(_)_     |  A fresh approach to technical computing
  (_)     | (_) (_)    |  Documentation: https://docs.julialang.org
   _ _   _| |_  __ _   |  Type "?help" for help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 0.6.0-pre.beta.353 (2017-04-26 22:37 UTC)
 _/ |\__'_|_|_|\__'_|  |  Commit 09299516b5* (0 days old master)
|__/                   |  x86_64-apple-darwin15.6.0

julia> Pkg.update()
INFO: Updating METADATA...
INFO: Updating cache of DataFrames...
INFO: Updating cache of Compose...
INFO: Updating cache of Iterators...
INFO: Updating cache of StaticArrays...
INFO: Updating cache of Interpolations...
INFO: Updating cache of DataFrames...
INFO: Computing changes...
INFO: Upgrading Compose: v0.5.0 => v0.5.1
INFO: Upgrading Interpolations: v0.5.0 => v0.6.0
INFO: Upgrading Iterators: v0.3.0 => v0.3.1
INFO: Upgrading StaticArrays: v0.4.0 => v0.5.0
WARNING: The following packages have been updated but were already imported:
- Iterators
Restart Julia to use the updated versions.

So I guess whenever the Iterators.jl package is updated, a warning is issued because the Base Iterators module is available. It would be great if this could not happen.

@ararslan ararslan added the domain:packages Package management and loading label Apr 27, 2017
@vchuravy
Copy link
Sponsor Member

if isdefined(Main, pkgsym) && isa(getfield(Main, pkgsym), Module)

needs the same fix as #21539

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:packages Package management and loading
Projects
None yet
Development

No branches or pull requests

2 participants