You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Stephen Mallette (Jira)" <ji...@apache.org> on 2024/02/29 23:30:00 UTC

[jira] [Created] (TINKERPOP-3059) Prevent repeated option() calls to merge steps

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)