Fix for #499 #1066
Annotations
4 errors and 24 warnings
build (ubuntu-latest)
dotnet test failure Command failed: dotnet test -c Debug -p:coverletOutput=/home/runner/work/csly/csly/TestResults/lcov.net7.0.info -p:CollectCoverage=true -p:MergeWith=/home/runner/work/csly/csly/TestResults/coverlet.json -p:CoverletOutputFormat=\"json%2clcov\" -p:Exclude=\"[program]*,[expressionParser]*,[jsonparser]*,[while]*,[indentedWhile]*,[SimpleExpressionParser]*,[GenericLexerWithCallbacks]*,[indented]*,[postProcessedLexerParser]*,[XML]*,[SimpleTemplate]*,[SlowEOS]*\" tests/ParserTests/ParserTests.csproj
[xUnit.net 00:00:02.11] ParserTests.Issue499.Issue499Test.LexemeChannelNullable_Test [FAIL]
|
build (ubuntu-latest)
ENOENT: no such file or directory, scandir '/home/runner/work/csly/csly/TestResults'
|
build (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
build (windows-latest)
The operation was canceled.
|
build (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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 (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (ubuntu-latest):
src/sly/lexer/LexerPosition.cs#L10
'LexerPosition' defines operator == or operator != but does not override Object.Equals(object o)
|
build (ubuntu-latest):
src/sly/lexer/LexerPosition.cs#L10
'LexerPosition' defines operator == or operator != but does not override Object.GetHashCode()
|
build (ubuntu-latest):
src/sly/parser/parser/llparser/ebnf/EBNFRecursiveDescentSyntaxParser.Expressions.cs#L18
The variable 'isError' is assigned but its value is never used
|
build (ubuntu-latest):
src/samples/SlowEOS/SlowOnBadParseEosReducedPrecedences.cs#L13
Possible null reference return.
|
build (ubuntu-latest):
src/samples/SlowEOS/SlowOnBadParseEos.cs#L13
Possible null reference return.
|
build (ubuntu-latest):
src/samples/SlowEOS/Program.cs#L23
Possible null reference return.
|
build (ubuntu-latest):
src/samples/SlowEOS/SlowOnBadParseEosReducedPrecedences.cs#L151
Possible null reference return.
|
build (ubuntu-latest):
src/samples/SlowEOS/SlowOnBadParseEosReducedPrecedences.cs#L158
Possible null reference return.
|
build (ubuntu-latest):
src/samples/SlowEOS/SlowOnBadParseEosReducedPrecedences.cs#L165
Possible null reference return.
|
build (ubuntu-latest):
src/samples/SlowEOS/SlowOnBadParseEosReducedPrecedences.cs#L172
Possible null reference return.
|
build (ubuntu-latest):
src/sly/lexer/LexerPosition.cs#L10
'LexerPosition' defines operator == or operator != but does not override Object.Equals(object o)
|
build (ubuntu-latest):
src/sly/lexer/LexerPosition.cs#L10
'LexerPosition' defines operator == or operator != but does not override Object.GetHashCode()
|
build (ubuntu-latest):
src/sly/parser/parser/llparser/ebnf/EBNFRecursiveDescentSyntaxParser.Expressions.cs#L18
The variable 'isError' is assigned but its value is never used
|
build (ubuntu-latest):
src/sly/lexer/LexerPosition.cs#L10
'LexerPosition' defines operator == or operator != but does not override Object.Equals(object o)
|
build (ubuntu-latest):
src/sly/lexer/LexerPosition.cs#L10
'LexerPosition' defines operator == or operator != but does not override Object.GetHashCode()
|
build (ubuntu-latest):
src/sly/parser/parser/llparser/ebnf/EBNFRecursiveDescentSyntaxParser.Expressions.cs#L18
The variable 'isError' is assigned but its value is never used
|
build (ubuntu-latest):
src/sly/lexer/LexerPosition.cs#L10
'LexerPosition' defines operator == or operator != but does not override Object.Equals(object o)
|
build (ubuntu-latest):
src/sly/lexer/LexerPosition.cs#L10
'LexerPosition' defines operator == or operator != but does not override Object.GetHashCode()
|
build (ubuntu-latest):
src/sly/parser/parser/llparser/ebnf/EBNFRecursiveDescentSyntaxParser.Expressions.cs#L18
The variable 'isError' is assigned but its value is never used
|
build (ubuntu-latest):
src/sly/lexer/LexerPosition.cs#L10
'LexerPosition' defines operator == or operator != but does not override Object.Equals(object o)
|
build (ubuntu-latest)
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
build (windows-latest)
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|