Skip to content

String concat const folding #5298

String concat const folding

String concat const folding #5298

Triggered via pull request November 16, 2024 15:17
Status Failure
Total duration 1m 55s
Artifacts

build-test.yml

on: pull_request
Matrix: build
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 10 warnings
build (ubuntu-latest): DMCompiler/Optimizer/AnnotatedBytecode.cs#L240
An object reference is required for the non-static field, method, or property 'DMObjectTree.StringTable'
build (ubuntu-latest): DMCompiler/Optimizer/PeepholeOptimizations.cs#L789
An object reference is required for the non-static field, method, or property 'DMObjectTree.AddString(string)'
build (ubuntu-latest): DMCompiler/Optimizer/AnnotatedBytecode.cs#L240
An object reference is required for the non-static field, method, or property 'DMObjectTree.StringTable'
build (ubuntu-latest): DMCompiler/Optimizer/PeepholeOptimizations.cs#L789
An object reference is required for the non-static field, method, or property 'DMObjectTree.AddString(string)'
build (ubuntu-latest)
Process completed with exit code 1.
build (windows-latest)
The job was canceled because "ubuntu-latest" failed.
build (windows-latest)
The operation was canceled.
build (ubuntu-latest): DMCompiler/Compiler/DM/DMPath.cs#L4
Non-nullable field 'VarName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (ubuntu-latest): DMCompiler/Compiler/DM/AST/DMAST.ObjectStatements.cs#L88
Possible null reference assignment.
build (ubuntu-latest): DMCompiler/Compiler/DM/AST/DMAST.ObjectStatements.cs#L86
Non-nullable field 'VarName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (ubuntu-latest): DMCompiler/Compiler/DM/AST/DMAST.ObjectStatements.cs#L44
Possible null reference assignment.
build (ubuntu-latest): DMCompiler/Compiler/DM/AST/DMAST.ObjectStatements.cs#L30
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (ubuntu-latest): DMCompiler/Compiler/DMM/DMMParser.cs#L77
Possible null reference argument for parameter 'type' in 'ExpressionContext.ExpressionContext(DMCompiler compiler, DMObject type, DMProc proc)'.
build (ubuntu-latest): DMCompiler/Compiler/DMM/DMMParser.cs#L77
Cannot convert null literal to non-nullable reference type.
build (ubuntu-latest): DMCompiler/Compiler/DMM/DMMParser.cs#L82
Possible null reference argument for parameter 'varValue' in 'bool MapObjectJson.AddVarOverride(string varName, object varValue)'.
build (ubuntu-latest): DMCompiler/Json/DreamMapJson.cs#L11
Non-nullable property 'Turf' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.