[ 
https://issues.apache.org/jira/browse/TINKERPOP-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16327748#comment-16327748
 ] 

ASF GitHub Bot commented on TINKERPOP-1868:
-------------------------------------------

Github user spmallette commented on the issue:

    https://github.com/apache/tinkerpop/pull/776
  
    ah - ok. i get what is happening now. thanks for clarifying. in that case:
    
    VOTE +1


> Support inject source step in Gremlin.Net
> -----------------------------------------
>
>                 Key: TINKERPOP-1868
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1868
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: dotnet
>    Affects Versions: 3.2.7, 3.3.1
>            Reporter: Florian Hockmann
>            Priority: Minor
>
> {{GraphTraversalSource}} has no {{Inject}} step in Gremlin.Net because it's 
> explicitly excluded in the GLV generation:
> {code}
> "sourceSpawnMethods": GraphTraversalSource.getMethods(). // SPAWN STEPS
>                         findAll { GraphTraversal.class.equals(it.returnType) 
> && !it.name.equals('inject')}.
> // ...
> {code}
> I don't know why {{inject}} is explicitly excluded here, but there should be 
> an implementation in {{GraphTraversalSource}} as the other GLVs also have 
> this step.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to