Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Merge pull request #20 from StellarWitch7/dev #49

Merge pull request #20 from StellarWitch7/dev

Merge pull request #20 from StellarWitch7/dev #49

Triggered via push June 21, 2024 16:27
Status Success
Total duration 3m 14s
Artifacts

build.yml

on: push
Matrix: vuild
Fit to window
Zoom out
Zoom in

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/AST/Node/ConstSizeArrayTypeRefNode.cs#L21
'ConstSizeArrayTypeRefNode.GetSource()' hides inherited member 'TypeRefNode.GetSource()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build-windows-latest: Moth/AST/Node/ReturnNode.cs#L8
'ReturnNode.Expression' hides inherited member 'SingleExprNode.Expression'. Use the new keyword if hiding was intended.
build-windows-latest: Moth/AST/Node/TemplateTypeRefNode.cs#L15
'TemplateTypeRefNode.GetSource()' hides inherited member 'TypeRefNode.GetSource()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build-windows-latest: Moth/LLVM/Data/AbstractInt.cs#L8
'AbstractInt._internalImplicits' hides inherited member 'StructDecl._internalImplicits'. Use the new keyword if hiding was intended.
build-windows-latest: Moth/LLVM/Data/AbstractInt.cs#L6
'AbstractInt' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build-windows-latest: Moth/LLVM/Data/EnumDecl.cs#L95
Cannot convert null literal to non-nullable reference type.
build-windows-latest: Moth/LLVM/Data/EnumDecl.cs#L98
Cannot convert null literal to non-nullable reference type.
build-windows-latest: Moth/LLVM/Data/Function.cs#L59
'DefinedFunction.Name' hides inherited member 'Function.Name'. Use the new keyword if hiding was intended.
build-windows-latest: Moth/LLVM/Data/Function.cs#L161
'DefinedFunction.FullName' hides inherited member 'Function.FullName'. Use the new keyword if hiding was intended.
build-windows-latest: Moth/LLVM/Data/Function.cs#L214
'IntrinsicFunction.Name' hides inherited member 'Function.Name'. Use the new keyword if hiding was intended.