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 2021/11/05 16:03:00 UTC

[jira] [Commented] (TINKERPOP-2524) Expand support for number types in grammar

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

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

spmallette opened a new pull request #1491:
URL: https://github.com/apache/tinkerpop/pull/1491


   https://issues.apache.org/jira/browse/TINKERPOP-2524
   
   Added byte, short, BigInteger, BigDecimal which basically just follows the pattern Java/Groovy have with a character suffix. While these literals have some specific use for Gremlin users they also have importance to the gherkin test suite where validating numeric semantics required a wider range of numeric types in the test definitions.
   
   All tests pass with `docker/build.sh -t -n -i`
   
   VOTE +1


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Expand support for number types in grammar
> ------------------------------------------
>
>                 Key: TINKERPOP-2524
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2524
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: language, test-suite
>    Affects Versions: 3.4.10
>            Reporter: Stephen Mallette
>            Priority: Minor
>
> Need byte, short, BigInteger types added. Not sure these are especially critical to Gremlin users but without them in the grammar they cant' be tested in Gherkin and then we can't write the tests to enforce all semantics.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)