[jira] [Updated] (GROOVY-8410) Provide a common cache

2017-12-10 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-8410: --- Description: There are many cache implementation in Groovy, many of them are duplicated(e.g. cache

[jira] [Created] (GROOVY-8410) Provide a common cache

2017-12-10 Thread Daniel Sun (JIRA)
Daniel Sun created GROOVY-8410: -- Summary: Provide a common cache Key: GROOVY-8410 URL: https://issues.apache.org/jira/browse/GROOVY-8410 Project: Groovy Issue Type: Improvement Affects

[jira] [Commented] (GROOVY-8410) Provide a common cache

2017-12-10 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16285446#comment-16285446 ] Jochen Theodorou commented on GROOVY-8410: -- could you list what parts you are thinking of here

[jira] [Commented] (GROOVY-8410) Provide a common cache

2017-12-10 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16285480#comment-16285480 ] Daniel Sun commented on GROOVY-8410: Hi Jochen, Here are some caches I found in Groovy

[jira] [Commented] (GROOVY-8410) Provide a common cache

2017-12-10 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16285485#comment-16285485 ] Daniel Sun commented on GROOVY-8410: Here is the implementation of the common cache:

[jira] [Comment Edited] (GROOVY-8410) Provide a common cache

2017-12-10 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16285480#comment-16285480 ] Daniel Sun edited comment on GROOVY-8410 at 12/11/17 3:36 AM: -- Hi Jochen,

[jira] [Comment Edited] (GROOVY-8410) Provide a common cache

2017-12-10 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16285480#comment-16285480 ] Daniel Sun edited comment on GROOVY-8410 at 12/11/17 4:26 AM: -- Hi Jochen,

[jira] [Updated] (GROOVY-8410) Provide a common cache

2017-12-10 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-8410: --- Description: There are many cache implementation in Groovy, many of them are duplicated(e.g. cache

[jira] [Comment Edited] (GROOVY-8406) DefaultGroovyMethods missing Array support

2017-12-10 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16285190#comment-16285190 ] Paul King edited comment on GROOVY-8406 at 12/10/17 11:01 AM: -- If that is

[jira] [Commented] (GROOVY-8406) DefaultGroovyMethods missing Array support

2017-12-10 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16285140#comment-16285140 ] Paul King commented on GROOVY-8406: --- The {{Object}} variants obviously work. Are you really meaning

[jira] [Commented] (GROOVY-8406) DefaultGroovyMethods missing Array support

2017-12-10 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16285190#comment-16285190 ] Paul King commented on GROOVY-8406: --- If that is the case, here is the complete list of things which I

[jira] [Commented] (GROOVY-8406) DefaultGroovyMethods missing Array support

2017-12-10 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16285191#comment-16285191 ] Paul King commented on GROOVY-8406: --- Here is a sample test case for three of the methods: {code}