You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by spmallette <gi...@git.apache.org> on 2018/09/27 17:21:07 UTC

[GitHub] tinkerpop pull request #942: TINKERPOP-2049 Added with(k) overload

GitHub user spmallette opened a pull request:

    https://github.com/apache/tinkerpop/pull/942

    TINKERPOP-2049 Added with(k) overload

    https://issues.apache.org/jira/browse/TINKERPOP-2049
    
    Makes flag-like uses of with() a bit more succinct. Basically, the shorthand of `with(k,true)` is simply `with(k)`.
    
    All tests pass with `docker/build.sh -t -n -i`
    
    VOTE +1

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/tinkerpop TINKERPOP-2049

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tinkerpop/pull/942.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #942
    
----
commit 4025af9cf1cc521c80c4cbc6a30691d879e84659
Author: Stephen Mallette <sp...@...>
Date:   2018-09-27T12:49:41Z

    TINKERPOP-2049 Added with(k) overload
    
    Makes flag-like uses of with() a bit more succinct.

----


---

[GitHub] tinkerpop pull request #942: TINKERPOP-2049 Added with(k) overload

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/tinkerpop/pull/942


---

[GitHub] tinkerpop issue #942: TINKERPOP-2049 Added with(k) overload

Posted by robertdale <gi...@git.apache.org>.
Github user robertdale commented on the issue:

    https://github.com/apache/tinkerpop/pull/942
  
    VOTE +1


---

[GitHub] tinkerpop issue #942: TINKERPOP-2049 Added with(k) overload

Posted by dkuppitz <gi...@git.apache.org>.
Github user dkuppitz commented on the issue:

    https://github.com/apache/tinkerpop/pull/942
  
    VOTE +1


---

[GitHub] tinkerpop issue #942: TINKERPOP-2049 Added with(k) overload

Posted by robertdale <gi...@git.apache.org>.
Github user robertdale commented on the issue:

    https://github.com/apache/tinkerpop/pull/942
  
    VOTE +1


---