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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
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.

Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)

     [ 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.

Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ 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.

Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ 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.

Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ 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.

Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ 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.

Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ 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.