Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Make projectile & hitscan reflection only try once with the best reflector #1077

Make projectile & hitscan reflection only try once with the best reflector

Make projectile & hitscan reflection only try once with the best reflector #1077

Triggered via pull request June 16, 2024 19:04
@VonsantVonsant
synchronize #313
RefNerf
Status Failure
Total duration 2m 9s
Artifacts

test-packaging.yml

on: pull_request
Test Packaging
2m 1s
Test Packaging
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 22 warnings
Test Packaging: Content.Shared/Weapons/Reflect/ReflectSystem.cs#L142
The type or namespace name 'StaminaComponent' could not be found (are you missing a using directive or an assembly reference?)
Test Packaging: Content.Shared/Weapons/Reflect/ReflectSystem.cs#L143
'SharedPhysicsSystem' does not contain a definition for 'IsDown' and no accessible extension method 'IsDown' accepting a first argument of type 'SharedPhysicsSystem' could be found (are you missing a using directive or an assembly reference?)
Test Packaging: Content.Shared/Weapons/Reflect/ReflectSystem.cs#L174
Argument 1: cannot convert from 'Robust.Shared.GameObjects.EntityUid' to 'Robust.Shared.GameObjects.IComponent'
Test Packaging: Content.Shared/Weapons/Reflect/ReflectSystem.cs#L151
Dereference of a possibly null reference.
Test Packaging: Content.Shared/Weapons/Reflect/ReflectSystem.cs#L158
Dereference of a possibly null reference.
Test Packaging: Content.Shared/Weapons/Reflect/ReflectSystem.cs#L152
Use of unassigned local variable 'physics'
Test Packaging: Content.Shared/Weapons/Reflect/ReflectSystem.cs#L183
The type or namespace name 'StaminaComponent' could not be found (are you missing a using directive or an assembly reference?)
Test Packaging: Content.Shared/Weapons/Reflect/ReflectSystem.cs#L184
'SharedPhysicsSystem' does not contain a definition for 'IsDown' and no accessible extension method 'IsDown' accepting a first argument of type 'SharedPhysicsSystem' could be found (are you missing a using directive or an assembly reference?)
Test Packaging: Content.Shared/Weapons/Reflect/ReflectSystem.cs#L199
Dereference of a possibly null reference.
Test Packaging: Content.Shared/Weapons/Reflect/ReflectSystem.cs#L202
Dereference of a possibly null reference.
Test Packaging
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], space-wizards/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test Packaging
The following actions uses node12 which is deprecated and will be forced to run on node16: space-wizards/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Packaging: RobustToolbox/Robust.Shared/Utility/MarkupNode.cs#L10
'MarkupNode' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Test Packaging: RobustToolbox/Robust.Shared/ViewVariables/ViewVariablesTypeHandler.cs#L213
'Logger.ErrorS(string, Exception, string, params object?[])' is obsolete: 'Use ISawmill.Error'
Test Packaging: RobustToolbox/Robust.Shared/Utility/ZStd.cs#L288
The '&' operator should not be used on parameters or local variables in async methods.
Test Packaging: RobustToolbox/Robust.Shared/Utility/ZStd.cs#L288
The '&' operator should not be used on parameters or local variables in async methods.
Test Packaging: RobustToolbox/Robust.Shared/Console/Commands/TeleportCommands.cs#L254
'IMapManager.GetMapEntityId(MapId)' is obsolete: 'Use TryGetMap'
Test Packaging: RobustToolbox/Robust.Shared/Console/Commands/TeleportCommands.cs#L261
'IMapManager.GetMapEntityId(MapId)' is obsolete: 'Use TryGetMap'
Test Packaging: RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L34
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
Test Packaging: RobustToolbox/Robust.Shared/CPUJob/JobQueues/Job.cs#L187
'Logger.ErrorS(string, string, params object?[])' is obsolete: 'Use ISawmill.Error'
Test Packaging: RobustToolbox/Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L291
'IMapManager.GetMapEntityId(MapId)' is obsolete: 'Use TryGetMap'
Test Packaging: RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L564
'TransformComponent.AttachToGridOrMap()' is obsolete: 'Use the system's method instead.'
Test Packaging: RobustToolbox/Robust.Shared/Utility/MarkupNode.cs#L10
'MarkupNode' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Test Packaging: RobustToolbox/Robust.Shared/ViewVariables/ViewVariablesTypeHandler.cs#L213
'Logger.ErrorS(string, Exception, string, params object?[])' is obsolete: 'Use ISawmill.Error'
Test Packaging: RobustToolbox/Robust.Shared/Utility/ZStd.cs#L288
The '&' operator should not be used on parameters or local variables in async methods.
Test Packaging: RobustToolbox/Robust.Shared/Utility/ZStd.cs#L288
The '&' operator should not be used on parameters or local variables in async methods.
Test Packaging: RobustToolbox/Robust.Shared/Console/Commands/TeleportCommands.cs#L254
'IMapManager.GetMapEntityId(MapId)' is obsolete: 'Use TryGetMap'
Test Packaging: RobustToolbox/Robust.Shared/Console/Commands/TeleportCommands.cs#L261
'IMapManager.GetMapEntityId(MapId)' is obsolete: 'Use TryGetMap'
Test Packaging: RobustToolbox/Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L291
'IMapManager.GetMapEntityId(MapId)' is obsolete: 'Use TryGetMap'
Test Packaging: RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L564
'TransformComponent.AttachToGridOrMap()' is obsolete: 'Use the system's method instead.'
Test Packaging: RobustToolbox/Robust.Shared/CPUJob/JobQueues/Job.cs#L187
'Logger.ErrorS(string, string, params object?[])' is obsolete: 'Use ISawmill.Error'
Test Packaging: RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L34
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'