Skip to content

Fix EmptyProc applying to code existing before it was enabled (#1719) #4982

Fix EmptyProc applying to code existing before it was enabled (#1719)

Fix EmptyProc applying to code existing before it was enabled (#1719) #4982

Triggered via push March 17, 2024 00:59
Status Success
Total duration 2m 47s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, space-wizards/submodule-dependency@v0.1.5, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, space-wizards/submodule-dependency@v0.1.5, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: DMCompiler/Compiler/CompilerError.cs#L131
'CompileErrorException' is obsolete: 'This is not a desirable way for the compiler to emit an error. Use CompileAbortException or ForceError() if it needs to be fatal, or an DMCompiler.Emit() otherwise.'
build: DMCompiler/Compiler/CompilerError.cs#L142
'CompileErrorException' is obsolete: 'This is not a desirable way for the compiler to emit an error. Use CompileAbortException or ForceError() if it needs to be fatal, or an DMCompiler.Emit() otherwise.'
build: DMCompiler/Compiler/DMM/DMMParser.cs#L24
'DMParser.Error(string, bool)' is obsolete: 'This is not a desirable way for DMParser to emit an error, as errors should emit an error code and not cause unnecessary throws. Use DMParser's overrides of this method, instead.'
build: DMCompiler/Compiler/DMM/DMMParser.cs#L69
'DMParser.Error(string, bool)' is obsolete: 'This is not a desirable way for DMParser to emit an error, as errors should emit an error code and not cause unnecessary throws. Use DMParser's overrides of this method, instead.'
build: DMCompiler/Compiler/DMM/DMMParser.cs#L54
Converting null literal or possible null value to non-nullable type.
build: DMCompiler/Compiler/DMM/DMMParser.cs#L54
Possible null reference argument for parameter 'name' in 'CellDefinitionJson.CellDefinitionJson(string name)'.
build: DMCompiler/Compiler/DMM/DMMParser.cs#L70
Dereference of a possibly null reference.
build: DMCompiler/Compiler/DMM/DMMParser.cs#L71
Possible null reference argument for parameter 'dmObject' in 'DMExpression DMExpression.Create(DMObject dmObject, DMProc proc, DMASTExpression expression, DreamPath? inferredPath = null)'.
build: DMCompiler/Compiler/DMM/DMMParser.cs#L71
Cannot convert null literal to non-nullable reference type.
build: DMCompiler/Compiler/DMM/DMMParser.cs#L74
Possible null reference argument for parameter 'varValue' in 'bool MapObjectJson.AddVarOverride(string varName, object varValue)'.