-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comments
This guidance should also include what we expect package managers to do about verifying external dependency versions. |
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. |
Yeah, I'm not sure what we can require that isn't too onerous for plugin managers. |
Personally, I think we should defer this and omit it from the initial release. |
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.
The text was updated successfully, but these errors were encountered: