Skip to content

Rewrite the ECS in C++ #475

Rewrite the ECS in C++

Rewrite the ECS in C++ #475

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

codeql.yaml

on: pull_request
Matrix: CodeQL
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 1 warning
CodeQL (cpp): src/hades_extensions/include/hash_combine.hpp#L10
variable or field ‘hash_combine’ declared void
CodeQL (cpp): src/hades_extensions/include/hash_combine.hpp#L10
‘size_t’ was not declared in this scope; did you mean ‘std::size_t’?
CodeQL (cpp): src/hades_extensions/include/hash_combine.hpp#L10
‘seed’ was not declared in this scope
CodeQL (cpp): src/hades_extensions/include/hash_combine.hpp#L10
expected primary-expression before ‘const’
CodeQL (cpp): src/hades_extensions/include/game_objects/steering.hpp#L37
‘floor’ is not a member of ‘std’
CodeQL (cpp): src/hades_extensions/include/game_objects/steering.hpp#L37
‘floor’ is not a member of ‘std’
CodeQL (cpp): src/hades_extensions/include/game_objects/steering.hpp#L37
could not convert ‘{<expression error>, <expression error>}’ from ‘<brace-enclosed initializer list>’ to ‘Vec2d’
CodeQL (cpp): src/hades_extensions/include/game_objects/steering.hpp#L58
‘hypot’ is not a member of ‘std’
CodeQL (cpp): src/hades_extensions/include/game_objects/steering.hpp#L74
‘cos’ is not a member of ‘std’
CodeQL (cpp): src/hades_extensions/include/game_objects/steering.hpp#L75
‘sin’ is not a member of ‘std’; did you mean ‘min’?
CodeQL (python)
The job was canceled because "cpp" failed.
CodeQL (python)
The operation was canceled.
CodeQL (cpp)
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/