Skip to content

Rewrite the ECS in C++ #468

Rewrite the ECS in C++

Rewrite the ECS in C++ #468

Triggered via pull request October 29, 2023 16:30
Status Failure
Total duration 1m 20s
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/game_objects/steering.hpp#L36
‘floor’ is not a member of ‘std’
CodeQL (cpp): src/hades_extensions/include/game_objects/steering.hpp#L36
‘floor’ is not a member of ‘std’
CodeQL (cpp): src/hades_extensions/include/game_objects/steering.hpp#L36
could not convert ‘{<expression error>, <expression error>}’ from ‘<brace-enclosed initializer list>’ to ‘Vec2d’
CodeQL (cpp): src/hades_extensions/include/game_objects/steering.hpp#L53
‘hypot’ is not a member of ‘std’
CodeQL (cpp): src/hades_extensions/include/game_objects/steering.hpp#L69
‘cos’ is not a member of ‘std’; did you mean ‘ios’?
CodeQL (cpp): src/hades_extensions/include/game_objects/steering.hpp#L70
‘sin’ is not a member of ‘std’; did you mean ‘min’?
CodeQL (cpp): src/hades_extensions/include/game_objects/steering.hpp#L82
‘fmod’ is not a member of ‘std’
CodeQL (cpp): src/hades_extensions/include/game_objects/steering.hpp#L82
‘atan2’ is not a member of ‘std’
CodeQL (cpp): src/hades_extensions/include/game_objects/steering.hpp#L89
‘hypot’ is not a member of ‘std’
CodeQL (cpp): src/hades_extensions/include/game_objects/steering.hpp#L144
‘std::vector’ has not been declared
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/