-
Notifications
You must be signed in to change notification settings - Fork 353
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
Move to vcpkgs "subprocess" implementation #426
Comments
https://github.com/benman64/subprocess/ this looks like another decent alternative |
Other related libraries (not sure if they suit all mamba's needs): If gazebosim/gazebo-classic#2864 gets merged, I plan to add tiny-process-library to conda-forge . |
@traversaro did you start packaging the tiny-process-library already? I am quite interested as well, as I am having some issues with the current implementation on Windows. |
I was waiting for upstream to merge https://gitlab.com/eidheim/tiny-process-library/-/merge_requests/38 , but that is not strictly necessary, we could start packaging it in any case or keeping that patch local for now. However I did not worked on it for now. |
@traversaro I checked tiny-process-library and saw that it requires MSYS2. For now I am trying reproc++ in #569 and it's already better working vs what I had before :) |
To clarify, MSYS2 support in |
yeah I am trying to get reproc on conda-forge :) conda-forge/staged-recipes#13113 |
we've completed the transition to reproc for now. Hopefully it works well enough and I never have to touch this again 😅 |
We're currently using a subprocess implementation that isn't very much battle-tested on Windows.
VCPKG has a really nice implementation that I hope we could easily re-use: https://github.com/microsoft/vcpkg/blob/master/toolsrc/include/vcpkg/base/system.process.h
The text was updated successfully, but these errors were encountered: