Skip to content

Cope with extra tokens after proc statements #5354

Cope with extra tokens after proc statements

Cope with extra tokens after proc statements #5354

Triggered via pull request November 30, 2024 20:22
Status Success
Total duration 3m 35s
Artifacts

build-test.yml

on: pull_request
Matrix: build
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build (ubuntu-latest): DMCompiler/DMCompiler.cs#L66
Possible null reference argument for parameter 'files' in 'DMPreprocessor? DMCompiler.Preprocess(DMCompiler compiler, List<string> files, Dictionary<string, string>? macroDefines)'.
build (ubuntu-latest): DMCompiler/DMCompiler.cs#L66
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest): DMCompiler/DMCompiler.cs#L72
Dereference of a possibly null reference.
build (ubuntu-latest): DMCompiler/DMCompiler.cs#L77
Possible null reference argument for parameter 'interfaceFile' in 'string DMCompiler.SaveJson(List<DreamMapJson> maps, string interfaceFile, string outputFile)'.
build (ubuntu-latest): DMCompiler/DMCompiler.cs#L159
Dereference of a possibly null reference.
build (ubuntu-latest): DMCompiler/DMCompiler.cs#L163
Dereference of a possibly null reference.
build (ubuntu-latest): DMCompiler/DMCompiler.cs#L163
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest): DMCompiler/DMCompiler.cs#L164
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
build (ubuntu-latest): DMCompiler/DMCompiler.cs#L122
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest): DMCompiler/DMCompiler.cs#L125
Possible null reference argument for parameter 'includeDir' in 'void DMPreprocessor.IncludeFile(string includeDir, string file, bool isDMStandard, Location? includedFrom = null)'.