You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on origin/luaeclipse, when generating an AST on faulty code. mlc.check_ast is not able to check it.
M> local ast = mlc.luastring_to_ast('local =') local status, error = mlc.check_ast(ast)
Evaluation error:
lib/metalua/treequery/walk.mlua:154: Invalid binders list
stack traceback:
[C]: in function 'assert'
lib/metalua/treequery/walk.mlua:154: in function <lib/metalua/treequery/walk.mlua:148>
(tail call): ?
lib/metalua/treequery/walk.mlua:72: in function '?'
lib/metalua/treequery/walk.mlua:171: in function 'stat'
lib/metalua/treequery/walk.mlua:121: in function '?'
lib/metalua/treequery/walk.mlua:171: in function 'f'
compiler/mlc.mlua:69: in function <compiler/mlc.mlua:44>
(tail call): ?
stdin:1: in main chunk
[C]: in function 'xpcall'
/d/metalua/build/lib/metalua/metaloop.mlua:56: in function 'run'
compiler/metalua.mlua:251: in function 'main'
compiler/metalua.mlua:258: in main chunk
(tail call): ?
[C]: ?
The text was updated successfully, but these errors were encountered:
Hi,
I'm on origin/luaeclipse, when generating an AST on faulty code.
mlc.check_ast
is not able to check it.The text was updated successfully, but these errors were encountered: