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 #1078

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

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

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

test-packaging.yml

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

Annotations

7 errors and 22 warnings
Test Packaging: Content.Shared/Weapons/Reflect/ReflectSystem.cs#L172
Argument 1: cannot convert from 'Robust.Shared.GameObjects.EntityUid' to 'Robust.Shared.GameObjects.IComponent'
Test Packaging: Content.Shared/Weapons/Reflect/ReflectSystem.cs#L214
'ReflectComponent' does not contain a definition for 'Innate' and no accessible extension method 'Innate' accepting a first argument of type 'ReflectComponent' could be found (are you missing a using directive or an assembly reference?)
Test Packaging: Content.Shared/Weapons/Reflect/ReflectSystem.cs#L255
Argument 1: cannot convert from 'Robust.Shared.GameObjects.EntityUid' to 'Robust.Shared.GameObjects.IComponent'
Test Packaging: Content.Shared/Weapons/Reflect/ReflectSystem.cs#L172
Argument 1: cannot convert from 'Robust.Shared.GameObjects.EntityUid' to 'Robust.Shared.GameObjects.IComponent'
Test Packaging: Content.Shared/Weapons/Reflect/ReflectSystem.cs#L214
'ReflectComponent' does not contain a definition for 'Innate' and no accessible extension method 'Innate' accepting a first argument of type 'ReflectComponent' could be found (are you missing a using directive or an assembly reference?)
Test Packaging: Content.Shared/Weapons/Reflect/ReflectSystem.cs#L255
Argument 1: cannot convert from 'Robust.Shared.GameObjects.EntityUid' to 'Robust.Shared.GameObjects.IComponent'
Test Packaging
Process completed with exit code 134.
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/Containers/ContainerManagerComponent.cs#L34
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
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/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/Console/Commands/MapCommands.cs#L91
'IMapManager.DeleteGrid(EntityUid)' is obsolete: 'Just delete the grid entity'
Test Packaging: RobustToolbox/Robust.Shared/Console/Commands/MapCommands.cs#L120
'IMapManager.IsMapInitialized(MapId)' is obsolete: 'Use MapSystem'
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/Containers/ContainerSlot.cs#L84
'Logger.Warning(string)' is obsolete: 'Use ISawmill.Warning'
Test Packaging: RobustToolbox/Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L291
'IMapManager.GetMapEntityId(MapId)' is obsolete: 'Use TryGetMap'