Check unbounded index range expression compilation
Closed this issue · 2 comments
jmarton commented
Once they are parsed in the grammar (slizaa/slizaa-opencypher-xtext#34), ensure they compile correctly.
jmarton commented
marci543 commented
The fix in slizaa/slizaa-opencypher-xtext@eaef8ba only describes variable-length paths. The index range expressions are defined elsewhere.
The https://github.com/FTSRG/ingraph/tree/hotfix-index-range-expression-306 branch adds a test for index range expressions at edf4858.
The parsing error still occurs: https://travis-ci.org/FTSRG/ingraph/builds/408007001#L1643