[
https://issues.apache.org/jira/browse/TINKERPOP-3130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17925086#comment-17925086
]
ASF GitHub Bot commented on TINKERPOP-3130:
-------------------------------------------
xiazcy commented on code in PR #3024:
URL: https://github.com/apache/tinkerpop/pull/3024#discussion_r1947320580
##########
gremlin-dotnet/src/Gremlin.Net/Process/Traversal/__.cs:
##########
@@ -470,6 +470,14 @@ public static GraphTraversal<object, object>
Difference(object differenceObject)
return new GraphTraversal<object,
object>().Difference(differenceObject);
}
+ /// <summary>
+ /// Spawns a <see cref="GraphTraversal{SType, EType}" /> and adds
the none step to that traversal.
Review Comment:
nit on docs
```suggestion
/// Spawns a <see cref="GraphTraversal{SType, EType}" /> and
adds the discard step to that traversal.
```
> Better consistency for none()/discard() usage
> ---------------------------------------------
>
> Key: TINKERPOP-3130
> URL: https://issues.apache.org/jira/browse/TINKERPOP-3130
> Project: TinkerPop
> Issue Type: Improvement
> Components: language, process
> Affects Versions: 3.7.3
> Reporter: Stephen Mallette
> Priority: Minor
>
> {{g.V().none().path()}} should work and does so in the console, but the
> grammar fails to parse it because it treats {{none()}} in a special way.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)