[
https://issues.apache.org/jira/browse/TINKERPOP-2063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18094361#comment-18094361
]
ASF GitHub Bot commented on TINKERPOP-2063:
-------------------------------------------
GumpacG commented on code in PR #3495:
URL: https://github.com/apache/tinkerpop/pull/3495#discussion_r3538433513
##########
gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/GherkinTestRunner.cs:
##########
@@ -113,12 +113,6 @@ public void RunGherkinBasedTests(IMessageSerializer
messageSerializer)
continue;
}
- if (scenario.Tags.Concat(feature.Tags).Any(t => t.Name ==
"@StepTree"))
- {
- failedSteps.Add(scenario.Steps.First(), new
IgnoreException(IgnoreReason.TreeStepNotSupported));
Review Comment:
Good catch. Removed.
> Support for tree() and subgraph() in GLVs
> -----------------------------------------
>
> Key: TINKERPOP-2063
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2063
> Project: TinkerPop
> Issue Type: Improvement
> Components: dotnet, javascript, python
> Affects Versions: 3.3.3
> Reporter: Stephen Mallette
> Priority: Minor
>
> This is a bit of a placeholder to act as a reminder that there still remain
> some functionality that works on the JVM but does not work in GLVs. Need to
> think through ways to deal with that.
> Python - -subgraph- / tree
> Go - subgraph / tree
> .NET - subgraph /tree
> Javascript - subgraph / tree
--
This message was sent by Atlassian Jira
(v8.20.10#820010)