Skip to content

Merge pull request #85 from yantrajs/feature/big-int #302

Merge pull request #85 from yantrajs/feature/big-int

Merge pull request #85 from yantrajs/feature/big-int #302

Triggered via push June 18, 2023 13:50
Status Success
Total duration 1m 31s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
build
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
build
'EventTarget.CreateClass(JSContext, bool)' hides inherited member 'JSObject.CreateClass(JSContext, bool)'. Use the new keyword if hiding was intended.
build
The member 'JSObject.CreateClass(JSContext, bool)' does not hide an accessible member. The new keyword is not required.
build
'DataView.CreateClass(JSContext, bool)' hides inherited member 'JSObject.CreateClass(JSContext, bool)'. Use the new keyword if hiding was intended.
build: YantraJS.Core/Core/Objects/JSReflect.cs#L32
'JSReflect.DefineProperty(in Arguments)' hides inherited member 'JSObject.DefineProperty(in Arguments)'. Use the new keyword if hiding was intended.
build: YantraJS.Core/Core/Objects/JSReflect.cs#L94
'JSReflect.GetOwnPropertyDescriptor(in Arguments)' hides inherited member 'JSObject.GetOwnPropertyDescriptor(in Arguments)'. Use the new keyword if hiding was intended.
build: YantraJS.Core/Core/Objects/JSReflect.cs#L122
'JSReflect.GetPrototypeOf(in Arguments)' hides inherited member 'JSObject.GetPrototypeOf(in Arguments)'. Use the new keyword if hiding was intended.
build: YantraJS.Core/Core/Objects/JSReflect.cs#L162
'JSReflect.IsExtensible(in Arguments)' hides inherited member 'JSObject.IsExtensible(in Arguments)'. Use the new keyword if hiding was intended.
build: YantraJS.Core/Core/Objects/JSReflect.cs#L198
'JSReflect.PreventExtensions(in Arguments)' hides inherited member 'JSObject.PreventExtensions(in Arguments)'. Use the new keyword if hiding was intended.
build: YantraJS.Core/Core/Objects/JSReflect.cs#L258
'JSReflect.SetPrototypeOf(in Arguments)' hides inherited member 'JSObject.SetPrototypeOf(in Arguments)'. Use the new keyword if hiding was intended.
build
'JSReflect.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