Skip to content

Remove unnecessary use of std::array #1599

Remove unnecessary use of std::array

Remove unnecessary use of std::array #1599

Triggered via pull request September 23, 2024 21:20
Status Failure
Total duration 19m 56s
Artifacts

pr.yaml

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

Annotations

18 errors and 5 warnings
builds / build (macos-12, macos-ci): src/vcpkg/base/hash.cpp#L292
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#L281
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#L292
member reference base type 'vcpkg::Hash::uchar[128]' is not a structure or union
builds / build (macos-12, macos-ci): src/vcpkg/base/hash.cpp#L281
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#L292
request for member ‘begin’ 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#L245
invalid use of void expression
builds / build (ubuntu-20.04, linux-ci): src/vcpkg/base/hash.cpp#L252
invalid use of void expression
builds / build (ubuntu-20.04, linux-ci): src/vcpkg/base/hash.cpp#L276
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#L276
invalid use of void expression
builds / build (ubuntu-20.04, linux-ci): src/vcpkg/base/hash.cpp#L281
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#L282
invalid use of void expression
builds / build (ubuntu-20.04, linux-ci): src/vcpkg/base/hash.cpp#L283
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#L292
request for member ‘begin’ 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): src/vcpkg/base/hash.cpp#L245
invalid use of void expression
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/
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 (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/
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/