Skip to content

Support for timestamps #239

Support for timestamps

Support for timestamps #239

Triggered via pull request May 23, 2024 14:04
Status Success
Total duration 2m 46s
Artifacts

analysis.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 10 notices
test/test_variable_size_binary_layout.cpp:35:17 [cppcoreguidelines-pro-bounds-array-to-pointer-decay]: test/test_variable_size_binary_layout.cpp#L35
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead
test/test_variable_size_binary_layout.cpp:36:17 [cppcoreguidelines-pro-bounds-array-to-pointer-decay]: test/test_variable_size_binary_layout.cpp#L36
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead
test/test_variable_size_binary_layout.cpp:47:35 [cppcoreguidelines-narrowing-conversions]: test/test_variable_size_binary_layout.cpp#L47
narrowing conversion from 'size_type' (aka 'unsigned long') to signed type 'std::int64_t' (aka 'long') is implementation-defined
test/test_variable_size_binary_layout.cpp:47:49 [cppcoreguidelines-pro-bounds-constant-array-index]: test/test_variable_size_binary_layout.cpp#L47
do not use array subscript when the index is not an integer constant expression
test/test_variable_size_binary_layout.cpp:48:27 [cppcoreguidelines-pro-bounds-constant-array-index]: test/test_variable_size_binary_layout.cpp#L48
do not use array subscript when the index is not an integer constant expression
Run clang-format on test/test_typed_array_timestamp.cpp: test/test_typed_array_timestamp.cpp#L1
File test/test_typed_array_timestamp.cpp does not conform to Custom style guidelines. (lines 15, 60, 73, 86, 97, 106, 113, 183, 217, 231)
Run clang-format on test/test_variable_size_binary_layout.cpp: test/test_variable_size_binary_layout.cpp#L1
File test/test_variable_size_binary_layout.cpp does not conform to Custom style guidelines. (lines 15)
Run clang-format on test/test_buffer.cpp: test/test_buffer.cpp#L1
File test/test_buffer.cpp does not conform to Custom style guidelines. (lines 656)
Run clang-format on test/test_array_data.cpp: test/test_array_data.cpp#L1
File test/test_array_data.cpp does not conform to Custom style guidelines. (lines 15)
Run clang-format on test/array_data_creation.cpp: test/array_data_creation.cpp#L1
File test/array_data_creation.cpp does not conform to Custom style guidelines. (lines 19, 20, 30)
Run clang-format on test/array_data_creation.hpp: test/array_data_creation.hpp#L1
File test/array_data_creation.hpp does not conform to Custom style guidelines. (lines 23, 26, 29)
Run clang-format on include/sparrow/variable_size_binary_layout.hpp: include/sparrow/variable_size_binary_layout.hpp#L1
File include/sparrow/variable_size_binary_layout.hpp does not conform to Custom style guidelines. (lines 17)
Run clang-format on include/sparrow/buffer_view.hpp: include/sparrow/buffer_view.hpp#L1
File include/sparrow/buffer_view.hpp does not conform to Custom style guidelines. (lines 26)
Run clang-format on include/sparrow/data_type.hpp: include/sparrow/data_type.hpp#L1
File include/sparrow/data_type.hpp does not conform to Custom style guidelines. (lines 17, 24)
Run clang-format on include/sparrow/array_data.hpp: include/sparrow/array_data.hpp#L1
File include/sparrow/array_data.hpp does not conform to Custom style guidelines. (lines 17)