Skip to content

Fix __IMPLIED_TYPE__ in proc arguments #5365

Fix __IMPLIED_TYPE__ in proc arguments

Fix __IMPLIED_TYPE__ in proc arguments #5365

Triggered via pull request December 6, 2024 07:26
Status Success
Total duration 3m 36s
Artifacts

build-test.yml

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

Annotations

11 warnings
build (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (ubuntu-latest): DMCompiler/Program.cs#L109
Dereference of a possibly null reference.
build (ubuntu-latest): DMCompiler/Compiler/Lexer.cs#L29
Non-nullable field '_current' 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/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/DMParser.cs#L257
Dereference of a possibly null reference.
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.