You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DEPS specification allows me to pull particular packages from github. However, I would also like to be able to specify the particular version of the desired package, since master is usually a moving target and can break the contract with my code over time.
The simplest thing would be to specify a tag like "v1.0" which would check out that tag from the repository after it had been cloned.
This would also affect the upgrade command, since this package wouldn't be updated without changing the version specified in DEPS.
I'm not requesting that multiple versions of the dependency be able to coexist under basher, although that would be another nice-to-have (i.e. different feature request). I could definitely see specifying the version number in the repo's path in anticipation of such a feature, however, such as "cellar/packages/my-user/my-package-v0.1".
The text was updated successfully, but these errors were encountered:
Modify install command to take `package@ref` style syntax. This should
be idiomatic for everyone.
The ref selection is permanent, theres no way to switch the package
to a different ref without re-installing it.
Sort of related to basherpm#20 in terms of versioning packages
The DEPS specification allows me to pull particular packages from github. However, I would also like to be able to specify the particular version of the desired package, since master is usually a moving target and can break the contract with my code over time.
The simplest thing would be to specify a tag like "v1.0" which would check out that tag from the repository after it had been cloned.
This would also affect the upgrade command, since this package wouldn't be updated without changing the version specified in DEPS.
I'm not requesting that multiple versions of the dependency be able to coexist under basher, although that would be another nice-to-have (i.e. different feature request). I could definitely see specifying the version number in the repo's path in anticipation of such a feature, however, such as "cellar/packages/my-user/my-package-v0.1".
The text was updated successfully, but these errors were encountered: