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 2017/12/08 20:46:00 UTC

[jira] [Commented] (TINKERPOP-1851) Gremlin long options for -e and -i are not working properly

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

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

GitHub user spmallette opened a pull request:

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

    TINKERPOP-1851 Minor fix to allow long forms of -e and -i to work

    https://issues.apache.org/jira/browse/TINKERPOP-1851
    
    There was some special handling of the short forms that wasn't accounted for with the long forms. Pretty simple fix. Added lots of tests to ensure the different options were covered.
    
    I could have probably CTR'd this, but since we're in code freeze technically, I thought I'd ask for reviews.

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

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

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

    https://github.com/apache/tinkerpop/pull/765.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 #765
    
----
commit d217b821b30f34649b876fa1086bb6b21d364bf8
Author: Stephen Mallette <sp...@genoprime.com>
Date:   2017-12-08T20:40:13Z

    TINKERPOP-1851 Minor fix to allow long forms of -e and -i to work
    
    There was some special handling of the short forms that wasn't accounted for with the long forms. Pretty simple fix. Added lots of tests to ensure the different options were covered.

----


> Gremlin long options for -e and -i are not working properly
> -----------------------------------------------------------
>
>                 Key: TINKERPOP-1851
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1851
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: console
>    Affects Versions: 3.2.6
>            Reporter: stephen mallette
>            Assignee: stephen mallette
>
> The long forms of {{-e}} which is {{--execute}} and {{-i}} which is {{--interactive}} are not being processed properly. The console just seems to hang itself.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)