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

Fixes for pre-release versions #100

Open
revolter opened this issue Jan 14, 2018 · 0 comments
Open

Fixes for pre-release versions #100

revolter opened this issue Jan 14, 2018 · 0 comments

Comments

@revolter
Copy link

Currently, for a package with only pre-releases, packagecontrol.io doesn't list any version at all, as can be seen in this comment.

Also, for this case, it would be nice if a warning would be printed stating that the respective package can't be installed yet, unless you change the relevant setting.

gerardroche added a commit to gerardroche/packagecontrol.io that referenced this issue Jun 1, 2023
When a package pre release version supports the same platforms then
there is only one item in versions:

```
    'versions': [
        {
            'version': '1.29.1',
            'prerelease_version': '1.30.0-beta.2',
            'platforms': ['*'],
            'st_versions': ['3', '4']
        }
    ],
```
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

No branches or pull requests

1 participant