[GitHub] groovy pull request #354: Fix nested calls between @Lazy static properties

2016-06-23 Thread endSly
GitHub user endSly opened a pull request: https://github.com/apache/groovy/pull/354 Fix nested calls between @Lazy static properties Variable expressions lost owner class context cause they are wrapped into the holder class. Now variable initialization is handled by a private

[jira] [Commented] (GROOVY-7865) Better error message in the presence of Generics arity errors

2016-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346164#comment-15346164 ] ASF GitHub Bot commented on GROOVY-7865: GitHub user paulk-asert opened a pull request:

[GitHub] groovy pull request #353: GROOVY-7865: Better error message and earlier dete...

2016-06-23 Thread paulk-asert
GitHub user paulk-asert opened a pull request: https://github.com/apache/groovy/pull/353 GROOVY-7865: Better error message and earlier detection of Generics errors reworked version You can merge this pull request into a Git repository by running: $ git pull

[jira] [Created] (GROOVY-7873) Regression performance issue in string methods

2016-06-23 Thread Tadas Krivickas (JIRA)
Tadas Krivickas created GROOVY-7873: --- Summary: Regression performance issue in string methods Key: GROOVY-7873 URL: https://issues.apache.org/jira/browse/GROOVY-7873 Project: Groovy Issue

[jira] [Updated] (GROOVY-7873) Regression performance issue in string methods

2016-06-23 Thread Tadas Krivickas (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tadas Krivickas updated GROOVY-7873: Description: Starting with 2.4.7, performance in string processing (in certain scenarios)

[jira] [Updated] (GROOVY-7873) Regression performance issue in string methods

2016-06-23 Thread Tadas Krivickas (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tadas Krivickas updated GROOVY-7873: Attachment: test.groovy > Regression performance issue in string methods >

[jira] [Commented] (GROOVY-7870) Implicit returns of transformed binary expressions do not have line numbers when statically compiled

2016-06-23 Thread Shil Sinha (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346592#comment-15346592 ] Shil Sinha commented on GROOVY-7870: I have code ready for a PR, but I haven't had a chance to push

[jira] [Updated] (GROOVY-7872) Nested calls between @Lazy static properties throws MissingPropertyException

2016-06-23 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-7872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Endika GutiƩrrez updated GROOVY-7872: - Description: This piece of code throws {{MissingPropertyException}} {noformat} class

[jira] [Commented] (GROOVY-7870) Implicit returns of transformed binary expressions do not have line numbers when statically compiled

2016-06-23 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15347362#comment-15347362 ] Paul King commented on GROOVY-7870: --- Cool! No rush at all. I was just wondering whether I should look