Skip to content

Add trace logs to major public APIs and critical operations #788

Add trace logs to major public APIs and critical operations

Add trace logs to major public APIs and critical operations #788

Triggered via push December 18, 2024 05:09
Status Failure
Total duration 1m 19s
Artifacts

ci-build.yml

on: push
Matrix: Build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
cppcoreguidelines-pro-bounds-array-to-pointer-decay: src/limestone/logging_helper.h#L119
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead
cppcoreguidelines-pro-bounds-array-to-pointer-decay: src/limestone/logging_helper.h#L122
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead
cppcoreguidelines-macro-usage: src/limestone/logging_helper.h#L131
function-like macro 'TRACE_COMMON' used; consider a 'constexpr' template function
bugprone-macro-parentheses: src/limestone/logging_helper.h#L137
macro argument should be enclosed in parentheses
bugprone-macro-parentheses: src/limestone/logging_helper.h#L138
macro argument should be enclosed in parentheses
cppcoreguidelines-pro-bounds-array-to-pointer-decay: src/./limestone/logging_helper.h#L119
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead
cppcoreguidelines-pro-bounds-array-to-pointer-decay: src/./limestone/logging_helper.h#L122
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead
cppcoreguidelines-macro-usage: src/./limestone/logging_helper.h#L131
function-like macro 'TRACE_COMMON' used; consider a 'constexpr' template function
bugprone-macro-parentheses: src/./limestone/logging_helper.h#L137
macro argument should be enclosed in parentheses
bugprone-macro-parentheses: src/./limestone/logging_helper.h#L138
macro argument should be enclosed in parentheses