Skip to content

Rewrite the ECS in C++ #605

Rewrite the ECS in C++

Rewrite the ECS in C++ #605

Triggered via pull request November 2, 2023 20:54
Status Failure
Total duration 2m 35s
Artifacts

test.yaml

on: pull_request
Matrix: cpp
Matrix: python
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 1 warning
cpp (ubuntu-latest): src/hades_extensions/include/hash_combine.hpp#L10
variable or field ‘hash_combine’ declared void
cpp (ubuntu-latest): src/hades_extensions/include/hash_combine.hpp#L10
‘size_t’ was not declared in this scope; did you mean ‘std::size_t’?
cpp (ubuntu-latest): src/hades_extensions/include/hash_combine.hpp#L10
‘seed’ was not declared in this scope
cpp (ubuntu-latest): src/hades_extensions/include/hash_combine.hpp#L10
expected primary-expression before ‘const’
cpp (ubuntu-latest): src/hades_extensions/include/game_objects/steering.hpp#L37
‘floor’ is not a member of ‘std’
cpp (ubuntu-latest): src/hades_extensions/include/game_objects/steering.hpp#L37
‘floor’ is not a member of ‘std’
cpp (ubuntu-latest): src/hades_extensions/include/game_objects/steering.hpp#L37
could not convert ‘{<expression error>, <expression error>}’ from ‘<brace-enclosed initializer list>’ to ‘Vec2d’
cpp (ubuntu-latest): src/hades_extensions/include/game_objects/steering.hpp#L58
‘hypot’ is not a member of ‘std’
cpp (ubuntu-latest): src/hades_extensions/include/game_objects/steering.hpp#L74
‘cos’ is not a member of ‘std’
cpp (ubuntu-latest): src/hades_extensions/include/game_objects/steering.hpp#L75
‘sin’ is not a member of ‘std’; did you mean ‘min’?
cpp (windows-latest)
The job was canceled because "ubuntu-latest" failed.
cpp (windows-latest)
The operation was canceled.
cpp (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: lukka/run-cmake@v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/