You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/09/27 17:22:00 UTC

[jira] [Commented] (TINKERPOP-2049) Single argument with() overload

    [ https://issues.apache.org/jira/browse/TINKERPOP-2049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16630763#comment-16630763 ] 

ASF GitHub Bot commented on TINKERPOP-2049:
-------------------------------------------

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.

----


> Single argument with() overload
> -------------------------------
>
>                 Key: TINKERPOP-2049
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2049
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: process
>    Affects Versions: 3.4.0
>            Reporter: stephen mallette
>            Assignee: stephen mallette
>            Priority: Major
>             Fix For: 3.4.0
>
>
> Add {{with(k)}} which is equivalent of {{with(k, true}}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)