Skip to content

Update from DMStandard #118

Update from DMStandard

Update from DMStandard #118

Triggered via schedule October 25, 2024 00:44
Status Success
Total duration 59s
Artifacts

autodoc.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
Build
Process completed with exit code 1.
Build
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/
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/Compiler/Lexer.cs#L16
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: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/Program.cs#L102
Dereference of a possibly null reference.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DM/Expressions/LValue.cs#L168
Dereference of a possibly null reference.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DM/Expressions/Procs.cs#L121
Dereference of a possibly null reference.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DM/Expressions/Constant.cs#L339
Converting null literal or possible null value to non-nullable type.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DM/Expressions/Constant.cs#L340
Converting null literal or possible null value to non-nullable type.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DM/Expressions/Constant.cs#L343
Possible null reference argument for parameter 'name' in 'bool DMObjectTree.TryGetGlobalProc(string name, out DMProc? proc)'.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DM/Expressions/Constant.cs#L346
Possible null reference argument for parameter 'name' in 'List<int>? DMObject.GetProcs(string name)'.