Henrik Gaßmann
Henrik Gaßmann
Thanks! I updated the demo PR with your feature branch, but currently there is a bug here: ``` const vcpkgConfigurationJsonFile = await VcpkgRunner.getVcpkgConfigurationJsonPath(baseUtil, vcpkgConfigurationJsonGlob); baseUtil.baseLib.info(`Found vpckg-configuration.json at: ${vcpkgConfigurationJsonFile}`); if (vcpkgConfigurationJsonFile)...
Looks good now: https://github.com/deeplex/concrete/actions/runs/6936568564/job/18881194153
@lukka can you estimate the merge window for this change?
```json "default-registry": { "kind": "git", "baseline": "7476f0d4e77d3333fbb249657df8251c28c4faae", "repository": "https://github.com/microsoft/vcpkg" }, ``` I'd be surprised if that is supported / intended by the vcpkg team.
Thanks for implementing this. I've been able to integrate the new version selection without any issues.
Sounds good to me 👍
@aklomp FYI V8 uses UTF-16 for representing strings and abuses uint16_t as raw UTF-16 code unit type. So while the high byte is always zero for _valid_ base64 input, it...
OK, so let's get the licensing issue settled first: > Boost.Predef is licensed under the Boost license, whereas this project is BSD 2-clause. Maybe that's not a problem if we...
Since this is still unresolved in v3 and it looks like it won't change anytime soon, I bit the bullet and wrote a match expression and some associated assertion macros....