Skip to content

Fully implement /savefile (except ImportText() because fuck it) #4707

Fully implement /savefile (except ImportText() because fuck it)

Fully implement /savefile (except ImportText() because fuck it) #4707

Triggered via pull request February 6, 2024 23:50
Status Success
Total duration 1m 49s
Artifacts

compiler-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, space-wizards/[email protected], actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, space-wizards/[email protected], actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: DMCompiler/Compiler/CompilerError.cs#L130
'CompileErrorException' is obsolete: 'This is not a desirable way for the compiler to emit an error. Use CompileAbortException or ForceError() if it needs to be fatal, or an DMCompiler.Emit() otherwise.'
build: DMCompiler/Compiler/CompilerError.cs#L141
'CompileErrorException' is obsolete: 'This is not a desirable way for the compiler to emit an error. Use CompileAbortException or ForceError() if it needs to be fatal, or an DMCompiler.Emit() otherwise.'
build: DMCompiler/Compiler/DMPreprocessor/DMMacro.cs#L142
Nullability of type of parameter 'parameters' doesn't match overridden member (possibly because of nullability attributes).
build: DMCompiler/Compiler/DMPreprocessor/DMMacro.cs#L153
Nullability of type of parameter 'parameters' doesn't match overridden member (possibly because of nullability attributes).
build: DMCompiler/Compiler/DMPreprocessor/DMMacro.cs#L167
Nullability of type of parameter 'parameters' doesn't match overridden member (possibly because of nullability attributes).
build: DMCompiler/Compiler/DMPreprocessor/DMMacro.cs#L179
Nullability of type of parameter 'parameters' doesn't match overridden member (possibly because of nullability attributes).
build: DMCompiler/DM/Expressions/Procs.cs#L146
'ProcCall.DoCompiletimeLinting(DMObject?, DMProc?)': new protected member declared in sealed type
build: DMCompiler/DMCompiler.cs#L53
Possible null reference argument for parameter 'files' in 'DMPreprocessor? DMCompiler.Preprocess(List<string> files, Dictionary<string, string>? macroDefines)'.
build: DMCompiler/DMCompiler.cs#L53
Converting null literal or possible null value to non-nullable type.
build: DMCompiler/DMCompiler.cs#L59
Dereference of a possibly null reference.