[
https://issues.apache.org/jira/browse/TINKERPOP-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16325567#comment-16325567
]
ASF GitHub Bot commented on TINKERPOP-1868:
-------------------------------------------
Github user FlorianHockmann commented on the issue:
https://github.com/apache/tinkerpop/pull/776
```
$ docker/build.sh -t -i
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache TinkerPop .................................. SUCCESS
[1:14.896s]
[INFO] Apache TinkerPop :: Gremlin Shaded ................ SUCCESS [17.284s]
[INFO] Apache TinkerPop :: Gremlin Core .................. SUCCESS
[1:00.729s]
[INFO] Apache TinkerPop :: Gremlin Test .................. SUCCESS [8.073s]
[INFO] Apache TinkerPop :: Gremlin Groovy ................ SUCCESS
[2:33.551s]
[INFO] Apache TinkerPop :: Gremlin Groovy Test ........... SUCCESS [5.123s]
[INFO] Apache TinkerPop :: TinkerGraph Gremlin ........... SUCCESS
[3:54.724s]
[INFO] Apache TinkerPop :: Gremlin Benchmark ............. SUCCESS [6.655s]
[INFO] Apache TinkerPop :: Gremlin Driver ................ SUCCESS
[1:15.868s]
[INFO] Apache TinkerPop :: Neo4j Gremlin ................. SUCCESS [1.776s]
[INFO] Apache TinkerPop :: Gremlin Server ................ SUCCESS
[9:36:46.546s]
[INFO] Apache TinkerPop :: Gremlin Python ................ SUCCESS
[1:38.416s]
[INFO] Apache TinkerPop :: Gremlin.Net ................... SUCCESS [2.961s]
[INFO] Apache TinkerPop :: Gremlin.Net - Source .......... SUCCESS [58.269s]
[INFO] Apache TinkerPop :: Gremlin.Net - Tests ........... SUCCESS [52.578s]
[INFO] Apache TinkerPop :: Hadoop Gremlin ................ SUCCESS
[8:02.139s]
[INFO] Apache TinkerPop :: Spark Gremlin ................. SUCCESS
[17:15.718s]
[INFO] Apache TinkerPop :: Giraph Gremlin ................ SUCCESS
[3:16:25.204s]
[INFO] Apache TinkerPop :: Gremlin Console ............... SUCCESS
[4:09.178s]
[INFO] Apache TinkerPop :: Gremlin Archetype ............. SUCCESS [0.261s]
[INFO] Apache TinkerPop :: Archetype - TinkerGraph ....... SUCCESS [25.908s]
[INFO] Apache TinkerPop :: Archetype - Server ............ SUCCESS [15.679s]
[INFO] Apache TinkerPop :: Archetype - DSL ............... SUCCESS [4.216s]
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 13:37:42.997s
[INFO] Finished at: Sun Jan 14 12:37:29 UTC 2018
[INFO] Final Memory: 169M/552M
[INFO]
------------------------------------------------------------------------
```
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
(v6.4.14#64029)