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

The Install packages? suggestion feature does not call Set to get the unique set of packages to ask to install #42133

Closed
anandijain opened this issue Sep 5, 2021 · 1 comment · Fixed by #42134
Assignees

Comments

@anandijain
Copy link
Contributor

julia> using ImageCore.FixedPointNumbers, ImageCore.ColorTypes
 │ Packages [ImageCore, ImageCore] not found, but packages named [ImageCore, ImageCore] are available from a registry. 
 │ Install packages?
 │   (jl_LTIgbR) pkg> add ImageCore ImageCore 
 └ (y/n) [y]: 
ERROR: it is invalid to specify multiple packages with the same name: `ImageCore`

It seems like it just naively iterates over these

@IanButterworth
Copy link
Member

Thanks. Fixed in #42134

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

Successfully merging a pull request may close this issue.

2 participants