It has a copy of the [convert code](https://github.com/msys2/msys2-runtime/blob/msys2-3_3_6-release/winsup/cygwin/msys2_path_conv.cc) and a bunch of [tests](https://github.com/msys2/path_convert/blob/master/src/main.cpp#L169). Suggestion: * [ ] Make sure the code is in sync with the runtime * [x] Test against the real runtime somehow, if all fails via a dummy mingw binary that just prints all args and env vars back https://github.com/msys2/msys2-tests/pull/21 * [x] Move the testing code to https://github.com/msys2/msys2-tests, so we run it more often, against staging, and can potentially add more runtime tests https://github.com/msys2/msys2-tests/pull/22 * ~Archive this repo~
It has a copy of the convert code and a bunch of tests.
Suggestion:
Archive this repo