Robert Schumacher
Robert Schumacher
This may be a poor interaction between Chinese language settings and python3; perhaps the generated files are being written out in a non-utf-8 encoding? @olafvdspek Here's how we're generating the...
I keep an eye out for "vcpkg" mentions in issues :)
Thanks for the PR! Can we be more surgical about these removals? What are they specifically removing? We should be redirecting all bazel files to stay within the vcpkg instance.
The reason we do not use the system layout on Windows is because it is incompatible with Multi-Configuration CMake Generators like MSBuild while using the built-in `FindBoost.cmake` module. The FindBoost...
Let's get back to the core problem seeking a solution. >This PR resolves problem with other build systems: without system layout each build system should implement giant FindBoost.cmake analog for...
Sorry for taking a long time to get back to this issue, but we've thought more about the problem and come to the following conclusions: 1. Relying on the publicly...
I think we need to wait on considering this until we have actual testing in the tool binary to ensure the produced binaries are correct.
This requires a long term strategy for how we intend to handle MacOS universal binaries. This problem is not simple, because we need to consider cases like assembly code, chip-specific...
The issue is that while you do catch the exceptions thrown from `.request()`, you immediately rethrow. This causes another exception to propagate down the continuation chain, which in your posted...
Hmm. I'm not sure then. Can you reduce this into a single-file repro and post it?