Merge pull request #247 from vein-lang/feature/initial-generics #379
Annotations
3 errors and 13 warnings
test/vc_test/module_test.cs#L38
'VeinMethod' does not contain a definition for 'Arguments' and no accessible extension method 'Arguments' accepting a first argument of type 'VeinMethod' could be found (are you missing a using directive or an assembly reference?)
|
test/vc_test/module_test.cs#L38
'VeinMethod' does not contain a definition for 'Arguments' and no accessible extension method 'Arguments' accepting a first argument of type 'VeinMethod' could be found (are you missing a using directive or an assembly reference?)
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v1, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1, 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/
|
runtime/ishtar.base/emit/ExceptionBlockInfo.cs#L35
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
runtime/ishtar.base/emit/ExceptionBlockInfo.cs#L57
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
runtime/ishtar.base/emit/ILGenerator.cs#L393
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
lib/ast/syntax/ast/expressions/IdentifierExpression.cs#L24
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
lib/ast/syntax/ast/expressions/IdentifierExpression.cs#L17
Nullability of reference types in type of parameter 'other' of 'bool IdentifierExpression.Equals(IdentifierExpression other)' doesn't match implicitly implemented member 'bool IEquatable<IdentifierExpression>.Equals(IdentifierExpression? other)' (possibly because of nullability attributes).
|
lib/ast/syntax/ast/expressions/LiteralExpressionSyntax.cs#L11
Cannot convert null literal to non-nullable reference type.
|
lib/ast/syntax/ast/AliasSyntax.cs#L22
'AliasSyntax.SetPos(Position, int)' hides inherited member 'BaseSyntax.SetPos(Position, int)'. Use the new keyword if hiding was intended.
|
lib/ast/syntax/ast/BaseSyntax.cs#L28
Cannot convert null literal to non-nullable reference type.
|
lib/ast/syntax/ast/BaseSyntax.cs#L31
Cannot convert null literal to non-nullable reference type.
|
lib/ast/syntax/ast/ClassDeclarationSyntax.cs#L59
Cannot convert null literal to non-nullable reference type.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "linux-x64-build", "osx-x64-build", "win-x64-build".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job failed
Loading