You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "FlorianHockmann (GitHub)" <gi...@apache.org> on 2018/10/29 15:43:55 UTC

[GitHub] [tinkerpop] FlorianHockmann commented on issue #968: TINKERPOP-2078 Added AnonymousTraversalSource

I'm not sure I'm following what the problem exactly is. 

> C# preventing static import of Traversal in some cases mistaking it for a package name

But all you have to statically import is the class which is `Gremlin.Net.Process.Traversal.AnonymousTraversalSource` (taken from your changes in this PR). So, why doesn't it work if the method is named `Traversal`? I just renamed `Traversal_()` locally to `Traversal()` and didn't run into any problems.

In general, I would also like to avoid a workaround like `Traversal_()` if possible.

[ Full content available at: https://github.com/apache/tinkerpop/pull/968 ]
This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org