You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Marko A. Rodriguez (JIRA)" <ji...@apache.org> on 2016/10/21 21:38:59 UTC

[jira] [Created] (TINKERPOP-1524) Bytecode.getXXXInstructions should return a List, not Iterable.

Marko A. Rodriguez created TINKERPOP-1524:
---------------------------------------------

             Summary: Bytecode.getXXXInstructions should return a List, not Iterable.
                 Key: TINKERPOP-1524
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1524
             Project: TinkerPop
          Issue Type: Improvement
          Components: language-variant, process
    Affects Versions: 3.2.3
            Reporter: Marko A. Rodriguez


Its pointless to return an iterable. Its not like its going to be that much data that we will ever need to stream it. Moreover, then we can do stuff like {{get(1)}} and {{size()}} more easily.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)