Skip to content

feat: split decompilation to AST and Writer #31

feat: split decompilation to AST and Writer

feat: split decompilation to AST and Writer #31

Triggered via pull request January 16, 2025 12:32
Status Failure
Total duration 1m 52s
Artifacts

ton-opcode.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 1 warning
test (22.x, ubuntu-latest): src/decompiler/decompileAll.ts#L100
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#L107
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#L109
Property 'code' does not exist on type 'never'.
test (22.x, ubuntu-latest): src/decompiler/decompileAll.ts#L110
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#L100
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#L107
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#L109
Property 'code' does not exist on type 'never'.
test (22.x, macos-latest): src/decompiler/decompileAll.ts#L110
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#L100
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#L107
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#L109
Property 'code' does not exist on type 'never'.
test (22.x, windows-latest): src/decompiler/decompileAll.ts#L110
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