Skip to content

feat: Activity speed/movecost calculations #9134

feat: Activity speed/movecost calculations

feat: Activity speed/movecost calculations #9134

Triggered via pull request February 12, 2025 03:49
Status Failure
Total duration 42m 13s
Artifacts

clang-tidy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
build: src/activity_type.h#L34
no template named 'optional' in namespace 'std' [clang-diagnostic-error]
build: src/activity_type.h#L64
no template named 'optional' in namespace 'std' [clang-diagnostic-error]
build: src/activity_type.h#L34
no template named 'optional' in namespace 'std'; did you mean 'sol::optional'? [clang-diagnostic-error]
build: src/activity_type.h#L34
implicit instantiation of undefined template 'sol::optional<based_on_type>' [clang-diagnostic-error]
build: src/activity_type.h#L64
no template named 'optional' in namespace 'std'; did you mean 'sol::optional'? [clang-diagnostic-error]
build: src/activity_type.h#L64
implicit instantiation of undefined template 'sol::optional<based_on_type>' [clang-diagnostic-error]
build: src/activity_type.h#L34
no template named 'optional' in namespace 'std'; did you mean 'sol::optional'? [clang-diagnostic-error]
build: src/activity_type.h#L34
implicit instantiation of undefined template 'sol::optional<based_on_type>' [clang-diagnostic-error]
build: src/activity_type.h#L64
no template named 'optional' in namespace 'std'; did you mean 'sol::optional'? [clang-diagnostic-error]
build: src/activity_type.h#L64
implicit instantiation of undefined template 'sol::optional<based_on_type>' [clang-diagnostic-error]
build
The process '/usr/bin/git' failed with exit code 128
build: src/player_activity.cpp#L43
Variable 'ACT_GAME' declared but not used. [cata-unused-statics]
build: src/player_activity.cpp#L44
Variable 'ACT_PICKAXE' declared but not used. [cata-unused-statics]
build: src/player_activity.cpp#L45
Variable 'ACT_START_FIRE' declared but not used. [cata-unused-statics]
build: src/player_activity.cpp#L46
Variable 'ACT_HAND_CRANK' declared but not used. [cata-unused-statics]
build: src/player_activity.cpp#L47
Variable 'ACT_VIBE' declared but not used. [cata-unused-statics]
build: src/player_activity.cpp#L48
Variable 'ACT_OXYTORCH' declared but not used. [cata-unused-statics]
build: src/player_activity.cpp#L49
Variable 'ACT_FISH' declared but not used. [cata-unused-statics]
build: src/player_activity.cpp#L50
Variable 'ACT_ATM' declared but not used. [cata-unused-statics]
build: src/player_activity.cpp#L51
Variable 'ACT_GUNMOD_ADD' declared but not used. [cata-unused-statics]
build: src/player_activity.cpp#L270
conversion from 'std::optional<std::basic_string<char>>' into 'std::basic_string<char>' and back into 'std::optional<std::basic_string<char>>', remove potentially error-prone optional dereference [bugprone-optional-value-conversion]