Skip to content

Support partials in subdirectories #1782

Support partials in subdirectories

Support partials in subdirectories #1782

Triggered via pull request November 22, 2023 11:48
Status Failure
Total duration 8m 34s
Artifacts

ci.yml

on: pull_request
Generate Test Matrix
6s
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])