Closed just-now closed 9 months ago
src/lib/threadpool.c, line 46, state machine descriptor is just destroyed by clang-format. The following link is just one symptom of clang-format-related issue: https://github.com/clangd/clangd/issues/142
Maybe it's worth trying newer version.
Seems clang-format-15
with Cpp11BracedListStyle: false
gives better results.
@just-now FYI since #568 merged we now use clang-format 17 in CI
Codecov Report
Attention:
54 lines
in your changes are missing coverage. Please review.Additional details and impacted files
```diff @@ Coverage Diff @@ ## master #598 +/- ## ========================================== + Coverage 81.16% 81.23% +0.06% ========================================== Files 189 191 +2 Lines 26742 27028 +286 Branches 4859 4919 +60 ========================================== + Hits 21704 21955 +251 + Misses 3455 3445 -10 - Partials 1583 1628 +45 ```:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.