Skip to content

Fix world.GetConfig() parity #6749

Fix world.GetConfig() parity

Fix world.GetConfig() parity #6749

Triggered via pull request April 5, 2026 06:46
Status Failure
Total duration 2m 49s
Artifacts

build-test.yml

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

Annotations

3 errors and 12 warnings
build (ubuntu-latest)
Process completed with exit code 1.
build (windows-latest)
The strategy configuration was canceled because "build.ubuntu-latest" failed
build (windows-latest)
The operation was canceled.
build (ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, actions/setup-dotnet@v1, space-wizards/submodule-dependency@v0.1.5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build (ubuntu-latest): DMCompiler/DM/Builders/DMProcBuilder.cs#L281
Possible null reference argument for parameter 'expression' in 'DMExpression DMExpressionBuilder.Create(DMASTExpression expression, DreamPath? inferredPath = null)'.
build (ubuntu-latest): DMCompiler/DM/Builders/DMProcBuilder.cs#L278
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest): DMCompiler/Compiler/DMPreprocessor/DMPreprocessor.cs#L277
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
build (ubuntu-latest): DMCompiler/Compiler/DM/DMParser.cs#L269
Dereference of a possibly null reference.
build (ubuntu-latest): DMCompiler/DM/DMCodeTree.Vars.cs#L155
Cannot convert null literal to non-nullable reference type.
build (ubuntu-latest): DMCompiler/DM/DMCodeTree.Vars.cs#L253
Cannot convert null literal to non-nullable reference type.
build (ubuntu-latest): DMCompiler/Compiler/DMM/DMMParser.cs#L76
Cannot convert null literal to non-nullable reference type.
build (ubuntu-latest): DMCompiler/Compiler/DMM/DMMParser.cs#L76
Possible null reference argument for parameter 'type' in 'ExpressionContext.ExpressionContext(DMCompiler compiler, DMObject type, DMProc proc)'.
build (ubuntu-latest): DMCompiler/Compiler/DM/DMPath.cs#L5
Non-nullable field 'VarName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (ubuntu-latest): DMCompiler/Compiler/Lexer.cs#L29
Non-nullable field '_current' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, actions/setup-dotnet@v1, space-wizards/submodule-dependency@v0.1.5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/