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
The ShortestPathPattern, which is the grammar non-terminal that contains both, shortestPath and allShortestPaths is still in the grammar specification. The specification files are the point of truth.
The EBNF files are generate for reader convenience from the grammar specification. So, it is a good question, why the production AnonymousPatternPart = PatternElement ; lacks | ShortestPathPattern. We have to investigate that.
That makes them not part of the main grammar artifact, but part of the legacy version of the artifacts. The legacy versions are also available on http://www.opencypher.org/resources.
This seems to be a mistake, however. The legacy mark was introduced in #98 but the Standardisation Scope document includes them. I would say that we should make sure that the grammar legacy markers are consistent with the document, by altering one or the other as appropriate.
I noticed that
shortestPath
&allShortestPaths
were removed from the grammar recently, I don't understand why.The text was updated successfully, but these errors were encountered: