[jira] [Commented] (GROOVY-7941) MissingMethodException should limit argument types in getMessage()

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

[GitHub] groovy pull request #426: GROOVY-7941: MissingMethodException should limit a...

2016-09-19 Thread paulk-asert
GitHub user paulk-asert opened a pull request: https://github.com/apache/groovy/pull/426 GROOVY-7941: MissingMethodException should limit argument types in ge… …tMessage() You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (GROOVY-7941) MissingMethodException should limit argument types in getMessage()

2016-09-19 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15502420#comment-15502420 ] Paul King commented on GROOVY-7941: --- Thanks for creating the issue and attaching the patch. I created a

[jira] [Commented] (GROOVY-7941) MissingMethodException should limit argument types in getMessage()

2016-09-19 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15502423#comment-15502423 ] Paul King commented on GROOVY-7941: --- Given that we are limiting the number of characters devoted to

[jira] [Commented] (GROOVY-7941) MissingMethodException should limit argument types in getMessage()

2016-09-19 Thread Vlad Shtibin (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15503773#comment-15503773 ] Vlad Shtibin commented on GROOVY-7941: -- Thanks so much & noted for the future! >

[GitHub] groovy pull request #422: GROOVY-7922: Static type checking not strict enoug...

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

[jira] [Resolved] (GROOVY-7943) bump to Gradle 3.1

2016-09-19 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-7943. --- Resolution: Fixed Assignee: Paul King Fix Version/s: 2.5.0-beta-1 > bump to Gradle

[jira] [Updated] (GROOVY-6453) groovysh in Windows 7/8/10 doesn't support arrow keys and Del

2016-09-19 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-6453: -- Summary: groovysh in Windows 7/8/10 doesn't support arrow keys and Del (was: groovysh in Windows 7/8

[jira] [Resolved] (GROOVY-7922) Static type checking not strict enough in the presence of ambiguous method matching

2016-09-19 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wagenleitner resolved GROOVY-7922. --- Resolution: Fixed Assignee: John Wagenleitner Fix Version/s: 2.4.8

[GitHub] groovy pull request #427: Compatibility in 2.4.x with Gradle's classloader c...

2016-09-19 Thread jwagenleitner
GitHub user jwagenleitner opened a pull request: https://github.com/apache/groovy/pull/427 Compatibility in 2.4.x with Gradle's classloader cleanup Gradle has a cleanup mechanism in place that reflectively accesses the ClassInfo.klazz field. This change prevents an exception

[jira] [Updated] (GROOVY-6831) Access to static fields/properties from within nested classes is inconsistent

2016-09-19 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-6831: -- Summary: Access to static fields/properties from within nested classes is inconsistent (was: Access

[jira] [Created] (GROOVY-7943) bump to Gradle 3.1

2016-09-19 Thread Paul King (JIRA)
Paul King created GROOVY-7943: - Summary: bump to Gradle 3.1 Key: GROOVY-7943 URL: https://issues.apache.org/jira/browse/GROOVY-7943 Project: Groovy Issue Type: Task Reporter: Paul

[jira] [Resolved] (GROOVY-6637) CompileStatic when accessing parent class static properties produces access forbidden message with incorrect line number info

2016-09-19 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-6637. --- Resolution: Fixed Assignee: Paul King Fix Version/s: 2.4.3 This seems to be fixed. I