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

Creates PRs to drop lower bound restrictions, e.g "0.2.7" -> "0.2.7, 0.2" #266

Open
chriselrod opened this issue Feb 6, 2021 · 3 comments
Labels

Comments

@chriselrod
Copy link

For example:
JuliaSIMD/StrideArrays.jl#14

@chriselrod chriselrod changed the title Creates PRs to drop lower bound restrictions Creates PRs to drop lower bound restrictions, e.g "0.2.7" -> "0.2.7, 0.2" Feb 6, 2021
@davidanthoff
Copy link

Also got one of these incorrect PRs at julia-vscode/CSTParser.jl#255. I think this should probably be fixed with high priority: if people merge these without too much care (which I've done in the past) this has the potential to really cause some chaos in the ecosystem.

@giordano
Copy link
Member

giordano commented Feb 19, 2021

Related to this issue, JuliaPackaging/BinaryBuilder.jl#1017 changed compat from

BinaryBuilderBase = "0.5"

to

BinaryBuilderBase = "0.5, 0.4"

but BinaryBuilderBase v0.4 isn't even compatible with Julia v1.6, where CompatHelper was running when opened this PR. I should also note that BinaryBuilderBase v0.5 isn't registered yet, I don't know if this is a problem for CompatHelper.

@DilumAluthge
Copy link
Member

I think the culprit here is the Pkg server being out of date. In the v3 rewrite we will only use the Git registry (we'll drop support for Pkg server registries), so this should be fixed in v3.

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

No branches or pull requests

4 participants