feat: split decompilation to AST and Writer #33
Annotations
15 errors and 1 warning
test (22.x, ubuntu-latest):
src/decompiler/decompileAll.ts#L102
Argument of type '"INLINECALLDICT"' is not assignable to parameter of type '"XCHG" | "XCHG2" | "XCHG3" | "PUSH" | "PUSH2" | "PUSH3" | "POP" | "XCPU" | "XCPU2" | "XCPUXC" | "XC2PU" | "PUXC" | "PUXC2" | "PU2XC" | "PUXCPU" | "BLKSWAP" | "REVERSE" | "BLKDROP" | ... 653 more ... | "CDEPTHIX"'.
|
test (22.x, ubuntu-latest):
src/decompiler/decompileAll.ts#L109
Type '"CALLDICT"' is not comparable to type '"XCHG" | "XCHG2" | "XCHG3" | "PUSH" | "PUSH2" | "PUSH3" | "POP" | "XCPU" | "XCPU2" | "XCPUXC" | "XC2PU" | "PUXC" | "PUXC2" | "PU2XC" | "PUXCPU" | "BLKSWAP" | "REVERSE" | "BLKDROP" | ... 654 more ... | "unknown"'.
|
test (22.x, ubuntu-latest):
src/decompiler/decompileAll.ts#L111
Property 'code' does not exist on type 'never'.
|
test (22.x, ubuntu-latest):
src/decompiler/decompileAll.ts#L112
Property 'args' does not exist on type 'never'.
|
test (22.x, ubuntu-latest)
Process completed with exit code 2.
|
test (22.x, macos-latest):
src/decompiler/decompileAll.ts#L102
Argument of type '"INLINECALLDICT"' is not assignable to parameter of type '"XCHG" | "XCHG2" | "XCHG3" | "PUSH" | "PUSH2" | "PUSH3" | "POP" | "XCPU" | "XCPU2" | "XCPUXC" | "XC2PU" | "PUXC" | "PUXC2" | "PU2XC" | "PUXCPU" | "BLKSWAP" | "REVERSE" | "BLKDROP" | ... 653 more ... | "CDEPTHIX"'.
|
test (22.x, macos-latest):
src/decompiler/decompileAll.ts#L109
Type '"CALLDICT"' is not comparable to type '"XCHG" | "XCHG2" | "XCHG3" | "PUSH" | "PUSH2" | "PUSH3" | "POP" | "XCPU" | "XCPU2" | "XCPUXC" | "XC2PU" | "PUXC" | "PUXC2" | "PU2XC" | "PUXCPU" | "BLKSWAP" | "REVERSE" | "BLKDROP" | ... 654 more ... | "unknown"'.
|
test (22.x, macos-latest):
src/decompiler/decompileAll.ts#L111
Property 'code' does not exist on type 'never'.
|
test (22.x, macos-latest):
src/decompiler/decompileAll.ts#L112
Property 'args' does not exist on type 'never'.
|
test (22.x, macos-latest)
Process completed with exit code 2.
|
test (22.x, windows-latest):
src/decompiler/decompileAll.ts#L102
Argument of type '"INLINECALLDICT"' is not assignable to parameter of type '"XCHG" | "XCHG2" | "XCHG3" | "PUSH" | "PUSH2" | "PUSH3" | "POP" | "XCPU" | "XCPU2" | "XCPUXC" | "XC2PU" | "PUXC" | "PUXC2" | "PU2XC" | "PUXCPU" | "BLKSWAP" | "REVERSE" | "BLKDROP" | ... 653 more ... | "CDEPTHIX"'.
|
test (22.x, windows-latest):
src/decompiler/decompileAll.ts#L109
Type '"CALLDICT"' is not comparable to type '"XCHG" | "XCHG2" | "XCHG3" | "PUSH" | "PUSH2" | "PUSH3" | "POP" | "XCPU" | "XCPU2" | "XCPUXC" | "XC2PU" | "PUXC" | "PUXC2" | "PU2XC" | "PUXCPU" | "BLKSWAP" | "REVERSE" | "BLKDROP" | ... 654 more ... | "unknown"'.
|
test (22.x, windows-latest):
src/decompiler/decompileAll.ts#L111
Property 'code' does not exist on type 'never'.
|
test (22.x, windows-latest):
src/decompiler/decompileAll.ts#L112
Property 'args' does not exist on type 'never'.
|
test (22.x, windows-latest)
Process completed with exit code 1.
|
test (22.x, ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|