Open carlocab opened 3 months ago
It looks like this isn't passing the CI checks: https://github.com/VowpalWabbit/vowpal_wabbit/actions/runs/11389180985/job/31687872013?pr=4702 . Do you know what the variance in your build environment is?
That job is targeting WASM, which seems like an important difference. The Linux and macOS builds at #4702 seem to work fine.
Describe the bug
The build fails with fmt 11+.
I don't have the error log anymore, but I can reproduce it if required. A patch is attached below.
How to reproduce
Build vowpal_wabbit with fmt 11+.
Version
9.10.0
OS
macOS
Language
C++
Additional context
This patch seems to fix things:
Patch
```diff diff --git a/vowpalwabbit/config/src/cli_help_formatter.cc b/vowpalwabbit/config/src/cli_help_formatter.cc index 8cc6dfe..530d200 100644 --- a/vowpalwabbit/config/src/cli_help_formatter.cc +++ b/vowpalwabbit/config/src/cli_help_formatter.cc @@ -8,6 +8,7 @@ #include "vw/config/options.h" #include