[
https://issues.apache.org/jira/browse/TINKERPOP-1996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16560572#comment-16560572
]
ASF GitHub Bot commented on TINKERPOP-1996:
-------------------------------------------
Github user dkuppitz commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/893#discussion_r205930660
--- Diff:
gremlin-dotnet/src/Gremlin.Net/Process/Traversal/GraphTraversal.cs ---
@@ -1704,11 +1713,11 @@ public
GraphTraversal(ICollection<ITraversalStrategy> traversalStrategies, Bytec
}
/// <summary>
- /// Adds the with step to this <see
cref="GraphTraversal{SType, EType}" />.
--- End diff --
This is a bit confusing. Why did `With` disappear?
> Introduce read() and write() steps
> ----------------------------------
>
> Key: TINKERPOP-1996
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1996
> Project: TinkerPop
> Issue Type: Improvement
> Components: io, process
> Affects Versions: 3.4.0
> Reporter: stephen mallette
> Assignee: stephen mallette
> Priority: Major
> Labels: deprecation
> Fix For: 3.4.0
>
>
> Make {{read()}} and {{write()}} steps the replacements for {{graph.io()}} so
> that these operations are simply part of the Gremlin language.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)