ftsrg/ingraph

Check unbounded index range expression compilation

Closed this issue · 2 comments

Once they are parsed in the grammar (slizaa/slizaa-opencypher-xtext#34), ensure they compile correctly.

This has been superseded by (and fixed in) #344, also tests were added by @marci543.

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