[jira] [Closed] (GROOVY-8006) [parrot] Allow dropping 'def' or type in try with resources

2016-11-26 Thread Daniel.Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel.Sun closed GROOVY-8006. -- Resolution: Fixed > [parrot] Allow dropping 'def' or type in try with resources >

[jira] [Closed] (GROOVY-8005) [parrot] NPE when using try-with-resources with a missing semi-colon

2016-11-25 Thread Daniel.Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel.Sun closed GROOVY-8005. -- Resolution: Fixed > [parrot] NPE when using try-with-resources with a missing semi-colon >

[jira] [Commented] (GROOVY-8005) [parrot] NPE when using try-with-resources with a missing semi-colon

2016-11-25 Thread Daniel.Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15697484#comment-15697484 ] Daniel.Sun commented on GROOVY-8005: Fixed. > [parrot] NPE when using try-with-resources with a

[jira] [Closed] (GROOVY-8007) [parrot] Getting the groovydoc comment should work in scripts as well

2016-11-25 Thread Daniel.Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel.Sun closed GROOVY-8007. -- Resolution: Fixed > [parrot] Getting the groovydoc comment should work in scripts as well >

[jira] [Commented] (GROOVY-8007) [parrot] Getting the groovydoc comment should work in scripts as well

2016-11-25 Thread Daniel.Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15696199#comment-15696199 ] Daniel.Sun commented on GROOVY-8007: Fixed > [parrot] Getting the groovydoc comment should work in

[jira] [Comment Edited] (GROOVY-7977) Refine the implementation of LRUCache

2016-11-15 Thread Daniel.Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15667629#comment-15667629 ] Daniel.Sun edited comment on GROOVY-7977 at 11/15/16 4:50 PM: -- According to

[jira] [Commented] (GROOVY-7977) Refine the implementation of LRUCache

2016-11-15 Thread Daniel.Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15667629#comment-15667629 ] Daniel.Sun commented on GROOVY-7977: According the above discussion, the issue is fixed on parrot

[jira] [Updated] (GROOVY-7983) An issue about comparing arrays

2016-11-15 Thread Daniel.Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel.Sun updated GROOVY-7983: --- Description: {code} def a = new int[2][] def b = new int[2][][] assert a == b // expect failing

[jira] [Updated] (GROOVY-7977) Refine the implementation of LRUCache

2016-10-31 Thread Daniel.Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel.Sun updated GROOVY-7977: --- Attachment: text.html Hi John, I agree with you :) Cheers, Daniel.Sun 在 "John

[jira] [Updated] (GROOVY-7977) Refine the implementation of LRUCache

2016-10-31 Thread Daniel.Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel.Sun updated GROOVY-7977: --- Attachment: text.html Hi John, You can call me Daniel ;) The size of

[jira] [Updated] (GROOVY-7977) Refine the implementation of LRUCache

2016-10-30 Thread Daniel.Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel.Sun updated GROOVY-7977: --- Attachment: text.html Hi John, The synchronizedMap use single lock to synchronize all methods

[jira] [Updated] (GROOVY-7983) An issue about comparing arrays

2016-10-30 Thread Daniel.Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel.Sun updated GROOVY-7983: --- Description: {code:groovy} def a = new int[2][] def b = new int[2][][] assert a == b // expect

[jira] [Created] (GROOVY-7983) An issue about comparing arrays

2016-10-30 Thread Daniel.Sun (JIRA)
Daniel.Sun created GROOVY-7983: -- Summary: An issue about comparing arrays Key: GROOVY-7983 URL: https://issues.apache.org/jira/browse/GROOVY-7983 Project: Groovy Issue Type: Bug

[jira] [Updated] (GROOVY-7977) Refine the implementation of LRUCache

2016-10-28 Thread Daniel.Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel.Sun updated GROOVY-7977: --- Attachment: text.html I see. Thanks for your explanation in details :-) 在 "Ben Manes (JIRA)"

[jira] [Updated] (GROOVY-7977) Refine the implementation of LRUCache

2016-10-28 Thread Daniel.Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel.Sun updated GROOVY-7977: --- Attachment: text.html Hi Ben, Thanks for your suggestion. Because the lib will be included in

[jira] [Updated] (GROOVY-7977) Refine the implementation of LRUCache

2016-10-27 Thread Daniel.Sun (JIRA)
is executed concurrently in some big site, the concurrency will reduce to some extent. 在 "Daniel.Sun (JIRA)" <j...@apache.org>,2016年10月28日 上午3:47写道: [ https://issues.apache.org/jira/browse/GROOVY-7977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Da

[jira] [Created] (GROOVY-7977) Refine the implementation of LRUCache

2016-10-27 Thread Daniel.Sun (JIRA)
Daniel.Sun created GROOVY-7977: -- Summary: Refine the implementation of LRUCache Key: GROOVY-7977 URL: https://issues.apache.org/jira/browse/GROOVY-7977 Project: Groovy Issue Type: Improvement