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

Allow overriding constrains #86

Open
pablochacin opened this issue Jan 23, 2025 · 0 comments
Open

Allow overriding constrains #86

pablochacin opened this issue Jan 23, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@pablochacin
Copy link
Contributor

The documentation states the following

Version constraints can be specified in several sources (pragma, environment, manifest) but cannot be overwritten. That is, for a given extension, the version constraints from different sources must either be equal, or only one source can contain a version constraint.

In some scenarios, it can be convenient to provide a default version for extensions in the form of a manifest but allow users to override the version of a specific extension in the script. For example, when running tests in the cloud, the user will not have control of the manifest, so using the in-script pragmas will be the only way to change the defaults.

@pablochacin pablochacin added the enhancement New feature or request label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant