Limited string templates: \(identifier) #10165
Annotations
6 errors and 1 warning
Test:
runtime/compiler/compiler.go#L37
cannot use &Compiler{} (value of type *Compiler) as ast.ExpressionVisitor[ir.Expr] value in variable declaration: *Compiler does not implement ast.ExpressionVisitor[ir.Expr] (missing method VisitStringTemplateExpression)
|
Test:
runtime/compiler/compiler.go#L65
cannot use compiler (variable of type *Compiler) as ast.ExpressionVisitor[ir.Expr] value in argument to ast.AcceptExpression[ir.Expr]: *Compiler does not implement ast.ExpressionVisitor[ir.Expr] (missing method VisitStringTemplateExpression)
|
Test:
runtime/compiler/compiler.go#L121
cannot use compiler (variable of type *Compiler) as ast.ExpressionVisitor[ir.Expr] value in argument to ast.AcceptExpression[ir.Expr]: *Compiler does not implement ast.ExpressionVisitor[ir.Expr] (missing method VisitStringTemplateExpression)
|
Test:
runtime/compiler/compiler.go#L234
cannot use compiler (variable of type *Compiler) as ast.ExpressionVisitor[ir.Expr] value in argument to ast.AcceptExpression[ir.Expr]: *Compiler does not implement ast.ExpressionVisitor[ir.Expr] (missing method VisitStringTemplateExpression)
|
Test:
runtime/compiler/compiler.go#L235
cannot use compiler (variable of type *Compiler) as ast.ExpressionVisitor[ir.Expr] value in argument to ast.AcceptExpression[ir.Expr]: *Compiler does not implement ast.ExpressionVisitor[ir.Expr] (missing method VisitStringTemplateExpression)
|
Test
Process completed with exit code 2.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@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