Skip to content

Add an AppendNoPush optimization #5177

Add an AppendNoPush optimization

Add an AppendNoPush optimization #5177

Triggered via pull request October 24, 2024 21:13
Status Success
Total duration 4m 21s
Artifacts

build-test.yml

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

Annotations

14 warnings
build (ubuntu-latest)
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 (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, space-wizards/submodule-dependency@v0.1.5, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (ubuntu-latest): DMCompiler/Program.cs#L102
Dereference of a possibly null reference.
build (ubuntu-latest): DMCompiler/Compiler/Lexer.cs#L16
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#L75
Possible null reference argument for parameter 'dmObject' in 'DMExpression DMExpression.Create(DMObject dmObject, DMProc proc, DMASTExpression expression, DreamPath? inferredPath = null)'.
build (ubuntu-latest): DMCompiler/Compiler/DMM/DMMParser.cs#L75
Cannot convert null literal to non-nullable reference type.
build (ubuntu-latest): DMCompiler/Compiler/DMM/DMMParser.cs#L78
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/DMPreprocessor/DMPreprocessor.cs#L180
Cannot convert null literal to non-nullable reference type.
build (ubuntu-latest): DMCompiler/Compiler/DM/DMParser.cs#L520
Dereference of a possibly null reference.
build (windows-latest)
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 (windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, space-wizards/submodule-dependency@v0.1.5, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/