WIP feat: new asm
parser
#1746
Annotations
20 errors and 1 warning
Backwards compat tests:
src/generator/writers/writeFunction.ts#L584
Argument of type '<U>(ctx: Context<U>) => U' is not assignable to parameter of type 'string'.
|
Backwards compat tests:
src/generator/writers/writeFunction.ts#L584
Argument of type '<U>(ctx: Context<U>) => U' is not assignable to parameter of type 'string'.
|
Backwards compat tests:
src/grammar/compare.ts#L148
Property 'instructions' does not exist on type 'AstAsmFunctionDef'.
|
Backwards compat tests:
src/grammar/compare.ts#L156
Property 'instructions' does not exist on type 'AstAsmFunctionDef'.
|
Backwards compat tests:
src/grammar/hash.ts#L228
Property 'instructions' does not exist on type 'AstAsmFunctionDef'.
|
Backwards compat tests:
src/prettyPrinter.ts#L196
This expression is not callable.
|
Backwards compat tests:
src/prettyPrinter.ts#L196
Argument of type 'AstExpression' is not assignable to parameter of type 'AstAsmPrimitive'.
|
Backwards compat tests:
src/prettyPrinter.ts#L206
This expression is not callable.
|
Backwards compat tests:
src/prettyPrinter.ts#L206
Argument of type 'AstExpression' is not assignable to parameter of type 'AstAsmPrimitive'.
|
Backwards compat tests:
src/prettyPrinter.ts#L217
This expression is not callable.
|
Build Tact compiler:
src/generator/writers/writeFunction.ts#L584
Argument of type '<U>(ctx: Context<U>) => U' is not assignable to parameter of type 'string'.
|
Build Tact compiler:
src/generator/writers/writeFunction.ts#L584
Argument of type '<U>(ctx: Context<U>) => U' is not assignable to parameter of type 'string'.
|
Build Tact compiler:
src/grammar/compare.ts#L148
Property 'instructions' does not exist on type 'AstAsmFunctionDef'.
|
Build Tact compiler:
src/grammar/compare.ts#L156
Property 'instructions' does not exist on type 'AstAsmFunctionDef'.
|
Build Tact compiler:
src/grammar/hash.ts#L228
Property 'instructions' does not exist on type 'AstAsmFunctionDef'.
|
Build Tact compiler:
src/prettyPrinter.ts#L196
This expression is not callable.
|
Build Tact compiler:
src/prettyPrinter.ts#L196
Argument of type 'AstExpression' is not assignable to parameter of type 'AstAsmPrimitive'.
|
Build Tact compiler:
src/prettyPrinter.ts#L206
This expression is not callable.
|
Build Tact compiler:
src/prettyPrinter.ts#L206
Argument of type 'AstExpression' is not assignable to parameter of type 'AstAsmPrimitive'.
|
Build Tact compiler:
src/prettyPrinter.ts#L217
This expression is not callable.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading