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

External dependencies #13

Open
mjlbach opened this issue Feb 10, 2022 · 4 comments
Open

External dependencies #13

mjlbach opened this issue Feb 10, 2022 · 4 comments

Comments

@mjlbach
Copy link
Contributor

mjlbach commented Feb 10, 2022

Some dependencies are runtime, some are build time. The specification may want to distinguish these, as the latter could cause the plugin to fail installation.

@wbthomason
Copy link
Contributor

This guidance should also include what we expect package managers to do about verifying external dependency versions.

@mjlbach
Copy link
Contributor Author

mjlbach commented Feb 10, 2022

It's hard, because we can't enforce the versioning scheme (it could be calver or something-not-semver). I'm not sure what the best generic way to check against versions is. We could allow specifying comparator rules, regex matches on version, etc. Not sure.

@wbthomason
Copy link
Contributor

Yeah, I'm not sure what we can require that isn't too onerous for plugin managers.

@lewis6991
Copy link
Member

Personally, I think we should defer this and omit it from the initial release.

@mjlbach mjlbach changed the title Provide guidance on how package managers should handle external dependencies. External dependencies Mar 29, 2022
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

3 participants