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
Is your feature request related to a problem? Please describe.
Currently the baseline field is always required for builtin registries as described here. In my case, the baseline should always be the same version as the built-in registry, which is a git submodule of my project. Having to explicitly specify it in vcpkg-configuration.json opens up the possibility for inconsistencies if somebody forgets to update it after updating the submodule.
Proposed solution
Make baseline an optional field for builtin registries. If omitted, the baseline will be the same version as the built-in registry itself.
Describe alternatives you've considered
None that come to mind.
info:versioningThis PR or Issue pertains to the versioning feature
1 participant
Converted from issue
This discussion was converted from issue #26399 on August 18, 2022 03:12.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is your feature request related to a problem? Please describe.
Currently the
baseline
field is always required forbuiltin
registries as described here. In my case, the baseline should always be the same version as the built-in registry, which is a git submodule of my project. Having to explicitly specify it invcpkg-configuration.json
opens up the possibility for inconsistencies if somebody forgets to update it after updating the submodule.Proposed solution
Make
baseline
an optional field forbuiltin
registries. If omitted, the baseline will be the same version as the built-in registry itself.Describe alternatives you've considered
None that come to mind.
Additional context
None
Beta Was this translation helpful? Give feedback.
All reactions