typeql icon indicating copy to clipboard operation
typeql copied to clipboard

Ignoring repeated constraints

Open dmikhalin opened this issue 1 year ago • 0 comments

Problem to Solve

It seems that current typeql-rust ignores repeated constraints, but we have this scenario in BDD: https://github.com/vaticle/typedb-behaviour/blob/7675fefe3f3b555ce9db558fda27d5ac2314fb17/typeql/language/define.feature#L1263

Proposed Solution

Fix typeql-rust parser behaviour to make it consistent with java parser. This scenario is temporarily ignored.

dmikhalin avatar May 05 '23 13:05 dmikhalin