Skip to content

adds unsupported procs/vars #155

adds unsupported procs/vars

adds unsupported procs/vars #155

Triggered via pull request July 2, 2025 08:29
Status Success
Total duration 40s
Artifacts

test.yml

on: pull_request
Test Build
17s
Test Build
Test Documentation Tool
36s
Test Documentation Tool
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Test Documentation Tool: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/Compiler/DMM/DMMParser.cs#L76
Cannot convert null literal to non-nullable reference type.
Test Documentation Tool: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/Compiler/DMM/DMMParser.cs#L76
Possible null reference argument for parameter 'type' in 'ExpressionContext.ExpressionContext(DMCompiler compiler, DMObject type, DMProc proc)'.
Test Documentation Tool: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/Compiler/DMPreprocessor/DMPreprocessor.cs#L276
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
Test Documentation Tool: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DMCompiler.cs#L269
Possible null reference argument for parameter 'includeDir' in 'void DMPreprocessor.PreprocessFile(string includeDir, string file, bool isDMStandard)'.
Test Documentation Tool: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DMCompiler.cs#L130
Possible null reference argument for parameter 'includeDir' in 'void DMPreprocessor.IncludeFile(string includeDir, string file, bool isDMStandard, Location? includedFrom = null)'.
Test Documentation Tool: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DMCompiler.cs#L127
Converting null literal or possible null value to non-nullable type.
Test Documentation Tool: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DMCompiler.cs#L160
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
Test Documentation Tool: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DMCompiler.cs#L159
Converting null literal or possible null value to non-nullable type.
Test Documentation Tool: tools/OpenDreamDocumentationTool/OpenDream/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.