Skip to content

Update from DMStandard #138

Update from DMStandard

Update from DMStandard #138

Triggered via schedule November 14, 2024 00:43
Status Failure
Total duration 44s
Artifacts

autodoc.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 11 warnings
Build: tools/OpenDreamDocumentationTool/OpenDreamDocumentationTool/Program.cs#L78
There is no argument given that corresponds to the required parameter 'isDMStandard' of 'DMPreprocessor.IncludeFile(string, string, bool, Location?)'
Build: tools/OpenDreamDocumentationTool/OpenDreamDocumentationTool/Program.cs#L79
There is no argument given that corresponds to the required parameter 'isDMStandard' of 'DMPreprocessor.IncludeFile(string, string, bool, Location?)'
Build: tools/OpenDreamDocumentationTool/OpenDreamDocumentationTool/Program.cs#L78
There is no argument given that corresponds to the required parameter 'isDMStandard' of 'DMPreprocessor.IncludeFile(string, string, bool, Location?)'
Build: tools/OpenDreamDocumentationTool/OpenDreamDocumentationTool/Program.cs#L79
There is no argument given that corresponds to the required parameter 'isDMStandard' of 'DMPreprocessor.IncludeFile(string, string, bool, Location?)'
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/DM/Expressions/Procs.cs#L109
Dereference of a possibly null reference.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/Program.cs#L108
Dereference of a possibly null reference.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DMCompiler.cs#L54
Possible null reference argument for parameter 'files' in 'DMPreprocessor? DMCompiler.Preprocess(List<string> files, Dictionary<string, string>? macroDefines)'.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DMCompiler.cs#L54
Converting null literal or possible null value to non-nullable type.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DMCompiler.cs#L60
Dereference of a possibly null reference.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DMCompiler.cs#L65
Possible null reference argument for parameter 'interfaceFile' in 'string DMCompiler.SaveJson(List<DreamMapJson> maps, string interfaceFile, string outputFile)'.
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/DMCompiler.cs#L147
Dereference of a possibly null reference.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DMCompiler.cs#L151
Dereference of a possibly null reference.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DMCompiler.cs#L151
Converting null literal or possible null value to non-nullable type.