Skip to content

Remove unnecessary use of std::array #1600

Remove unnecessary use of std::array

Remove unnecessary use of std::array #1600

Triggered via pull request September 23, 2024 22:08
Status Failure
Total duration 19m 45s
Artifacts

pr.yaml

on: pull_request
Matrix: builds / build
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 5 warnings
builds / build (macos-12, macos-ci): src/vcpkg/base/hash.cpp#L284
member reference base type 'vcpkg::Hash::uchar[64]' is not a structure or union
builds / build (macos-12, macos-ci): src/vcpkg/base/hash.cpp#L284
member reference base type 'vcpkg::Hash::uchar[128]' is not a structure or union
builds / build (macos-12, macos-ci)
Process completed with exit code 1.
builds / build (ubuntu-20.04, linux-ci): src/vcpkg/base/hash.cpp#L284
request for member ‘end’ in ‘((vcpkg::Hash::{anonymous}::ShaHasher<vcpkg::Hash::{anonymous}::Sha512Algorithm>*)this)->vcpkg::Hash::{anonymous}::ShaHasher<vcpkg::Hash::{anonymous}::Sha512Algorithm>::m_chunk’, which is of non-class type ‘vcpkg::Hash::uchar [128]’ {aka ‘unsigned char [128]’}
builds / build (ubuntu-20.04, linux-ci): src/vcpkg/base/hash.cpp#L284
request for member ‘end’ in ‘((vcpkg::Hash::{anonymous}::ShaHasher<vcpkg::Hash::{anonymous}::Sha256Algorithm>*)this)->vcpkg::Hash::{anonymous}::ShaHasher<vcpkg::Hash::{anonymous}::Sha256Algorithm>::m_chunk’, which is of non-class type ‘vcpkg::Hash::uchar [64]’ {aka ‘unsigned char [64]’}
builds / build (ubuntu-20.04, linux-ci)
Process completed with exit code 1.
builds / build (windows-2022, windows-ci)
Unexpected character; expected property name
builds / build (windows-2022, windows-ci)
Unexpected character; expected property name
builds / build (windows-2022, windows-ci)
Unexpected character; expected property name
json-schema
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
builds / build (macos-12, macos-ci)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, lukka/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
builds / build (ubuntu-20.04, linux-ci)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, lukka/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
format
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, lukka/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
builds / build (windows-2022, windows-ci)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, lukka/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/