This repository has been archived by the owner on Oct 9, 2024. It is now read-only.
Anon functions, but broken #5
Annotations
10 warnings
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).
|
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).
|
Moth/AST/ASTGenerator.cs#L23
Nullable value type may be null.
|
Moth/AST/ASTGenerator.cs#L68
Nullable value type may be null.
|
Moth/AST/ASTGenerator.cs#L75
Nullable value type may be null.
|
Moth/AST/ASTGenerator.cs#L80
Nullable value type may be null.
|
Moth/LLVM/Type.cs#L79
Cannot convert null literal to non-nullable reference type.
|
Moth/AST/ASTGenerator.cs#L107
Nullable value type may be null.
|
Moth/AST/ASTGenerator.cs#L111
Nullable value type may be null.
|
Moth/AST/ASTGenerator.cs#L135
Nullable value type may be null.
|
The logs for this run have expired and are no longer available.
Loading