Formatters for sparrow classes #294
Merged
Annotations
10 errors, 10 warnings, and 10 notices
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L64
use of undeclared identifier 'buffer'
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L65
use of undeclared identifier 'buffer'
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L65
expected expression
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L68
use of undeclared identifier 'buffer'
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L69
use of undeclared identifier 'buffer'
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L69
expected expression
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L70
use of undeclared identifier 'holder_type'
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L87
member initializer 'holder_type' does not name a non-static data member or base class
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L88
use of undeclared identifier 'holder_type'
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L94
member initializer 'holder_type' does not name a non-static data member or base class
|
Run C++ analysis:
src/run_encoded_array.cpp#L59
avoid do-while loops
|
Run C++ analysis:
src/run_encoded_array.cpp#L59
do not call c-style vararg functions
|
Run C++ analysis:
src/run_encoded_array.cpp#L73
do not use pointer arithmetic
|
Run C++ analysis:
src/run_encoded_array.cpp#L84
do not use pointer arithmetic
|
Run C++ analysis:
src/run_encoded_array.cpp#L84
do not use pointer arithmetic
|
Run C++ analysis:
src/run_encoded_array.cpp#L84
do not use pointer arithmetic
|
Run C++ analysis:
src/run_encoded_array.cpp#L115
initializing non-owner 'ArrowSchema **' with a newly created 'gsl::owner<>'
|
Run C++ analysis:
src/run_encoded_array.cpp#L115
use auto when initializing with new to avoid duplicating the type name
|
Run C++ analysis:
src/run_encoded_array.cpp#L116
initializing non-owner 'ArrowArray **' with a newly created 'gsl::owner<>'
|
Run C++ analysis:
src/run_encoded_array.cpp#L116
use auto when initializing with new to avoid duplicating the type name
|
Run C++ analysis:
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 C++ analysis:
src/dummy32bit.cpp#L1
File src/dummy32bit.cpp does not conform to Custom style guidelines. (lines 3)
|
Run C++ analysis:
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 C++ analysis:
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 C++ analysis:
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 C++ analysis:
src/struct_value.cpp#L1
File src/struct_value.cpp does not conform to Custom style guidelines. (lines 16)
|
Run C++ analysis:
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 C++ analysis:
src/arrow_interface/arrow_schema.cpp#L1
File src/arrow_interface/arrow_schema.cpp does not conform to Custom style guidelines. (lines 17)
|
Run C++ analysis:
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 C++ analysis:
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)
|
Loading