Skip to content

String perfomance improved #320

String perfomance improved

String perfomance improved #320

Triggered via push November 5, 2023 09:22
Status Success
Total duration 1m 29s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
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
The member 'JSObject.CreateClass(JSContext, bool)' does not hide an accessible member. The new keyword is not required.
build: YantraJS.Core/Core/Array/JSArrayPrototype.cs#L1115
'JSArray.ToString(in Arguments)' hides inherited member 'JSObject.ToString(in Arguments)'. Use the new keyword if hiding was intended.
build: YantraJS.Core/Core/Array/JSArrayPrototype.cs#L21
'JSArray.Constructor(in Arguments)' hides inherited member 'JSObject.Constructor(in Arguments)'. Use the new keyword if hiding was intended.
build: YantraJS.Core/Core/Array/JSArrayPrototype.cs#L184
'JSArray.Entries(in Arguments)' hides inherited member 'JSObject.Entries'. Use the new keyword if hiding was intended.
build: YantraJS.Core/Core/Array/JSArrayPrototype.cs#L456
'JSArray.Keys(in Arguments)' hides inherited member 'JSObject.Keys(in Arguments)'. Use the new keyword if hiding was intended.
build: YantraJS.Core/Core/Array/JSArrayPrototype.cs#L1128
'JSArray.Values(in Arguments)' hides inherited member 'JSObject.Values(in Arguments)'. Use the new keyword if hiding was intended.
build
'JSArray.CreateClass(JSContext, bool)' hides inherited member 'JSObject.CreateClass(JSContext, bool)'. Use the new keyword if hiding was intended.
build
The member 'JSBoolean.CreateClass(JSContext, bool)' does not hide an accessible member. The new keyword is not required.
build: YantraJS.Core/Core/Boolean/JSBoolean.cs#L14
'JSBoolean' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build
'JSMath.CreateClass(JSContext, bool)' hides inherited member 'JSObject.CreateClass(JSContext, bool)'. Use the new keyword if hiding was intended.
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/Expressions/YLambdaExpression.cs#L18
Possible null reference return.
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/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#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
build: YantraJS.ExpressionCompiler/ClosureSeparator/BoxParamter.cs#L11
Field 'BoxParamter.Create' is never assigned to, and will always have its default value false