Skip to content

Replace reference proxy with nullable #561

Replace reference proxy with nullable

Replace reference proxy with nullable #561

Triggered via pull request July 9, 2024 20:48
Status Success
Total duration 3m 42s
Artifacts

analysis.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors, 10 warnings, and 10 notices
include/sparrow/variable_size_binary_layout.hpp:155:9 [clang-diagnostic-error]: include/sparrow/variable_size_binary_layout.hpp#L155
unknown type name 'const_reference'; did you mean 'std::_Bit_const_iterator::const_reference'?
include/sparrow/variable_size_binary_layout.hpp:273:86 [clang-diagnostic-error]: include/sparrow/variable_size_binary_layout.hpp#L273
unknown type name 'const_reference'; did you mean 'std::_Bit_const_iterator::const_reference'?
include/sparrow/null_layout.hpp:51:9 [modernize-use-nodiscard]: include/sparrow/null_layout.hpp#L51
function 'dereference' should be marked [[nodiscard]]
include/sparrow/null_layout.hpp:55:9 [modernize-use-nodiscard]: include/sparrow/null_layout.hpp#L55
function 'distance_to' should be marked [[nodiscard]]
include/sparrow/null_layout.hpp:56:9 [modernize-use-nodiscard]: include/sparrow/null_layout.hpp#L56
function 'equal' should be marked [[nodiscard]]
include/sparrow/null_layout.hpp:57:9 [modernize-use-nodiscard]: include/sparrow/null_layout.hpp#L57
function 'less_than' should be marked [[nodiscard]]
include/sparrow/null_layout.hpp:104:9 [modernize-use-nodiscard]: include/sparrow/null_layout.hpp#L104
function 'cbegin' should be marked [[nodiscard]]
include/sparrow/null_layout.hpp:107:9 [modernize-use-nodiscard]: include/sparrow/null_layout.hpp#L107
function 'values' should be marked [[nodiscard]]
include/sparrow/null_layout.hpp:108:9 [modernize-use-nodiscard]: include/sparrow/null_layout.hpp#L108
function 'bitmap' should be marked [[nodiscard]]
Run clang-format on include/sparrow/mp_utils.hpp: include/sparrow/mp_utils.hpp#L1
File include/sparrow/mp_utils.hpp does not conform to Custom style guidelines. (lines 359)
Run clang-format on include/sparrow/dictionary_encoded_layout.hpp: include/sparrow/dictionary_encoded_layout.hpp#L1
File include/sparrow/dictionary_encoded_layout.hpp does not conform to Custom style guidelines. (lines 48, 49, 50, 51, 67, 81, 223, 224, 225, 345, 377, 379, 385)
Run clang-format on include/sparrow/typed_array.hpp: include/sparrow/typed_array.hpp#L1
File include/sparrow/typed_array.hpp does not conform to Custom style guidelines. (lines 468, 471, 472, 478, 479)
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 62, 63, 64, 65)
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 130, 164)
Run clang-format on include/sparrow/nullable.hpp: include/sparrow/nullable.hpp#L1
File include/sparrow/nullable.hpp does not conform to Custom style guidelines. (lines 27, 30, 94, 105, 106, 110, 111, 115, 119, 123, 124, 128, 132, 136, 143, 144, 148, 149, 153, 154, 155, 158, 159, 160, 186, 192, 198, 200, 201, 202, 203, 205, 214, 215, 216, 217, 219, 220, 228, 229, 230, 231, 233, 270, 271, 272, 273, 289, 290, 291, 292, 293, 309, 310, 311, 312, 313, 325, 327, 330, 332, 335, 337, 340, 366, 371, 372, 400, 403, 406, 419, 422, 441, 444, 460, 480, 484, 494, 502, 504, 511, 526, 553, 561, 562, 563, 588)
Run clang-format on test/junit_xml_writer.hpp: test/junit_xml_writer.hpp#L1
File test/junit_xml_writer.hpp does not conform to Custom style guidelines. (lines 69, 183)
Run clang-format on examples/typed_array.cpp: examples/typed_array.cpp#L1
File examples/typed_array.cpp does not conform to Custom style guidelines. (lines 7, 10, 18, 22, 42, 48, 49, 51)
Run clang-format on test/test_typed_array.cpp: test/test_typed_array.cpp#L1
File test/test_typed_array.cpp does not conform to Custom style guidelines. (lines 372, 373, 374)
Run clang-format on test/test_nullable.cpp: test/test_nullable.cpp#L1
File test/test_nullable.cpp does not conform to Custom style guidelines. (lines 32, 213, 287, 482, 512, 696)