Stephen Mallette created TINKERPOP-3059:
-------------------------------------------
Summary: Prevent repeated option() calls to merge steps
Key: TINKERPOP-3059
URL: https://issues.apache.org/jira/browse/TINKERPOP-3059
Project: TinkerPop
Issue Type: Improvement
Components: language, process
Affects Versions: 3.7.1
Reporter: Stephen Mallette
Could avoid some confusion if we prevented:
{code}
mergeV(...).
option(onCreate, ...).
option(onCreate, ...).
option(onCreate, ...)....
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)