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

Package Manager should support a lock file #549

Open
isc-kiyer opened this issue Aug 22, 2024 · 0 comments
Open

Package Manager should support a lock file #549

isc-kiyer opened this issue Aug 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@isc-kiyer
Copy link
Collaborator

Similar to other package managers (like npm/yarn), IPM should support a lock file (equivalent for Node JS apps is package.json vs package-lock.json). This will allow consumers to reliably reproduce dependencies.
Similar to other package managers, there should be a separate command to use the lock file and by default the current install command should maintain its behavior where the semantic version expressions should be used to pick up the highest available versions that are resolved by semantic version expressions of the dependencies.

Internal reference: HSIEO-8424

@isc-kiyer isc-kiyer added the enhancement New feature or request label Aug 22, 2024
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
Status: To do
Development

No branches or pull requests

1 participant