Use a dedicated vcpkg action for Windows and remove limitation on par… #1507
Annotations
10 errors, 10 warnings, and 10 notices
Run C++ analysis:
include/sparrow/layout/layout_utils.hpp#L79
unknown type name 'layout_offset'
|
Run C++ analysis:
include/sparrow/layout/union_array.hpp#L460
use of undeclared identifier 'make_arrow_schema'
|
Run C++ analysis:
include/sparrow/layout/union_array.hpp#L475
use of undeclared identifier 'make_arrow_array'
|
Run C++ analysis:
include/sparrow/layout/union_array.hpp#L547
use of undeclared identifier 'make_arrow_schema'
|
Run C++ analysis:
include/sparrow/layout/union_array.hpp#L561
use of undeclared identifier 'make_arrow_array'
|
Run C++ analysis:
include/sparrow/layout/struct_layout/struct_array.hpp#L90
unknown type name 'validity_bitmap_input'
|
Run C++ analysis:
include/sparrow/layout/struct_layout/struct_array.hpp#L90
use of undeclared identifier 'validity_bitmap'
|
Run C++ analysis:
include/sparrow/layout/struct_layout/struct_array.hpp#L93
unknown type name 'VB'
|
Run C++ analysis:
include/sparrow/layout/struct_layout/struct_array.hpp#L93
use of undeclared identifier 'validity_bitmap'
|
Run C++ analysis:
include/sparrow/layout/struct_layout/struct_array.hpp#L140
unknown type name 'validity_bitmap_input'
|
Run C++ analysis:
test/test_utils.hpp#L11
forwarding reference parameter 'array' is never forwarded inside the function body
|
Run C++ analysis:
test/test_utils.hpp#L43
function-like macro 'CHECK_NULLABLE_VARIANT_EQ' used; consider a 'constexpr' template function
|
Run C++ analysis:
test/external_array_data_creation.hpp#L44
initializing non-owner 'std::uint8_t *' (aka 'unsigned char *') with a newly created 'gsl::owner<>'
|
Run C++ analysis:
test/external_array_data_creation.hpp#L92
initializing non-owner 'std::uint8_t **' (aka 'unsigned char **') with a newly created 'gsl::owner<>'
|
Run C++ analysis:
test/external_array_data_creation.hpp#L92
use auto when initializing with new to avoid duplicating the type name
|
Run C++ analysis:
test/external_array_data_creation.hpp#L93
do not use reinterpret_cast
|
Run C++ analysis:
test/external_array_data_creation.hpp#L97
initializing non-owner 'T *' with a newly created 'gsl::owner<>'
|
Run C++ analysis:
test/external_array_data_creation.hpp#L99
do not use reinterpret_cast
|
Run C++ analysis:
test/external_array_data_creation.hpp#L217
use auto when initializing with a template cast to avoid duplicating the type name
|
Run C++ analysis:
test/external_array_data_creation.hpp#L283
std::move of the variable 'ar' of the trivially-copyable type 'ArrowArray' has no effect
|
Run C++ analysis:
test/test_utils.hpp#L1
File test/test_utils.hpp does not conform to Custom style guidelines. (lines 2, 10, 11, 16, 21, 28, 29, 31, 34, 35, 37, 40, 41, 42, 43, 46, 48, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73)
|
Run C++ analysis:
test/external_array_data_creation.hpp#L1
File test/external_array_data_creation.hpp does not conform to Custom style guidelines. (lines 17, 130, 228, 233, 301, 302, 311, 329, 330, 338, 339, 340, 341)
|
Run C++ analysis:
test/junit_xml_writer.hpp#L1
File test/junit_xml_writer.hpp does not conform to Custom style guidelines. (lines 69, 183)
|
Run C++ analysis:
include/sparrow/array_factory.hpp#L1
File include/sparrow/array_factory.hpp does not conform to Custom style guidelines. (lines 26)
|
Run C++ analysis:
include/sparrow/array.hpp#L1
File include/sparrow/array.hpp does not conform to Custom style guidelines. (lines 22, 23)
|
Run C++ analysis:
include/sparrow/array_api.hpp#L1
File include/sparrow/array_api.hpp does not conform to Custom style guidelines. (lines 44, 57, 58, 109, 129, 139, 261)
|
Run C++ analysis:
include/sparrow/record_batch.hpp#L1
File include/sparrow/record_batch.hpp does not conform to Custom style guidelines. (lines 57, 153, 167, 174)
|
Run C++ analysis:
include/sparrow/arrow_array_schema_proxy.hpp#L1
File include/sparrow/arrow_array_schema_proxy.hpp does not conform to Custom style guidelines. (lines 305, 412, 436)
|
Run C++ analysis:
include/sparrow/types/data_type.hpp#L1
File include/sparrow/types/data_type.hpp does not conform to Custom style guidelines. (lines 27, 315, 318, 319, 320, 321, 325, 327, 328, 329, 351, 352, 353, 354, 364, 365, 366, 367, 466, 526, 539, 540, 608)
|
Run C++ analysis:
include/sparrow/types/data_traits.hpp#L1
File include/sparrow/types/data_traits.hpp does not conform to Custom style guidelines. (lines 46, 87, 110, 117, 118, 119, 120, 122, 123, 124, 125, 126, 127)
|
Loading