Skip to content

feat: void functions #222

feat: void functions

feat: void functions #222

Triggered via pull request August 23, 2023 00:02
@silverhairssilverhairs
synchronize #44
functions
Status Failure
Total duration 25s
Artifacts

glox.yml

on: pull_request
analyze_and_test
14s
analyze_and_test
Fit to window
Zoom out
Zoom in

Annotations

3 errors
analyze_and_test
cannot use i (variable of type *Interpreter) as ast.StmtVisitor value in argument to stmt.Accept: *Interpreter does not implement ast.StmtVisitor (missing method VisitFunction)
analyze_and_test
cannot use i (variable of type *Interpreter) as ast.StmtVisitor value in argument to stmt.Accept: *Interpreter does not implement ast.StmtVisitor (missing method VisitFunction)
analyze_and_test
Process completed with exit code 1.