Refactor: Replace std::abort with limestone_exception in I/O operations #679
Annotations
5 errors and 2 warnings
Build (ubuntu-22.04)
Process completed with exit code 1.
|
Build (ubuntu-24.04)
Process completed with exit code 1.
|
clang-diagnostic-error:
src/limestone/cursor.cpp#L29
invalid operands to binary expression ('const char[40]' and 'const boost::filesystem::path')
|
Analysis
Process completed with exit code 1.
|
Analysis
- *<https://github.com/project-tsurugi/limestone/runs/30564008323?check_suite_focus=true|[Clang-Tidy] 3 warnings>*
|
bugprone-exception-escape:
src/limestone/sortdb_wrapper.h#L69
an exception may be thrown in function '~sortdb_wrapper' which should not throw exceptions
|
bugprone-exception-escape:
src/limestone/sortdb_wrapper.h#L128
an exception may be thrown in function 'clear_directory' which should not throw exceptions
|