[jira] [Resolved] (GROOVY-7705) CompileStatic closure accessing "thisObject" private field: setProperty instead of synthetic method

2016-01-13 Thread Shil Sinha (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shil Sinha resolved GROOVY-7705. Resolution: Fixed Fix Version/s: 2.5.0-beta-1 > CompileStatic closure accessing "thisObject"

[jira] [Assigned] (GROOVY-7705) CompileStatic closure accessing "thisObject" private field: setProperty instead of synthetic method

2016-01-13 Thread Shil Sinha (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shil Sinha reassigned GROOVY-7705: -- Assignee: Shil Sinha (was: Cédric Champeau) > CompileStatic closure accessing "thisObject" pr

[jira] [Commented] (GROOVY-7705) CompileStatic closure accessing "thisObject" private field: setProperty instead of synthetic method

2016-01-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15097412#comment-15097412 ] ASF GitHub Bot commented on GROOVY-7705: Github user asfgit closed the pull reque

[GitHub] groovy pull request: GROOVY-7705: Add bridge methods for setting p...

2016-01-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/229 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] groovy pull request:

2016-01-13 Thread jwagenleitner
Github user jwagenleitner commented on the pull request: https://github.com/apache/groovy/commit/606891d85bedbda8139882f41eef531f5752d99f#commitcomment-15437822 I think so. I've gone ahead and pushed to 2_4_X. Thanks. --- If your project is set up for it, you can reply to this emai

[jira] [Commented] (GROOVY-7621) Memory Leak (metaClassRegistry) unable to remove metaClass based on instances

2016-01-13 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15097294#comment-15097294 ] John Wagenleitner commented on GROOVY-7621: --- I did some testing of the script r

[jira] [Updated] (GROOVY-7729) DefaultGroovyMethods.sum(Iterable) is not CompileStatic aware

2016-01-13 Thread Fabiano Biagini (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabiano Biagini updated GROOVY-7729: Summary: DefaultGroovyMethods.sum(Iterable) is not CompileStatic aware (was: DefaultGroovy

[jira] [Commented] (GROOVY-7729) DefaultGroovyMethods.sum(Iterable self) is not CompileStatic aware

2016-01-13 Thread Fabiano Biagini (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15097204#comment-15097204 ] Fabiano Biagini commented on GROOVY-7729: - Sorry for the issue history flooding.

[jira] [Updated] (GROOVY-7729) DefaultGroovyMethods.sum(Iterable self) is not CompileStatic aware

2016-01-13 Thread Fabiano Biagini (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabiano Biagini updated GROOVY-7729: Description: {noformat} @groovy.transform.CompileStatic void bug() { int a = [1,2,3].su

[jira] [Updated] (GROOVY-7729) DefaultGroovyMethods.sum(Iterable self) is not CompileStatic aware

2016-01-13 Thread Fabiano Biagini (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabiano Biagini updated GROOVY-7729: Description: {noformat} @groovy.transform.CompileStatic void bug() { int a = [1,2,3].su

[jira] [Updated] (GROOVY-7729) DefaultGroovyMethods.sum(Iterable self) is not CompileStatic aware

2016-01-13 Thread Fabiano Biagini (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabiano Biagini updated GROOVY-7729: Description: {noformat} @groovy.transform.CompileStatic void bug() { int a = [1,2,3].su

[jira] [Updated] (GROOVY-7729) DefaultGroovyMethods.sum(Iterable self) is not CompileStatic aware

2016-01-13 Thread Fabiano Biagini (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabiano Biagini updated GROOVY-7729: Summary: DefaultGroovyMethods.sum(Iterable self) is not CompileStatic aware (was: STC erro

[jira] [Commented] (GROOVY-7621) Memory Leak (metaClassRegistry) unable to remove metaClass based on instances

2016-01-13 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15097160#comment-15097160 ] John Wagenleitner commented on GROOVY-7621: --- One problem with the test script i

[jira] [Updated] (GROOVY-7729) STC error on int range sum

2016-01-13 Thread Fabiano Biagini (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabiano Biagini updated GROOVY-7729: Summary: STC error on int range sum (was: STC error on array range sum plus costant) > ST

[jira] [Updated] (GROOVY-7729) STC error on array range sum plus costant

2016-01-13 Thread Fabiano Biagini (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabiano Biagini updated GROOVY-7729: Description: {noformat} @groovy.transform.CompileStatic void bug() { int[] a = [1,2,3]

[jira] [Updated] (GROOVY-7729) STC error on array range sum plus costant

2016-01-13 Thread Fabiano Biagini (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabiano Biagini updated GROOVY-7729: Component/s: groovy-jdk > STC error on array range sum plus costant > -

[jira] [Updated] (GROOVY-7729) STC error on array range sum plus costant

2016-01-13 Thread Fabiano Biagini (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabiano Biagini updated GROOVY-7729: Priority: Minor (was: Major) > STC error on array range sum plus costant > ---

[jira] [Updated] (GROOVY-7729) STC error on array range sum plus costant

2016-01-13 Thread Fabiano Biagini (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabiano Biagini updated GROOVY-7729: Component/s: (was: Static compilation) > STC error on array range sum plus costant > --

[jira] [Updated] (GROOVY-7729) STC error on array range sum plus costant

2016-01-13 Thread Fabiano Biagini (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabiano Biagini updated GROOVY-7729: Description: {noformat} @groovy.transform.CompileStatic void bug() { int[] a=[1,2,3]

[jira] [Updated] (GROOVY-7729) STC error on array range sum plus costant

2016-01-13 Thread Fabiano Biagini (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabiano Biagini updated GROOVY-7729: Component/s: Static compilation > STC error on array range sum plus costant > -

[jira] [Created] (GROOVY-7729) STC error on array range sum plus costant

2016-01-13 Thread Fabiano Biagini (JIRA)
Fabiano Biagini created GROOVY-7729: --- Summary: STC error on array range sum plus costant Key: GROOVY-7729 URL: https://issues.apache.org/jira/browse/GROOVY-7729 Project: Groovy Issue Type:

[GitHub] groovy pull request:

2016-01-13 Thread PascalSchumacher
Github user PascalSchumacher commented on the pull request: https://github.com/apache/groovy/commit/606891d85bedbda8139882f41eef531f5752d99f#commitcomment-15434092 I guess this could/should also be merged into 2.4.x What do you think? --- If your project is set up for it, you can rep