Improve state transitions in blob_file_garbage_collector (WIP) #982
Annotations
3 errors and 4 warnings
Analysis
- *<https://github.com/project-tsurugi/limestone/runs/37612370939?check_suite_focus=true|[Clang-Tidy] 4 warnings>*
|
Build (ubuntu-22.04)
The job running on runner sk038-01 has exceeded the maximum execution time of 30 minutes.
|
Build (ubuntu-22.04)
The operation was canceled.
|
modernize-use-default-member-init:
src/limestone/blob_file_gc_state_machine.h#L201
use default member initializer for 'current_state_'
|
hicpp-signed-bitwise:
src/limestone/blob_file_gc_state_machine.cpp#L36
use of a signed integer operand with a binary bitwise operator
|
fuchsia-statically-constructed-objects:
src/limestone/blob_file_gc_state_machine.cpp#L48
static objects are disallowed; if possible, use a constexpr constructor instead
|
cert-err58-cpp:
src/limestone/blob_file_gc_state_machine.cpp#L48
initialization of 'state_transition_map' with static storage duration may throw an exception that cannot be caught
|