Denis Priyomov
Results
3
issues of
Denis Priyomov
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rcoro-capture
## Expected Behavior for non-const dependency both const and non-const access is valid. ## Actual Behavior only non-const is valid while const result in nullptr and crash. ## Steps to...
When SM has a state with on_entry and on_exit then event in other states are logged 3 times: ```cpp *sNull + event / (set_replica, start_redis, conf_redis) = sStarting, ``` ```sh...