Formatters for sparrow classes #1874
Triggered via pull request
December 18, 2024 09:59
Status
Success
Total duration
12m 55s
Artifacts
–
Annotations
10 errors, 10 warnings, and 10 notices
include/sparrow/buffer/u8_buffer.hpp:64:46 [clang-diagnostic-error]:
include/sparrow/buffer/u8_buffer.hpp#L64
use of undeclared identifier 'buffer'
|
include/sparrow/buffer/u8_buffer.hpp:65:53 [clang-diagnostic-error]:
include/sparrow/buffer/u8_buffer.hpp#L65
use of undeclared identifier 'buffer'
|
|
include/sparrow/buffer/u8_buffer.hpp:68:44 [clang-diagnostic-error]:
include/sparrow/buffer/u8_buffer.hpp#L68
use of undeclared identifier 'buffer'
|
include/sparrow/buffer/u8_buffer.hpp:69:56 [clang-diagnostic-error]:
include/sparrow/buffer/u8_buffer.hpp#L69
use of undeclared identifier 'buffer'
|
|
include/sparrow/buffer/u8_buffer.hpp:70:15 [clang-diagnostic-error]:
include/sparrow/buffer/u8_buffer.hpp#L70
use of undeclared identifier 'holder_type'
|
include/sparrow/buffer/u8_buffer.hpp:87:11 [clang-diagnostic-error]:
include/sparrow/buffer/u8_buffer.hpp#L87
member initializer 'holder_type' does not name a non-static data member or base class
|
include/sparrow/buffer/u8_buffer.hpp:88:31 [clang-diagnostic-error]:
include/sparrow/buffer/u8_buffer.hpp#L88
use of undeclared identifier 'holder_type'
|
include/sparrow/buffer/u8_buffer.hpp:94:11 [clang-diagnostic-error]:
include/sparrow/buffer/u8_buffer.hpp#L94
member initializer 'holder_type' does not name a non-static data member or base class
|
|
src/run_encoded_array.cpp:59:9 [cppcoreguidelines-pro-type-vararg]:
src/run_encoded_array.cpp#L59
do not call c-style vararg functions
|
src/run_encoded_array.cpp:73:30 [cppcoreguidelines-pro-bounds-pointer-arithmetic]:
src/run_encoded_array.cpp#L73
do not use pointer arithmetic
|
src/run_encoded_array.cpp:84:62 [cppcoreguidelines-pro-bounds-pointer-arithmetic]:
src/run_encoded_array.cpp#L84
do not use pointer arithmetic
|
src/run_encoded_array.cpp:84:83 [cppcoreguidelines-pro-bounds-pointer-arithmetic]:
src/run_encoded_array.cpp#L84
do not use pointer arithmetic
|
src/run_encoded_array.cpp:84:104 [cppcoreguidelines-pro-bounds-pointer-arithmetic]:
src/run_encoded_array.cpp#L84
do not use pointer arithmetic
|
src/run_encoded_array.cpp:115:9 [cppcoreguidelines-owning-memory]:
src/run_encoded_array.cpp#L115
initializing non-owner 'ArrowSchema **' with a newly created 'gsl::owner<>'
|
src/run_encoded_array.cpp:115:9 [modernize-use-auto]:
src/run_encoded_array.cpp#L115
use auto when initializing with new to avoid duplicating the type name
|
src/run_encoded_array.cpp:116:9 [cppcoreguidelines-owning-memory]:
src/run_encoded_array.cpp#L116
initializing non-owner 'ArrowArray **' with a newly created 'gsl::owner<>'
|
src/run_encoded_array.cpp:116:9 [modernize-use-auto]:
src/run_encoded_array.cpp#L116
use auto when initializing with new to avoid duplicating the type name
|
Run clang-format on src/run_encoded_array.cpp:
src/run_encoded_array.cpp#L1
File src/run_encoded_array.cpp does not conform to Custom style guidelines. (lines 1, 7, 8, 9, 10, 11, 12, 13, 14, 21, 23, 41, 42, 43, 44, 54, 55, 56, 57, 67, 69, 70, 75, 78, 81, 84, 87, 91, 101, 104, 105, 106, 108, 127, 128, 129, 131, 132, 138, 140, 142, 143, 144)
|
Run clang-format on src/dummy32bit.cpp:
src/dummy32bit.cpp#L1
File src/dummy32bit.cpp does not conform to Custom style guidelines. (lines 3)
|
Run clang-format on src/array_helper.cpp:
src/array_helper.cpp#L1
File src/array_helper.cpp does not conform to Custom style guidelines. (lines 15, 22, 27, 33, 39, 40, 41, 42)
|
Run clang-format on src/arrow_array_schema_proxy.cpp:
src/arrow_array_schema_proxy.cpp#L1
File src/arrow_array_schema_proxy.cpp does not conform to Custom style guidelines. (lines 681, 687)
|
Run clang-format on src/array_factory.cpp:
src/array_factory.cpp#L1
File src/array_factory.cpp does not conform to Custom style guidelines. (lines 15, 35, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131)
|
Run clang-format on src/struct_value.cpp:
src/struct_value.cpp#L1
File src/struct_value.cpp does not conform to Custom style guidelines. (lines 16)
|
Run clang-format on src/arrow_interface/arrow_array.cpp:
src/arrow_interface/arrow_array.cpp#L1
File src/arrow_interface/arrow_array.cpp does not conform to Custom style guidelines. (lines 41, 44, 45, 48, 60, 65, 70, 75, 82, 84, 90, 91, 96, 115, 126, 130, 138, 140, 142, 148, 155)
|
Run clang-format on src/arrow_interface/arrow_schema.cpp:
src/arrow_interface/arrow_schema.cpp#L1
File src/arrow_interface/arrow_schema.cpp does not conform to Custom style guidelines. (lines 17)
|
Run clang-format on examples/typed_array_low_level.cpp:
examples/typed_array_low_level.cpp#L1
File examples/typed_array_low_level.cpp does not conform to Custom style guidelines. (lines 7, 9)
|
Run clang-format on examples/builder_example.cpp:
examples/builder_example.cpp#L1
File examples/builder_example.cpp does not conform to Custom style guidelines. (lines 6, 16, 30, 31, 32, 45, 60, 61, 62, 70, 75, 78, 79, 80, 86, 93, 99, 108, 112, 113, 122, 123, 124, 126, 127, 128, 129, 131, 132, 140, 142, 143, 144, 145, 152, 156, 157, 158, 159, 168, 169, 170, 171, 172, 173, 174, 175, 184, 185, 186, 187, 188, 189, 190, 191, 200, 213, 222)
|