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

Fix bounds in registry #2137

Closed
davidanthoff opened this issue Mar 3, 2020 · 2 comments · Fixed by JuliaRegistries/General#10472
Closed

Fix bounds in registry #2137

davidanthoff opened this issue Mar 3, 2020 · 2 comments · Fixed by JuliaRegistries/General#10472

Comments

@davidanthoff
Copy link
Contributor

It would be good if the bounds for DataFrames.jl in the registry could be cleaned up.

I started with the most obvious problem JuliaRegistries/General#10451, but looking at the Compat.toml for DataFrames.jl, there seem to be other problems as well:

  • There are other bounds that end in -*, those should probably all be bounded properly.
  • Starting with DataFrames.jl 0.14, there are quite a number of versions that declare themselves compatible with any pre 1.0 Tables version. Is that right? Presumably Tables 0.2 was breaking? Not sure, but might be worth checking that as well.
@bkamins
Copy link
Member

bkamins commented Mar 3, 2020

See JuliaRegistries/General#10472. I am not sure about exact bounds on Tables 0.2 release (this probably would require a lot of tests to make sure we set bounds correctly for each version), but I think it is enough to make sure that we guarantee that Julia does not install an older version of DataFrames.jl instead of the latest release.

@bkamins
Copy link
Member

bkamins commented Mar 4, 2020

Things should be fixed now (please reopen the issue if this is not the case)

@bkamins bkamins closed this as completed Mar 4, 2020
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