Skip to content

Update from DMStandard #144

Update from DMStandard

Update from DMStandard #144

Triggered via schedule November 19, 2024 00:47
Status Failure
Total duration 56s
Artifacts

autodoc.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Build
Process completed with exit code 134.
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/Procs.cs#L121
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/Builders/DMProcBuilder.cs#L453
Possible null reference argument for parameter 'expr' in 'IEnumerable<DMASTVarDeclExpression> FindVarDecls(DMASTExpression expr)'.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DM/Builders/DMProcBuilder.cs#L467
Possible null reference argument for parameter 'identifier' in 'DMASTIdentifier.DMASTIdentifier(Location location, string identifier)'.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DM/Builders/DMProcBuilder.cs#L487
Possible null reference argument for parameter 'identifier' in 'DMASTIdentifier.DMASTIdentifier(Location location, string identifier)'.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DM/Builders/DMProcBuilder.cs#L515
Possible null reference argument for parameter 'identifier' in 'DMASTIdentifier.DMASTIdentifier(Location location, string identifier)'.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DM/Builders/DMProcBuilder.cs#L593
Cannot convert null literal to non-nullable reference type.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DM/Builders/DMProcBuilder.cs#L601
Converting null literal or possible null value to non-nullable type.