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
Somewhere there is something wrong: either with the docs describing expect behaviour (but the behaviour is not in line with the code), or the docs describing behaviour not congruent with the code as proven by the results and test suite.
The text was updated successfully, but these errors were encountered:
I forked the repo and there the code examples are correct, which is different from what is currently publicly visible on the website. Maybe someone forgot to do an update?
Btw, the q/--E> also got renamed to q/-E>, not in the published docs, but in the master branch of the doc repo it is correct.
This issue is reported with the assumption of the https://raw.githubusercontent.com/tinkerpop/blueprints/master/doc/images/graph-example-1.jpg graph in mind. Furthermore, this issue is a duplicate of clojurewerkz/ogre#68, I am (as described) not sure if this is a problem in the docs or in the actual code, I suspect the docs, hence me reporting it here too.
The documentation describes in the chapter "Traversals" that to query for the things Josh created we should do:
This throws an error:
After investigation into the test suite of the library I came across the following lines:
The first argument for
clojurewerkz.ogre.core/out
is expected to be a vector, instead of a keyword. The following code worked:Somewhere there is something wrong: either with the docs describing expect behaviour (but the behaviour is not in line with the code), or the docs describing behaviour not congruent with the code as proven by the results and test suite.
The text was updated successfully, but these errors were encountered: