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
In a similar vein, declaring a custom string type, e.g.
VAR_CONFIG
main.foo.bar AT %IX1.0 : STRING[100];
END_VAR
currently leads to a panic in index::visitor::visit_global_var_block, src/index/visitor.rs:313:50 due to the custom string type not having a name. Not yet sure if this is also a parser issue (might be in the pre-processor), if not I'll open a separate issue once I've investigated further.
Describe the bug
Indexing any array variable within a
VAR_CONFIG
block currently reports a parsing error, e.g.will report
The text was updated successfully, but these errors were encountered: