Skip to content

implements a discord bot for searching and reviewing ref pages #145

implements a discord bot for searching and reviewing ref pages

implements a discord bot for searching and reviewing ref pages #145

Triggered via pull request November 12, 2024 21:22
@harryobharryob
synchronize #121
im-rusting
Status Success
Total duration 39s
Artifacts

test.yml

on: pull_request
Test Build
16s
Test Build
Test Documentation Tool
29s
Test Documentation Tool
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Test Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test Documentation Tool
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test Documentation Tool: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/Compiler/DM/DMPath.cs#L4
Non-nullable field 'VarName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test Documentation Tool: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/Compiler/DM/AST/DMAST.ObjectStatements.cs#L89
Non-nullable field 'VarName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test Documentation Tool: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/Compiler/DM/AST/DMAST.ObjectStatements.cs#L30
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test Documentation Tool: tools/OpenDreamDocumentationTool/OpenDream/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)'.
Test Documentation Tool: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/Compiler/DMM/DMMParser.cs#L75
Cannot convert null literal to non-nullable reference type.
Test Documentation Tool: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/Compiler/DMM/DMMParser.cs#L78
Possible null reference argument for parameter 'varValue' in 'bool MapObjectJson.AddVarOverride(string varName, object varValue)'.