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 <spmva@...>
Date: 2018-09-27T12:49:41Z
TINKERPOP-2049 Added with(k) overload
Makes flag-like uses of with() a bit more succinct.
----
---