Replies: 3 comments 7 replies
-
You can add We have no solution for repeated modification after opening the PR: you always need CI to ensure the validity of the modification under all triplets. |
Beta Was this translation helpful? Give feedback.
-
Thanks. Is there a way to pass command line arguments if one is using the recommended manifest mode? When using --editable, how does one test the changes locally? |
Beta Was this translation helpful? Give feedback.
-
Hello, we are investigating the usability of vcpkg in our project and stumbled across this exact issue. Often, we need to iterate over dependency source code, sometime, it is not even in order to publish a change, but to add a log somewhere, or dump an internal data to a file, typical debugging stuff. The easiest way I have found is to have a port overlay and make patches for each change, but this is quite impractical to iterate rapidly. |
Beta Was this translation helpful? Give feedback.
-
Consider the case that someone is working on a project and sees the need to add an additional function to one of its dependencies. My understanding is that the vcpkg workflow for this would be as follows:
The developer's feedback loop as they repeat steps 4-11 is quite long. Is there another way to do this?
Ideally, the workflow would be something like this:
Beta Was this translation helpful? Give feedback.
All reactions