Skip to content

Lua table serde: allow non-string types as table keys #6344

Lua table serde: allow non-string types as table keys

Lua table serde: allow non-string types as table keys #6344

Triggered via pull request September 15, 2023 13:18
Status Success
Total duration 1h 45m 43s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

clang-tidy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/grab.cpp#L58
Address of stack memory associated with local variable 'veh' is still referred to by the static variable 'get_wheel_pos' upon returning to the caller. This will be a dangling reference [clang-analyzer-core.StackAddressEscape]
build: src/grab.cpp#L58
Address of stack memory associated with temporary object of type 'tripoint' is still referred to by the static variable 'get_wheel_pos' upon returning to the caller. This will be a dangling reference [clang-analyzer-core.StackAddressEscape]
build: src/monmove.cpp#L122
Construction of 'tripoint' can be simplified. [cata-simplify-point-constructors]
build: src/monmove.cpp#L122
Construction of 'tripoint' can be simplified using overloaded arithmetic operators. [cata-use-point-arithmetic]
build: src/monmove.cpp#L1585
Construction of 'tripoint' can be simplified. [cata-simplify-point-constructors]
build: src/monmove.cpp#L1585
Construction of 'tripoint' can be simplified using overloaded arithmetic operators. [cata-use-point-arithmetic]
build: src/ranged.cpp#L129
Variable 'skill_dodge' declared but not used. [cata-unused-statics]
build: src/ranged.cpp#L873
'ammo' used after it was moved [bugprone-use-after-move]
build: src/iuse.cpp#L2636
result of integer division used in a floating point context; possible loss of precision [bugprone-integer-division]
build: src/item.cpp#L138
Variable 'itype_hand_crossbow' declared but not used. [cata-unused-statics]