fix: replace uses of deprecated fmt::has_formatter #3059
ci.yml
on: pull_request
Generate Test Matrix
1m 16s
Matrix: build
Matrix: llvm-releases
Matrix: releases
Annotations
18 errors
Apple-Clang
CMake build failed with exit code 1
Error: CMake build failed with exit code 1
at main (/Users/runner/work/_actions/alandefreitas/cpp-actions/v1.8.8/cmake-workflow/dist/index.js:1:19914)
at run (/Users/runner/work/_actions/alandefreitas/cpp-actions/v1.8.8/cmake-workflow/dist/index.js:1:30142)
|
Build Error - clang++:
src/test/lib/Support/Handlebars.cpp#L578
clang++ - invalid operands to binary expression ('OutputRef' and 'Value')
|
Build Error - clang++:
src/test/lib/Support/Handlebars.cpp#L576
clang++ - invalid operands to binary expression ('OutputRef' and 'dom::Value')
|
GCC 14: C++20
CMake build failed with exit code 1
Error: CMake build failed with exit code 1
at main (/__w/_actions/alandefreitas/cpp-actions/v1.8.8/cmake-workflow/dist/index.js:1:19914)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at run (/__w/_actions/alandefreitas/cpp-actions/v1.8.8/cmake-workflow/dist/index.js:1:30142)
|
Build Error - g++-14:
src/test/lib/Support/Handlebars.cpp#L578
g++-14 - no match for 'operator<<' (operand types are 'clang::mrdocs::OutputRef' and 'clang::mrdocs::dom::Value')
|
Build Error - g++-14:
src/test/lib/Support/Handlebars.cpp#L576
g++-14 - no match for 'operator<<' (operand types are 'clang::mrdocs::OutputRef' and 'clang::mrdocs::dom::Value')
|
MSVC ^14.40: C++20 (Optimized-Debug)
CMake build failed with exit code 1
Error: CMake build failed with exit code 1
at main (D:\a\_actions\alandefreitas\cpp-actions\v1.8.8\cmake-workflow\dist\index.js:1:19914)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at run (D:\a\_actions\alandefreitas\cpp-actions\v1.8.8\cmake-workflow\dist\index.js:1:30142)
|
Build Error - C2679:
src\test\lib\Support\Handlebars.cpp#L578
binary '<<': no operator found which takes a right-hand operand of type 'clang::mrdocs::dom::Value' (or there is no acceptable conversion) (C2679)
|
Build Error - C2679:
src\test\lib\Support\Handlebars.cpp#L576
binary '<<': no operator found which takes a right-hand operand of type 'clang::mrdocs::dom::Value' (or there is no acceptable conversion) (C2679)
|
GCC 14: C++20 (Coverage)
CMake build failed with exit code 1
Error: CMake build failed with exit code 1
at main (/__w/_actions/alandefreitas/cpp-actions/v1.8.8/cmake-workflow/dist/index.js:1:19914)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at run (/__w/_actions/alandefreitas/cpp-actions/v1.8.8/cmake-workflow/dist/index.js:1:30142)
|
Build Error - g++-14:
src/test/lib/Support/Handlebars.cpp#L578
g++-14 - no match for 'operator<<' (operand types are 'clang::mrdocs::OutputRef' and 'clang::mrdocs::dom::Value')
|
Build Error - g++-14:
src/test/lib/Support/Handlebars.cpp#L576
g++-14 - no match for 'operator<<' (operand types are 'clang::mrdocs::OutputRef' and 'clang::mrdocs::dom::Value')
|
Clang 18: C++20
CMake build failed with exit code 1
Error: CMake build failed with exit code 1
at main (/__w/_actions/alandefreitas/cpp-actions/v1.8.8/cmake-workflow/dist/index.js:1:19914)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at run (/__w/_actions/alandefreitas/cpp-actions/v1.8.8/cmake-workflow/dist/index.js:1:30142)
|
Build Error - clang++-18:
src/test/lib/Support/Handlebars.cpp#L578
clang++-18 - invalid operands to binary expression ('OutputRef' and 'Value')
|
Build Error - clang++-18:
src/test/lib/Support/Handlebars.cpp#L576
clang++-18 - invalid operands to binary expression ('OutputRef' and 'dom::Value')
|
MSVC ^14.40: C++20
CMake build failed with exit code 1
Error: CMake build failed with exit code 1
at main (D:\a\_actions\alandefreitas\cpp-actions\v1.8.8\cmake-workflow\dist\index.js:1:19914)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at run (D:\a\_actions\alandefreitas\cpp-actions\v1.8.8\cmake-workflow\dist\index.js:1:30142)
|
Build Error - C2679:
src\test\lib\Support\Handlebars.cpp#L578
binary '<<': no operator found which takes a right-hand operand of type 'clang::mrdocs::dom::Value' (or there is no acceptable conversion) (C2679)
|
Build Error - C2679:
src\test\lib\Support\Handlebars.cpp#L576
binary '<<': no operator found which takes a right-hand operand of type 'clang::mrdocs::dom::Value' (or there is no acceptable conversion) (C2679)
|