[jira] [Closed] (GROOVY-7550) Ecosystem page points to dead Codehaus links

2016-01-15 Thread Guillaume Laforge (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Laforge closed GROOVY-7550. - > Ecosystem page points to dead Codehaus links >

[GitHub] groovy pull request: Experimental compiler resolving improvement

2016-01-15 Thread blackdrag
Github user blackdrag closed the pull request at: https://github.com/apache/groovy/pull/125 --- 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 e

[jira] [Resolved] (GROOVY-7259) groovydoc only considers package level fields as properties even if you have a get and set methods declared

2016-01-15 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher resolved GROOVY-7259. --- Resolution: Fixed Assignee: Pascal Schumacher Fix Version/s: 2.5.0-bet

[jira] [Commented] (GROOVY-7259) groovydoc only considers package level fields as properties even if you have a get and set methods declared

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

[GitHub] groovy pull request: Bug Fix for GROOVY-7259

2016-01-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/3 --- 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 enable

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

2016-01-15 Thread Jason Winnebeck (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15102356#comment-15102356 ] Jason Winnebeck commented on GROOVY-7705: - Is it possible for this fix to also go

[GitHub] groovy pull request: Provide static reference for indy setting

2016-01-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/118 --- 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

[jira] [Commented] (GROOVY-7378) Spaces in JAVA_OPTS env var prevent launching of groovy

2016-01-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15102306#comment-15102306 ] ASF GitHub Bot commented on GROOVY-7378: Github user jwagenleitner commented on a

[GitHub] groovy pull request: GROOVY-7378: Support JAVA_OPTS containing quo...

2016-01-15 Thread jwagenleitner
Github user jwagenleitner commented on a diff in the pull request: https://github.com/apache/groovy/pull/5#discussion_r49890958 --- Diff: src/bin/startGroovy --- @@ -261,18 +261,18 @@ startGroovy ( ) { if $useprofiler ; then runProfiler else -

[jira] [Updated] (GROOVY-7723) propertyMissing(String,Object) called for missing getter

2016-01-15 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher updated GROOVY-7723: -- Affects Version/s: 2.4.0 > propertyMissing(String,Object) called for missing getter > -

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

2016-01-15 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher closed GROOVY-7729. - Resolution: Won't Fix Hi Fabiano, thanks for reporting. Sadly expressing the return type

[jira] [Resolved] (GROOVY-7105) Oracle Thin Driver Fails with an Exception in Groovy 2.3.x

2016-01-15 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher resolved GROOVY-7105. --- Resolution: Fixed Fix Version/s: 2.4.6 Pull request merged. Thanks! > Oracle

[jira] [Resolved] (GROOVY-4579) Integrate the Eclipse compiler as optional module

2016-01-15 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-4579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Theodorou resolved GROOVY-4579. -- Resolution: Won't Fix Fix Version/s: (was: 2.x) given the current story it i

[jira] [Updated] (GROOVY-3683) groovyc can't joint compile a Java class that uses a delegate method from a Groovy class with an @Delegate property annotation

2016-01-15 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-3683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Theodorou updated GROOVY-3683: - Issue Type: Bug (was: Sub-task) Parent: (was: GROOVY-4579) > groovyc can't j

[jira] [Resolved] (GROOVY-7709) NPE with ConvertedClosure

2016-01-15 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Theodorou resolved GROOVY-7709. -- Resolution: Fixed ah sorry, my mistake > NPE with ConvertedClosure > -

[jira] [Commented] (GROOVY-7497) GroovyDoc reports only last method of a script

2016-01-15 Thread Linus Geson (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15101569#comment-15101569 ] Linus Geson commented on GROOVY-7497: - I've encountered this problem as well using: G

[GitHub] groovy pull request: fixing alias for groovysh set prefs command

2016-01-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/240 --- 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: Groovy 2 4 x

2016-01-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/238 --- 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