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

Spurious version bump PR opened when pkg server runs behind #341

Closed
IanButterworth opened this issue Jun 17, 2021 · 2 comments
Closed

Spurious version bump PR opened when pkg server runs behind #341

IanButterworth opened this issue Jun 17, 2021 · 2 comments
Labels

Comments

@IanButterworth
Copy link
Member

A package has

Foo = "0.2.3"

and CompatHelper just opened a PR with

Foo = "0.2.3, 0.2"

I think it's due to the pkg server running behind and not knowing about Foo v0.2.3 that was released 2 days ago

@DilumAluthge
Copy link
Member

Probably a duplicate of #266?

I think the Pkg server is the culprit here.

If I recall correctly, for the v3 rewrite, we are going to drop Pkg server support and just always use the Git registry. @mattBrzezinski @fchorney is this correct?

If I'm recalling that correctly, then this bug will be fixed in v3.

@DilumAluthge
Copy link
Member

Duplicate of #266

@DilumAluthge DilumAluthge marked this as a duplicate of #266 Jul 15, 2021
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

2 participants