Skip to content

implement truncate_storage: handling in making snapshot

Sign in for the full log view
GitHub Actions / Clang-Tidy failed Aug 16, 2024 in 0s

[Clang-Tidy] 15 warnings

[Clang-Tidy] 15 warnings

Annotations

Check warning on line 317 in src/limestone/log_entry.h

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

modernize-use-nodiscard

function 'value_etc' should be marked [[nodiscard]] 

Check warning on line 319 in src/limestone/log_entry.h

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

modernize-use-nodiscard

function 'key_sid' should be marked [[nodiscard]] 

Check warning on line 317 in src/./limestone/log_entry.h

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

modernize-use-nodiscard

function 'value_etc' should be marked [[nodiscard]] 

Check warning on line 319 in src/./limestone/log_entry.h

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

modernize-use-nodiscard

function 'key_sid' should be marked [[nodiscard]] 

Check warning on line 38 in src/limestone/datastore_snapshot.cpp

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

cppcoreguidelines-special-member-functions,hicpp-special-member-functions

class 'sorting_context' defines a move constructor but does not define a destructor, a copy constructor, a copy assignment operator or a move assignment operator 

Check warning on line 39 in src/limestone/datastore_snapshot.cpp

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

misc-non-private-member-variables-in-classes

member variable 'sortdb' has public visibility 

Check warning on line 40 in src/limestone/datastore_snapshot.cpp

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

misc-non-private-member-variables-in-classes

member variable 'mtx_remove_storage' has public visibility 

Check warning on line 41 in src/limestone/datastore_snapshot.cpp

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

misc-non-private-member-variables-in-classes

member variable 'remove_storage' has public visibility 

Check warning on line 42 in src/limestone/datastore_snapshot.cpp

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

bugprone-exception-escape

an exception may be thrown in function 'sorting_context' which should not throw exceptions 

Check warning on line 42 in src/limestone/datastore_snapshot.cpp

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

hicpp-noexcept-move,performance-noexcept-move-constructor

move constructors should be marked noexcept 

Check warning on line 49 in src/limestone/datastore_snapshot.cpp

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

hicpp-use-equals-default,modernize-use-equals-default

use '= default' to define a trivial default constructor 

Check failure on line 117 in src/limestone/datastore_snapshot.cpp

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

clang-diagnostic-error

no member named 'get' in 'limestone::internal::sorting_context' 

Check failure on line 181 in src/limestone/datastore_snapshot.cpp

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

clang-diagnostic-error

use of undeclared identifier 'key' 

Check failure on line 183 in src/limestone/datastore_snapshot.cpp

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

clang-diagnostic-error

variable 'sctx' cannot be implicitly captured in a lambda with no capture-default specified 

Check failure on line 183 in src/limestone/datastore_snapshot.cpp

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

clang-diagnostic-error

variable 'sctx' cannot be implicitly captured in a lambda with no capture-default specified