This repository has been archived by the owner on Oct 9, 2024. It is now read-only.
Merge pull request #12 from StellarWitch7/cleaning #11
Annotations
10 warnings
test-windows-latest:
Moth/LLVM/Data/FuncType.cs#L79
'MethodType' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
test-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).
|
test-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).
|
test-windows-latest:
Moth/Utils.cs#L73
Cannot convert null literal to non-nullable reference type.
|
test-windows-latest:
Moth/Utils.cs#L77
Possible null reference assignment.
|
test-windows-latest:
Moth/LLVM/Data/Variable.cs#L8
Cannot convert null literal to non-nullable reference type.
|
test-windows-latest:
Moth/AST/Node/ThisNode.cs#L5
Cannot convert null literal to non-nullable reference type.
|
test-windows-latest:
Moth/Utils.cs#L100
Cannot convert null literal to non-nullable reference type.
|
test-windows-latest:
Moth/Utils.cs#L104
Possible null reference assignment.
|
test-windows-latest:
Moth/Utils.cs#L108
Cannot convert null literal to non-nullable reference type.
|