[ 
https://issues.apache.org/jira/browse/TINKERPOP-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stephen mallette closed TINKERPOP-1725.
---------------------------------------
       Resolution: Fixed
    Fix Version/s: 3.3.1
                   3.2.7

> DotNet GLV: Make traversal generation deterministic
> ---------------------------------------------------
>
>                 Key: TINKERPOP-1725
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1725
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: dotnet
>    Affects Versions: 3.2.5
>            Reporter: Jorge Bay
>            Assignee: Florian Hockmann
>            Priority: Minor
>             Fix For: 3.2.7, 3.3.1
>
>
> gremlin-dotnet {{GraphTraversal}} methods are generated using reflection, by 
> exploring the java methods and translating them into C# methods (see 
> gremlin-dotnet/pom.xml). The C# GLV uses varargs (parameter arrays are called 
> in C#) and a single method signature by name.
> The idea would be to select the more flexible signature from java for and 
> specify it manually into a map of some kind, like its currently being done 
> with {{methodsWithSpecificTypes}}, for the methods that return something 
> different than {{GraphTraversal<S , E>}}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to