Skip to content

Enhancement: allow RtlBranch to go to arbitrary destination. #1300

Enhancement: allow RtlBranch to go to arbitrary destination.

Enhancement: allow RtlBranch to go to arbitrary destination. #1300

Triggered via push September 2, 2024 12:58
Status Failure
Total duration 6m 13s
Artifacts

reko.yml

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

Annotations

3 errors and 31 warnings
build (ubuntu-latest)
Process completed with exit code 1.
build (windows-latest)
Process completed with exit code 1.
build (macos-13)
Process completed with exit code 1.
build (ubuntu-latest): src/Core/Memory/IMemory.cs#L198
'IByteAdressableMemory.TryReadBeUInt16(Address, out ushort)' hides inherited member 'IMemory.TryReadBeUInt16(Address, out ushort)'. Use the new keyword if hiding was intended.
build (ubuntu-latest): src/Core/Memory/IMemory.cs#L208
'IByteAdressableMemory.TryReadLeUInt16(Address, out ushort)' hides inherited member 'IMemory.TryReadLeUInt16(Address, out ushort)'. Use the new keyword if hiding was intended.
build (ubuntu-latest): src/Core/Memory/IMemory.cs#L238
'IByteAdressableMemory.TryReadBeUInt32(Address, out uint)' hides inherited member 'IMemory.TryReadBeUInt32(Address, out uint)'. Use the new keyword if hiding was intended.
build (ubuntu-latest): src/Core/Memory/IMemory.cs#L248
'IByteAdressableMemory.TryReadLeUInt32(Address, out uint)' hides inherited member 'IMemory.TryReadLeUInt32(Address, out uint)'. Use the new keyword if hiding was intended.
build (ubuntu-latest): src/Core/Memory/IMemory.cs#L278
'IByteAdressableMemory.TryReadBeUInt64(Address, out ulong)' hides inherited member 'IMemory.TryReadBeUInt64(Address, out ulong)'. Use the new keyword if hiding was intended.
build (ubuntu-latest): src/Core/Memory/IMemory.cs#L288
'IByteAdressableMemory.TryReadLeUInt64(Address, out ulong)' hides inherited member 'IMemory.TryReadLeUInt64(Address, out ulong)'. Use the new keyword if hiding was intended.
build (ubuntu-latest): src/Arch/Telink/TC32Architecture.cs#L46
Cannot convert null literal to non-nullable reference type.
build (ubuntu-latest): src/Environments/PalmOS/Traps.cs#L1415
The variable 'output' is assigned but its value is never used
build (ubuntu-latest): src/Environments/C64/C64BasicRewriter.cs#L552
'RtlEmitter.If(Expression, RtlInstruction)' is obsolete: 'RtlIf is going away soon: don't use it.'
build (ubuntu-latest): src/Core/Memory/IMemory.cs#L198
'IByteAdressableMemory.TryReadBeUInt16(Address, out ushort)' hides inherited member 'IMemory.TryReadBeUInt16(Address, out ushort)'. Use the new keyword if hiding was intended.
build (windows-latest): src/Core/Memory/IMemory.cs#L198
'IByteAdressableMemory.TryReadBeUInt16(Address, out ushort)' hides inherited member 'IMemory.TryReadBeUInt16(Address, out ushort)'. Use the new keyword if hiding was intended.
build (windows-latest): src/Core/Memory/IMemory.cs#L208
'IByteAdressableMemory.TryReadLeUInt16(Address, out ushort)' hides inherited member 'IMemory.TryReadLeUInt16(Address, out ushort)'. Use the new keyword if hiding was intended.
build (windows-latest): src/Core/Memory/IMemory.cs#L238
'IByteAdressableMemory.TryReadBeUInt32(Address, out uint)' hides inherited member 'IMemory.TryReadBeUInt32(Address, out uint)'. Use the new keyword if hiding was intended.
build (windows-latest): src/Core/Memory/IMemory.cs#L248
'IByteAdressableMemory.TryReadLeUInt32(Address, out uint)' hides inherited member 'IMemory.TryReadLeUInt32(Address, out uint)'. Use the new keyword if hiding was intended.
build (windows-latest): src/Core/Memory/IMemory.cs#L278
'IByteAdressableMemory.TryReadBeUInt64(Address, out ulong)' hides inherited member 'IMemory.TryReadBeUInt64(Address, out ulong)'. Use the new keyword if hiding was intended.
build (windows-latest): src/Core/Memory/IMemory.cs#L288
'IByteAdressableMemory.TryReadLeUInt64(Address, out ulong)' hides inherited member 'IMemory.TryReadLeUInt64(Address, out ulong)'. Use the new keyword if hiding was intended.
build (windows-latest): src/Arch/Telink/TC32Architecture.cs#L46
Cannot convert null literal to non-nullable reference type.
build (windows-latest): src/Decompiler/Scanning/FetFinder.cs#L53
The field 'FetFinder.uAddrMin' is never used
build (windows-latest): src/Decompiler/Analysis/FpuStackReturnGuesser.cs#L81
Field 'FpuStackReturnGuesser.Worker.changed' is never assigned to, and will always have its default value false
build (windows-latest): src/Decompiler/Scanning/FetFinder.cs#L52
The field 'FetFinder.uAddrMax' is never used
build (macos-13): src/Core/Memory/IMemory.cs#L198
'IByteAdressableMemory.TryReadBeUInt16(Address, out ushort)' hides inherited member 'IMemory.TryReadBeUInt16(Address, out ushort)'. Use the new keyword if hiding was intended.
build (macos-13): src/Core/Memory/IMemory.cs#L208
'IByteAdressableMemory.TryReadLeUInt16(Address, out ushort)' hides inherited member 'IMemory.TryReadLeUInt16(Address, out ushort)'. Use the new keyword if hiding was intended.
build (macos-13): src/Core/Memory/IMemory.cs#L238
'IByteAdressableMemory.TryReadBeUInt32(Address, out uint)' hides inherited member 'IMemory.TryReadBeUInt32(Address, out uint)'. Use the new keyword if hiding was intended.
build (macos-13): src/Core/Memory/IMemory.cs#L248
'IByteAdressableMemory.TryReadLeUInt32(Address, out uint)' hides inherited member 'IMemory.TryReadLeUInt32(Address, out uint)'. Use the new keyword if hiding was intended.
build (macos-13): src/Core/Memory/IMemory.cs#L278
'IByteAdressableMemory.TryReadBeUInt64(Address, out ulong)' hides inherited member 'IMemory.TryReadBeUInt64(Address, out ulong)'. Use the new keyword if hiding was intended.
build (macos-13): src/Core/Memory/IMemory.cs#L288
'IByteAdressableMemory.TryReadLeUInt64(Address, out ulong)' hides inherited member 'IMemory.TryReadLeUInt64(Address, out ulong)'. Use the new keyword if hiding was intended.
build (macos-13): src/Arch/Telink/TC32Architecture.cs#L46
Cannot convert null literal to non-nullable reference type.
build (macos-13): src/Decompiler/Scanning/FetFinder.cs#L52
The field 'FetFinder.uAddrMax' is never used
build (macos-13): src/Decompiler/Scanning/FetFinder.cs#L53
The field 'FetFinder.uAddrMin' is never used
build (macos-13): src/Decompiler/Analysis/FpuStackReturnGuesser.cs#L81
Field 'FpuStackReturnGuesser.Worker.changed' is never assigned to, and will always have its default value false
build (macos-13)
pkg-config 0.29.2_3 is already installed and up-to-date. To reinstall 0.29.2_3, run: brew reinstall pkg-config