Adding chain algorithms, sync_wait and start #15
Annotations
10 errors and 1 warning
Build:
include/chains/tuple.hpp#L46
Moved-from object 't' of type 'std::tuple' is moved [clang-analyzer-cplusplus.Move,-warnings-as-errors]
|
Build:
test/tuple_tests.cpp#L9
duplicate include [readability-duplicate-include,-warnings-as-errors]
|
Build:
test/tuple_tests.cpp#L12
variable name 't' is too short, expected at least 3 characters [readability-identifier-length,-warnings-as-errors]
|
Build:
test/tuple_tests.cpp#L12
2.0 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers,-warnings-as-errors]
|
Build:
test/tuple_tests.cpp#L13
2.0 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers,-warnings-as-errors]
|
Build:
test/tuple_tests.cpp#L14
't' used after it was moved [bugprone-use-after-move,hicpp-invalid-access-moved,-warnings-as-errors]
|
Build:
test/initial_draft.cpp#L16
function-like macro 'STLAB_FWD' used; consider a 'constexpr' template function [cppcoreguidelines-macro-usage,-warnings-as-errors]
|
Build:
test/initial_draft.cpp#L35
class 'segment' defines a copy constructor, a copy assignment operator, a move constructor and a move assignment operator but does not define a destructor [cppcoreguidelines-special-member-functions,hicpp-special-member-functions,-warnings-as-errors]
|
Build:
test/initial_draft.cpp#L54
copy constructor should not be declared explicit [hicpp-explicit-conversions,-warnings-as-errors]
|
Build:
test/initial_draft.cpp#L60
parameter name 'f' is too short, expected at least 3 characters [readability-identifier-length,-warnings-as-errors]
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading