This repository has been archived by the owner on Oct 9, 2024. It is now read-only.
The wonders of a fresh perspective #30
Annotations
11 warnings
build-windows-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-windows-latest:
Moth/LLVM/Data/Function.cs#L78
'DefinedFunction.Name' hides inherited member 'Function.Name'. Use the new keyword if hiding was intended.
|
build-windows-latest:
Moth/LLVM/Data/Function.cs#L119
'DefinedFunction.FullName' hides inherited member 'Function.FullName'. Use the new keyword if hiding was intended.
|
build-windows-latest:
Moth/LLVM/Data/Function.cs#L141
'IntrinsicFunction.Name' hides inherited member 'Function.Name'. Use the new keyword if hiding was intended.
|
build-windows-latest:
Moth/LLVM/Data/FuncType.cs#L78
'MethodType' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
build-windows-latest:
Moth/LLVM/GenericDictionary.cs#L15
Nullability of reference types in type of parameter 'x' of 'bool GenericEqualityComparer.Equals(GenericSignature x, GenericSignature y)' doesn't match implicitly implemented member 'bool IEqualityComparer<GenericSignature>.Equals(GenericSignature? x, GenericSignature? y)' (possibly because of nullability attributes).
|
build-windows-latest:
Moth/LLVM/GenericDictionary.cs#L15
Nullability of reference types in type of parameter 'y' of 'bool GenericEqualityComparer.Equals(GenericSignature x, GenericSignature y)' doesn't match implicitly implemented member 'bool IEqualityComparer<GenericSignature>.Equals(GenericSignature? x, GenericSignature? y)' (possibly because of nullability attributes).
|
build-windows-latest:
Moth/AST/Node/ThisNode.cs#L5
Cannot convert null literal to non-nullable reference type.
|
build-windows-latest:
Moth/Utils.cs#L229
Cannot convert null literal to non-nullable reference type.
|
build-windows-latest:
Moth/Utils.cs#L233
Possible null reference assignment.
|
build-windows-latest:
Moth/Utils.cs#L256
Cannot convert null literal to non-nullable reference type.
|