Skip to content

Merge pull request #93 from yantrajs/feature/sa-trie #317

Merge pull request #93 from yantrajs/feature/sa-trie

Merge pull request #93 from yantrajs/feature/sa-trie #317

Triggered via push October 29, 2023 16:13
Status Failure
Total duration 50s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 11 warnings
build: YantraJS.Core/Core/Storage/SAUint32Map.cs#L72
Field 'SAUint32Map<T>.storage' must be fully assigned before control is returned to the caller. Consider updating to language version 'preview' to auto-default the field.
build: YantraJS.Core/Core/Storage/SAUint32Map.cs#L72
Field 'SAUint32Map<T>.last' must be fully assigned before control is returned to the caller. Consider updating to language version 'preview' to auto-default the field.
build: YantraJS.Core/Core/Storage/SAUint32Map.cs#L72
Field 'SAUint32Map<T>.storage' must be fully assigned before control is returned to the caller. Consider updating to language version 'preview' to auto-default the field.
build: YantraJS.Core/Core/Storage/SAUint32Map.cs#L72
Field 'SAUint32Map<T>.last' must be fully assigned before control is returned to the caller. Consider updating to language version 'preview' to auto-default the field.
build: YantraJS.Core/Core/Storage/SAUint32Map.cs#L72
Field 'SAUint32Map<T>.storage' must be fully assigned before control is returned to the caller. Consider updating to language version 'preview' to auto-default the field.
build: YantraJS.Core/Core/Storage/SAUint32Map.cs#L72
Field 'SAUint32Map<T>.last' must be fully assigned before control is returned to the caller. Consider updating to language version 'preview' to auto-default the field.
build: YantraJS.Core/Core/Storage/SAUint32Map.cs#L72
Field 'SAUint32Map<T>.storage' must be fully assigned before control is returned to the caller. Consider updating to language version 'preview' to auto-default the field.
build: YantraJS.Core/Core/Storage/SAUint32Map.cs#L72
Field 'SAUint32Map<T>.last' must be fully assigned before control is returned to the caller. Consider updating to language version 'preview' to auto-default the field.
build
Process completed with exit code 1.
build
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: YantraJS.ExpressionCompiler/StackGuard.cs#L15
The variable 'r' is assigned but its value is never used
build: YantraJS.ExpressionCompiler/LambdaRewriter.cs#L122
Non-nullable field 'RootExpression' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: YantraJS.ExpressionCompiler/Generator/ILCodeGenerator.cs#L44
Non-nullable field 'closureRepository' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: YantraJS.ExpressionCompiler/Expressions/YLambdaExpression.cs#L18
Possible null reference return.
build: YantraJS.ExpressionCompiler/Generator/ILCodeGenerator.EmitParameters.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: YantraJS.ExpressionCompiler/Expressions/YExpression.cs#L518
Dereference of a possibly null reference.
build: YantraJS.ExpressionCompiler/ClosureSeparator/BoxParamter.cs#L13
Field 'BoxParamter.Parent' is never assigned to, and will always have its default value null
build: YantraJS.ExpressionCompiler/ClosureSeparator/BoxParamter.cs#L11
Field 'BoxParamter.Create' is never assigned to, and will always have its default value false
build: YantraJS.ExpressionCompiler/ClosureSeparator/BoxParamter.cs#L12
Field 'BoxParamter.Expression' is never assigned to, and will always have its default value null
build: YantraJS.ExpressionCompiler/ClosureSeparator/BoxParamter.cs#L14
Field 'BoxParamter.ParentParameter' is never assigned to, and will always have its default value null