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
of course this need to be fixed. The validator for the table was broken when I merged some proposition of @gnois. We forgot to update the ast-validate stuff.
According to
ast-validate.lua
, Tables are expected to be described in terms of thearray_entries
,hash_keys
andhash_values
properties.However,
lua-ast.lua
generates Tables as with a singlekeyvals
property which is essentially a list of pairs.As such the validation of AST trees containing Tables is currently failing.
The text was updated successfully, but these errors were encountered: