Skip to content

Add non owning dynamic bitset and split the dynamic_bitset.hpp file #1195

Add non owning dynamic bitset and split the dynamic_bitset.hpp file

Add non owning dynamic bitset and split the dynamic_bitset.hpp file #1195

Triggered via pull request October 11, 2024 12:47
Status Success
Total duration 7m 33s
Artifacts

analysis.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error, 10 warnings, and 10 notices
test/test_list_array.cpp:47:104 [modernize-use-bool-literals]: test/test_list_array.cpp#L47
converting integer literal to bool, use bool literal instead
test/test_list_array.cpp:106:21 [clang-analyzer-security.FloatLoopCounter]: test/test_list_array.cpp#L106
Variable 'i' with floating point type 'inner_scalar_type' should not be used as a loop counter
test/test_list_array.cpp:136:109 [modernize-use-bool-literals]: test/test_list_array.cpp#L136
converting integer literal to bool, use bool literal instead
test/test_list_array.cpp:196:21 [clang-analyzer-security.FloatLoopCounter]: test/test_list_array.cpp#L196
Variable 'i' with floating point type 'inner_scalar_type' should not be used as a loop counter
test/test_list_array.cpp:269:13 [cppcoreguidelines-owning-memory]: test/test_list_array.cpp#L269
deleting a pointer through a type that is not marked 'gsl::owner<>'; consider using a smart pointer instead
Run clang-format on test/test_array_wrapper.cpp: test/test_array_wrapper.cpp#L1
File test/test_array_wrapper.cpp does not conform to Custom style guidelines. (lines 15, 27, 38, 141)
Run clang-format on test/test_dispatch.cpp: test/test_dispatch.cpp#L1
File test/test_dispatch.cpp does not conform to Custom style guidelines. (lines 16, 26, 37, 38)
Run clang-format on test/test_null_array.cpp: test/test_null_array.cpp#L1
File test/test_null_array.cpp does not conform to Custom style guidelines. (lines 15, 28, 92)
Run clang-format on test/test_primitive_array.cpp: test/test_primitive_array.cpp#L1
File test/test_primitive_array.cpp does not conform to Custom style guidelines. (lines 15)
Run clang-format on test/test_list_array.cpp: test/test_list_array.cpp#L1
File test/test_list_array.cpp does not conform to Custom style guidelines. (lines 15, 26, 27, 33, 42, 48, 56, 60, 64, 66, 70, 71, 72, 73, 74, 81, 98, 100, 106, 107, 115, 116, 122, 131, 145, 154, 156, 160, 161, 162, 163, 164, 171, 188, 190, 196, 197, 202, 206, 207, 208, 214, 226, 238, 245, 254, 256, 260, 261, 262, 263, 264, 273)
Run clang-format on test/test_arrow_array_schema_factory.cpp: test/test_arrow_array_schema_factory.cpp#L1
File test/test_arrow_array_schema_factory.cpp does not conform to Custom style guidelines. (lines 21)
Run clang-format on test/test_memory.cpp: test/test_memory.cpp#L1
File test/test_memory.cpp does not conform to Custom style guidelines. (lines 200, 418, 476)
Run clang-format on test/test_arrow_array.cpp: test/test_arrow_array.cpp#L1
File test/test_arrow_array.cpp does not conform to Custom style guidelines. (lines 285, 286, 287, 288, 289, 290, 291, 292, 294, 299, 309, 314, 315, 316, 317, 318, 319, 320, 321, 323, 324, 325, 326, 327, 328, 329, 330, 332, 333, 334, 335, 336, 337, 338, 339, 341, 342, 343, 344, 345, 346, 347, 348, 350, 351, 352, 353, 354, 355, 356, 357)
Run clang-format on test/test_buffer_adaptor.cpp: test/test_buffer_adaptor.cpp#L1
File test/test_buffer_adaptor.cpp does not conform to Custom style guidelines. (lines 26)
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 96, 102, 125, 126, 127, 138, 139, 140, 144, 150, 151, 152, 156, 162, 163, 164, 168, 928, 957)