make arrays and hook return values use standard property access semantics #165
build.yml
on: pull_request
Matrix: build-ubuntu
Matrix: build-windows
Matrix: clang-tidy
Annotations
4 errors and 3 warnings
clang-tidy (clang-ue3-x86-release):
src\pyunrealsdk\unreal_bindings\wrapped_array_methods.cpp#L171
clang-tidy: variable 'sorted_array' of type 'py::sequence' can be declared 'const' (misc-const-correctness)
|
clang-tidy (clang-ue3-x86-release)
Found 1 clang-tidy issues
|
clang-tidy (clang-ue4-x64-release):
src\pyunrealsdk\unreal_bindings\wrapped_array_methods.cpp#L171
clang-tidy: variable 'sorted_array' of type 'py::sequence' can be declared 'const' (misc-const-correctness)
|
clang-tidy (clang-ue4-x64-release)
Found 1 clang-tidy issues
|
ruff
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
spelling
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pyright
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|