Skip to content

Conversation

@bkamins
Copy link
Contributor

@bkamins bkamins commented Mar 3, 2020

Fixes JuliaData/DataFrames.jl#2137

The bounds are added in a way that the bounds are less or equal than the bounds on 0.20.2. In this way - if I understand things correctly - there should be no risk that an old version of DataFrames.jl will be installed instead of latest release because it has looser bounds.

@bkamins
Copy link
Contributor Author

bkamins commented Mar 3, 2020

I understand that AutoMerge fails because this PR requires manual merging - right?

@bkamins bkamins changed the title Additional bounds on dependencies on old releases Additional bounds on dependencies on old DataFrames.jl releases Mar 3, 2020
@nalimilan
Copy link
Contributor

AutoMerge says "Neither a new package nor a new version", which is correct. I guess it's expected that this kind of PR needs manual reviewing.

@DilumAluthge DilumAluthge merged commit 0b80e44 into JuliaRegistries:master Mar 3, 2020
@bkamins bkamins deleted the patch-1 branch March 4, 2020 12:29

["0.18.2-0.19"]
PooledArrays = "0.5.0-*"
PooledArrays = "0.5.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For future reference, this should be "0.5", otherwise it excludes e.g. 0.5.1 etc.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you - I was not sure about that when I made a PR.

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 this pull request may close these issues.

Fix bounds in registry

4 participants