You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Chris Howe (JIRA)" <ji...@apache.org> on 2007/04/15 00:55:15 UTC

[jira] Created: (OFBIZ-891) Allow minlang's iterate to handle Iterator as list-name

Allow minlang's iterate to handle Iterator as list-name
-------------------------------------------------------

                 Key: OFBIZ-891
                 URL: https://issues.apache.org/jira/browse/OFBIZ-891
             Project: OFBiz (The Open for Business Project)
          Issue Type: Improvement
          Components: framework
            Reporter: Chris Howe


The simple-method <iterate> operation should be able to accept objects that are already iterators and not just lists that get turned into interators.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-891) Allow minlang's iterate to handle Iterator as list-name

Posted by "Chris Howe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Howe updated OFBIZ-891:
-----------------------------

    Attachment: MinilangIterate.patch

> Allow minlang's iterate to handle Iterator as list-name
> -------------------------------------------------------
>
>                 Key: OFBIZ-891
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-891
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: framework
>            Reporter: Chris Howe
>         Attachments: MinilangIterate.patch, MinilangIterate.patch
>
>
> The simple-method <iterate> operation should be able to accept objects that are already iterators and not just lists that get turned into interators.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-891) Allow minlang's iterate to handle Iterator as list-name

Posted by "Chris Howe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Howe updated OFBIZ-891:
-----------------------------

    Attachment: MinilangIterate.patch

v4 replaces tabs with spaces

> Allow minlang's iterate to handle Iterator as list-name
> -------------------------------------------------------
>
>                 Key: OFBIZ-891
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-891
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: framework
>            Reporter: Chris Howe
>         Attachments: MinilangIterate.patch, MinilangIterate.patch, MinilangIterate.patch, MinilangIterate.patch
>
>
> The simple-method <iterate> operation should be able to accept objects that are already iterators and not just lists that get turned into interators.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (OFBIZ-891) Allow minlang's iterate to handle Iterator as list-name

Posted by "Adam Heath (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Heath closed OFBIZ-891.
----------------------------


> Allow minlang's iterate to handle Iterator as list-name
> -------------------------------------------------------
>
>                 Key: OFBIZ-891
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-891
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>            Reporter: Chris Howe
>            Assignee: Adam Heath
>             Fix For: SVN trunk
>
>         Attachments: MinilangIterate.patch, MinilangIterate.patch, MinilangIterate.patch, MinilangIterate.patch
>
>
> The simple-method <iterate> operation should be able to accept objects that are already iterators and not just lists that get turned into interators.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-891) Allow minlang's iterate to handle Iterator as list-name

Posted by "Chris Howe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Howe updated OFBIZ-891:
-----------------------------

    Attachment: MinilangIterate.patch

Ands functionality for list-name in <iterate> in simple methods to already be an iterator. 

> Allow minlang's iterate to handle Iterator as list-name
> -------------------------------------------------------
>
>                 Key: OFBIZ-891
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-891
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: framework
>            Reporter: Chris Howe
>         Attachments: MinilangIterate.patch, MinilangIterate.patch
>
>
> The simple-method <iterate> operation should be able to accept objects that are already iterators and not just lists that get turned into interators.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-891) Allow minlang's iterate to handle Iterator as list-name

Posted by "Chris Howe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Howe updated OFBIZ-891:
-----------------------------

    Attachment: MinilangIterate.patch

MinilangIterate.patch v3

reuses code more efficiently

> Allow minlang's iterate to handle Iterator as list-name
> -------------------------------------------------------
>
>                 Key: OFBIZ-891
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-891
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: framework
>            Reporter: Chris Howe
>         Attachments: MinilangIterate.patch, MinilangIterate.patch, MinilangIterate.patch
>
>
> The simple-method <iterate> operation should be able to accept objects that are already iterators and not just lists that get turned into interators.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (OFBIZ-891) Allow minlang's iterate to handle Iterator as list-name

Posted by "Adam Heath (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Heath resolved OFBIZ-891.
------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk
         Assignee: Adam Heath

Applied something similiar to trunk version 815936.

> Allow minlang's iterate to handle Iterator as list-name
> -------------------------------------------------------
>
>                 Key: OFBIZ-891
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-891
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>            Reporter: Chris Howe
>            Assignee: Adam Heath
>             Fix For: SVN trunk
>
>         Attachments: MinilangIterate.patch, MinilangIterate.patch, MinilangIterate.patch, MinilangIterate.patch
>
>
> The simple-method <iterate> operation should be able to accept objects that are already iterators and not just lists that get turned into interators.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.