Skip to content

Fix off-by-one in regex replace and add test #5438

Fix off-by-one in regex replace and add test

Fix off-by-one in regex replace and add test #5438

Triggered via pull request December 18, 2024 19:59
Status Success
Total duration 4m 1s
Artifacts

build-test.yml

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

Annotations

11 warnings
build (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (ubuntu-latest): DMCompiler/Compiler/Lexer.cs#L29
Non-nullable field '_current' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (ubuntu-latest): DMCompiler/Program.cs#L109
Dereference of a possibly null reference.
build (ubuntu-latest): DMCompiler/DM/Expressions/Procs.cs#L112
Dereference of a possibly null reference.
build (ubuntu-latest): DMCompiler/DM/Expressions/LValue.cs#L186
Dereference of a possibly null reference.
build (ubuntu-latest): DMCompiler/DM/Expressions/Dereference.cs#L307
Dereference of a possibly null reference.
build (ubuntu-latest): DMCompiler/DM/DMVariable.cs#L41
Dereference of a possibly null reference.
build (ubuntu-latest): DMCompiler/DM/DMProc.cs#L138
Possible null reference argument for parameter 'dmObject' in 'DMProcBuilder.DMProcBuilder(DMCompiler compiler, DMObject dmObject, DMProc proc)'.
build (ubuntu-latest): DMCompiler/DM/DMProc.cs#L247
Dereference of a possibly null reference.
build (ubuntu-latest): DMCompiler/DM/DMProc.cs#L316
Dereference of a possibly null reference.
build (ubuntu-latest): DMCompiler/Json/DreamMapJson.cs#L11
Non-nullable property 'Turf' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.