Skip to content

Allow escape ] inside [] construct #502

Allow escape ] inside [] construct

Allow escape ] inside [] construct #502

Triggered via pull request April 8, 2024 20:22
Status Success
Total duration 3m 17s
Artifacts

RunTests.yml

on: pull_request
Matrix: Solution
Fit to window
Zoom out
Zoom in

Annotations

36 warnings
Solution (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Solution (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/
Solution (ubuntu-latest): Sources/SynKit/Libraries/Lexer/ICharStream.cs#L15
Missing XML comment for publicly visible type or member 'ICharStream.SourceFile'
Solution (ubuntu-latest): Sources/SynKit/Libraries/Lexer/Token.cs#L23
Missing XML comment for publicly visible type or member 'Token<TKind>.Equals(Token<TKind>?)'
Solution (ubuntu-latest): Sources/SynKit/Libraries/C.Syntax/CToken.cs#L88
Dereference of a possibly null reference.
Solution (ubuntu-latest): Sources/SynKit/Libraries/C.Syntax/CToken.cs#L88
Dereference of a possibly null reference.
Solution (ubuntu-latest): Sources/SynKit/Tests/Automata.Tests/AutomatonTestBase.cs#L45
Possible null reference argument for parameter 'got' in 'void AutomatonTestBase.AssertEqual(StateSet<string> expected, StateSet<string> got)'.
Solution (ubuntu-latest): Sources/SynKit/Tests/Automata.Tests/NfaTests.cs#L46
Possible null reference argument for parameter 'other' in 'bool HashSet<string>.SetEquals(IEnumerable<string> other)'.
Solution (ubuntu-latest): Sources/SynKit/Tests/Automata.Tests/EpsilonNfaTests.cs#L54
Possible null reference argument for parameter 'other' in 'bool HashSet<string>.SetEquals(IEnumerable<string> other)'.
Solution (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Solution (macos-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/
Solution (macos-latest): Sources/SynKit/Libraries/Lexer/ICharStream.cs#L15
Missing XML comment for publicly visible type or member 'ICharStream.SourceFile'
Solution (macos-latest): Sources/SynKit/Libraries/Lexer/Token.cs#L23
Missing XML comment for publicly visible type or member 'Token<TKind>.Equals(Token<TKind>?)'
Solution (macos-latest): Sources/SynKit/Libraries/C.Syntax/CToken.cs#L88
Dereference of a possibly null reference.
Solution (macos-latest): Sources/SynKit/Libraries/C.Syntax/CToken.cs#L88
Dereference of a possibly null reference.
Solution (macos-latest): Sources/SynKit/Tests/Automata.Tests/AutomatonTestBase.cs#L45
Possible null reference argument for parameter 'got' in 'void AutomatonTestBase.AssertEqual(StateSet<string> expected, StateSet<string> got)'.
Solution (macos-latest): Sources/SynKit/Tests/Automata.Tests/EpsilonNfaTests.cs#L54
Possible null reference argument for parameter 'other' in 'bool HashSet<string>.SetEquals(IEnumerable<string> other)'.
Solution (macos-latest): Sources/SynKit/Tests/Automata.Tests/NfaTests.cs#L46
Possible null reference argument for parameter 'other' in 'bool HashSet<string>.SetEquals(IEnumerable<string> other)'.
Solution (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Solution (windows-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/
Solution (windows-latest): Sources/SynKit/Libraries/Lexer/ICharStream.cs#L15
Missing XML comment for publicly visible type or member 'ICharStream.SourceFile'
Solution (windows-latest): Sources/SynKit/Libraries/Lexer/Token.cs#L23
Missing XML comment for publicly visible type or member 'Token<TKind>.Equals(Token<TKind>?)'
Solution (windows-latest): Sources/SynKit/Tests/Automata.Tests/AutomatonTestBase.cs#L45
Possible null reference argument for parameter 'got' in 'void AutomatonTestBase.AssertEqual(StateSet<string> expected, StateSet<string> got)'.
Solution (windows-latest): Sources/SynKit/Tests/Automata.Tests/NfaTests.cs#L46
Possible null reference argument for parameter 'other' in 'bool HashSet<string>.SetEquals(IEnumerable<string> other)'.
Solution (windows-latest): Sources/SynKit/Tests/Automata.Tests/EpsilonNfaTests.cs#L54
Possible null reference argument for parameter 'other' in 'bool HashSet<string>.SetEquals(IEnumerable<string> other)'.
Solution (windows-latest): Sources/SynKit/Libraries/C.Syntax/CToken.cs#L88
Dereference of a possibly null reference.
Solution (windows-latest): Sources/SynKit/Libraries/C.Syntax/CToken.cs#L88
Dereference of a possibly null reference.