You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2022/05/12 20:25:14 UTC

[GitHub] [tinkerpop] simonz-bq commented on a diff in pull request #1650: Adjust export of enum traversal operations

simonz-bq commented on code in PR #1650:
URL: https://github.com/apache/tinkerpop/pull/1650#discussion_r871779907


##########
gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/process/traversal/translator/GolangTranslatorTest.java:
##########
@@ -88,7 +88,7 @@ public void shouldTranslateGoNamedSteps() {
         assertEquals("g.V().Has(\"person\", \"name\", \"marko\").Where(gremlingo.T__.OutE().Count().Is(2).And(gremlingo.T__.Not(gremlingo.T__.InE().Count().Is(3))))", gremlinAsGo);
     }
 
-    // TODO AN-987: TraversalStrategy implementation in Gremlin-go
+    // TODO: TraversalStrategy implementation in Gremlin-go

Review Comment:
   Added a tracker for the missing translator logic. The implementation of strategies is done but aren't able to be translated yet.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org