-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[vcpkg] Rename port_versions
to versions
#15784
[vcpkg] Rename port_versions
to versions
#15784
Conversation
e7eb104
to
42e0708
Compare
Only review the second commit, the first one is literally just a rename of |
@@ -319,9 +319,9 @@ Although the concept of package versions has always been present in vcpkg, the c | |||
|
|||
With the introduction of versioning constraints, it is now possible that a package depends on a port version that does not match the one available locally. This raises a problem as vcpkg needs to know how to acquire the port files for the requested version. | |||
|
|||
To solve this problem, a new set of metadata needs to be introduced. This specification proposes a that a new “port_versions” folder is added as part of a registry. In the main vcpkg registry, this means a new root level port_versions directory. | |||
To solve this problem, a new set of metadata needs to be introduced. This specification proposes a that a new "versions" folder is added as part of a registry. In the main vcpkg registry, this means a new root level versions directory. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
directory, not folder. (Sorry, I know you didn't edit, but still)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
prolly not gonna make that change since I'm just doing the boring rename thing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only worry about it if you need to spin this again. (I view this comment as no different than you asking me to sort cmake vars in the vcpkg_minimum_required PR :) )
d355de4
to
9f300b1
Compare
9f300b1
to
44d4e36
Compare
Thanks @vicroms |
d1aef5d
to
4615477
Compare
4615477
to
d5c6ad8
Compare
After bikeshedding, we have decided upon a different name for the existing
port_versions
directory and we want to rename it before people start depending on it.