Skip to content

Report handlebars errors from Builder #1784

Report handlebars errors from Builder

Report handlebars errors from Builder #1784

Triggered via pull request November 22, 2023 12:00
Status Failure
Total duration 7m 14s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Generate Test Matrix
7s
Generate Test Matrix
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 4 warnings
GCC 13.1: C++20
Process completed with exit code 1.
Clang 16.0: C++20
Process completed with exit code 1.
MSVC 14.34: C++20
Process completed with exit code 1.
GCC 13.1: C++20: src/lib/AST/ASTVisitor.cpp#L1622
g++-13: suggest parentheses around assignment used as truth value ([-Wparentheses])
GCC 13.1: C++20: src/lib/AST/ASTVisitor.cpp#L1744
g++-13: suggest parentheses around assignment used as truth value ([-Wparentheses])
Clang 16.0: C++20: src/lib/AST/ASTVisitor.cpp#L1622
clang++-16: using the result of an assignment as a condition without parentheses ([-Wparentheses])
Clang 16.0: C++20: src/lib/AST/ASTVisitor.cpp#L1744
clang++-16: using the result of an assignment as a condition without parentheses ([-Wparentheses])