trigger ci #429
Annotations
10 errors, 10 warnings, and 10 notices
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L67
use of undeclared identifier 'buffer'
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L68
use of undeclared identifier 'buffer'
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L68
expected expression
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L72
use of undeclared identifier 'buffer'
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L73
use of undeclared identifier 'buffer'
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L73
expected expression
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L74
use of undeclared identifier 'holder_type'
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L90
member initializer 'holder_type' does not name a non-static data member or base class
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L91
use of undeclared identifier 'holder_type'
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L97
member initializer 'holder_type' does not name a non-static data member or base class
|
Run C++ analysis:
src/run_encoded_array.cpp#L52
avoid do-while loops
|
Run C++ analysis:
src/run_encoded_array.cpp#L52
do not call c-style vararg functions
|
Run C++ analysis:
src/run_encoded_array.cpp#L67
do not use pointer arithmetic
|
Run C++ analysis:
src/run_encoded_array.cpp#L79
do not use pointer arithmetic
|
Run C++ analysis:
src/run_encoded_array.cpp#L80
do not use pointer arithmetic
|
Run C++ analysis:
src/run_encoded_array.cpp#L80
do not use pointer arithmetic
|
Run C++ analysis:
src/run_encoded_array.cpp#L112
initializing non-owner 'ArrowSchema **' with a newly created 'gsl::owner<>'
|
Run C++ analysis:
src/run_encoded_array.cpp#L112
use auto when initializing with new to avoid duplicating the type name
|
Run C++ analysis:
src/run_encoded_array.cpp#L113
initializing non-owner 'ArrowArray **' with a newly created 'gsl::owner<>'
|
Run C++ analysis:
src/run_encoded_array.cpp#L113
use auto when initializing with new to avoid duplicating the type name
|
Run C++ analysis:
src/struct_value.cpp#L1
File src/struct_value.cpp does not conform to Custom style guidelines. (lines 66)
|
Run C++ analysis:
src/list_value.cpp#L1
File src/list_value.cpp does not conform to Custom style guidelines. (lines 71)
|
Run C++ analysis:
include/sparrow/buffer/dynamic_bitset/bitset_iterator.hpp#L1
File include/sparrow/buffer/dynamic_bitset/bitset_iterator.hpp does not conform to Custom style guidelines. (lines 185)
|
Run C++ analysis:
include/sparrow/layout/array_bitmap_base.hpp#L1
File include/sparrow/layout/array_bitmap_base.hpp does not conform to Custom style guidelines. (lines 187, 188, 189, 190, 202)
|
Run C++ analysis:
include/sparrow/layout/primitive_array.hpp#L1
File include/sparrow/layout/primitive_array.hpp does not conform to Custom style guidelines. (lines 498)
|
Run C++ analysis:
include/sparrow/layout/union_array.hpp#L1
File include/sparrow/layout/union_array.hpp does not conform to Custom style guidelines. (lines 253)
|
Run C++ analysis:
include/sparrow/layout/struct_layout/struct_value.hpp#L1
File include/sparrow/layout/struct_layout/struct_value.hpp does not conform to Custom style guidelines. (lines 68)
|
Run C++ analysis:
include/sparrow/layout/variable_size_binary_layout/variable_size_binary_array.hpp#L1
File include/sparrow/layout/variable_size_binary_layout/variable_size_binary_array.hpp does not conform to Custom style guidelines. (lines 382)
|
Run C++ analysis:
include/sparrow/layout/variable_size_binary_layout/variable_size_binary_iterator.hpp#L1
File include/sparrow/layout/variable_size_binary_layout/variable_size_binary_iterator.hpp does not conform to Custom style guidelines. (lines 117)
|
Run C++ analysis:
include/sparrow/layout/list_layout/list_array.hpp#L1
File include/sparrow/layout/list_layout/list_array.hpp does not conform to Custom style guidelines. (lines 683)
|
Loading