Replies: 3 comments 1 reply
-
Dropping requires-discussion and adding vcpkg-feature; assigning to @strega-nil since I believe she was working on this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Fixed by the future implementation of #12881 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Why was the issue #7289 closed? The problem with the ports folder having more than 1000 subdirectories still exists, so that more than 700 directories are not accessible via the Github web interface! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The ports folder contains over 1000 subdirectories now. This starts to become unwieldy in common development UI environments, like Visual Studio Code, or even GitHub:
The amount of time anyone might spend scrolling through pages of ports in order to find and edit a file in a particular port folder may be trivial individually, but it's a super common and frequent operation. Suggest that the ports folder be made hierarchical with each port going into a folder named after the first one or two lowercase letters of the port name.
To future proof it, the vcpkg logic could search for port files incrementally... so foobar port would be looked for first in
ports/foobar
, then inports/f/foobar
, then inports/f/o/foobar
and so on.Beta Was this translation helpful? Give feedback.
All reactions