Skip to content

feat: add temporal literal parsers. #215

feat: add temporal literal parsers.

feat: add temporal literal parsers. #215

Triggered via push July 17, 2024 12:10
Status Failure
Total duration 1m 26s
Artifacts

ci-build.yml

on: push
Matrix: Build
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 4 warnings
clang-diagnostic-error: src/takatori/datetime/parser/scanner.h#L17
'takatori/datetime/parser/parser_generated.hpp' file not found
clang-diagnostic-error: src/takatori/datetime/parser/parser.cpp#L5
'takatori/datetime/parser/parser_generated.hpp' file not found
Analysis
Process completed with exit code 1.
cppcoreguidelines-init-variables: src/takatori/datetime/parser/parser.cpp#L22
variable 'parser' is not initialized
bugprone-exception-escape: include/takatori/util/either.h#L66
an exception may be thrown in function 'operator=' which should not throw exceptions
bugprone-exception-escape: include/takatori/util/either.h#L120
an exception may be thrown in function 'operator=' which should not throw exceptions
misc-unused-using-decls: src/takatori/datetime/conversion.cpp#L9
using decl 'operator""s' is unused