This repository has been archived by the owner on Oct 9, 2024. It is now read-only.
Merge pull request #16 from StellarWitch7/dev #44
Annotations
11 warnings
test-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/.
|
test-windows-latest:
Moth/LLVM/Data/AbstractInt.cs#L6
'AbstractInt' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
test-windows-latest:
Moth/LLVM/Data/Function.cs#L78
'DefinedFunction.Name' hides inherited member 'Function.Name'. Use the new keyword if hiding was intended.
|
test-windows-latest:
Moth/LLVM/Data/Function.cs#L118
'DefinedFunction.FullName' hides inherited member 'Function.FullName'. Use the new keyword if hiding was intended.
|
test-windows-latest:
Moth/LLVM/Data/Function.cs#L154
'IntrinsicFunction.Name' hides inherited member 'Function.Name'. Use the new keyword if hiding was intended.
|
test-windows-latest:
Moth/LLVM/Data/FuncType.cs#L78
'MethodType' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
test-windows-latest:
Moth/LLVM/Data/PtrType.cs#L69
'AspectPtrType' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
test-windows-latest:
Moth/LLVM/Data/PtrType.cs#L85
'RefType' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
test-windows-latest:
Moth/LLVM/Data/PtrType.cs#L117
'VarType' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
test-windows-latest:
Moth/LLVM/Data/TemplateParameter.cs#L12
Cannot convert null literal to non-nullable reference type.
|
test-windows-latest:
Moth/LLVM/LLVMCompiler.cs#L520
Cannot convert null literal to non-nullable reference type.
|