-
The README says:
If that's so, how does straight satisfy a declared dependency? Does it just check out the HEAD of |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Straight checks the dependent package's metadata for the Package-Requires line. ;; Package-Requires: ((org "9.7")) will tell Straight to install Org unless the user has already declared it in their init file. No consideration is made of the version number in the metadata. A feature we are considering is to at least issue warnings when a dependency's minimum version as required by its dependent is not satisfied. You can follow that discussion here: Does that help? |
Beta Was this translation helpful? Give feedback.
That's the branch the remote's HEAD points to. e.g.