[GitHub] groovy pull request #805: Refine compileJava task

2018-10-06 Thread danielsun1106
GitHub user danielsun1106 opened a pull request: https://github.com/apache/groovy/pull/805 Refine compileJava task You can merge this pull request into a Git repository by running: $ git pull https://github.com/danielsun1106/groovy refine-compile-java-task Alternatively you

[GitHub] groovy pull request #805: Refine compileJava task

2018-10-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/805 ---

[jira] [Created] (GROOVY-8831) Add instance methods from `String` to `GString`

2018-10-06 Thread Daniel Sun (JIRA)
Daniel Sun created GROOVY-8831: -- Summary: Add instance methods from `String` to `GString` Key: GROOVY-8831 URL: https://issues.apache.org/jira/browse/GROOVY-8831 Project: Groovy Issue Type:

[jira] [Created] (GROOVY-8828) Union types incorrectly resolved

2018-10-06 Thread Kenzie Togami (JIRA)
Kenzie Togami created GROOVY-8828: - Summary: Union types incorrectly resolved Key: GROOVY-8828 URL: https://issues.apache.org/jira/browse/GROOVY-8828 Project: Groovy Issue Type: Bug

[jira] [Resolved] (GROOVY-8830) Bump spotbugs to 3.1.7

2018-10-06 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun resolved GROOVY-8830. Resolution: Fixed Fixed by 

[jira] [Commented] (GROOVY-8829) Bump spotbugs plugin to 1.6.4

2018-10-06 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16640706#comment-16640706 ] Daniel Sun commented on GROOVY-8829: Fixed by 

[jira] [Issue Comment Deleted] (GROOVY-8815) Inconsistent class file - undefined type parameter for trait implementer

2018-10-06 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-8815: Comment: was deleted (was: This patch fixed part of my issue.  Compilation from source does not

[jira] [Created] (GROOVY-8832) Type parameters for trait method and its bridge method

2018-10-06 Thread Eric Milles (JIRA)
Eric Milles created GROOVY-8832: --- Summary: Type parameters for trait method and its bridge method Key: GROOVY-8832 URL: https://issues.apache.org/jira/browse/GROOVY-8832 Project: Groovy Issue

[jira] [Updated] (GROOVY-8815) Inconsistent class file - undefined type parameter for trait implementer

2018-10-06 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-8815: External issue URL: https://github.com/groovy/groovy-eclipse/issues/733 > Inconsistent class file

[jira] [Created] (GROOVY-8829) Bump spotbugs plugin to 1.6.4

2018-10-06 Thread Daniel Sun (JIRA)
Daniel Sun created GROOVY-8829: -- Summary: Bump spotbugs plugin to 1.6.4 Key: GROOVY-8829 URL: https://issues.apache.org/jira/browse/GROOVY-8829 Project: Groovy Issue Type: Dependency upgrade

[jira] [Resolved] (GROOVY-8829) Bump spotbugs plugin to 1.6.4

2018-10-06 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun resolved GROOVY-8829. Resolution: Fixed Assignee: Daniel Sun Fix Version/s: 2.5.4

[jira] [Updated] (GROOVY-8830) Bump spotbugs to 3.1.7

2018-10-06 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-8830: --- Fix Version/s: 2.5.4 3.0.0-alpha-4 > Bump spotbugs to 3.1.7 >

[jira] [Updated] (GROOVY-8832) Type parameters for trait method and its bridge method

2018-10-06 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-8832: Description: This is related to GROOVY-8815. When compiling a class that implements the trait

[jira] [Commented] (GROOVY-8832) Type parameters for trait method and its bridge method

2018-10-06 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16640727#comment-16640727 ] Eric Milles commented on GROOVY-8832: - I can test for the unresolved type parameter in

[jira] [Updated] (GROOVY-8828) Union types incorrectly resolved

2018-10-06 Thread Kenzie Togami (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenzie Togami updated GROOVY-8828: -- Description: Using {{@CompileStatic}} breaks {{Map#put}} if the operand is a UnionType due

[jira] [Commented] (GROOVY-8831) Add instance methods from `String` to `GString`

2018-10-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16640725#comment-16640725 ] ASF GitHub Bot commented on GROOVY-8831: GitHub user danielsun1106 opened a pull request:

[GitHub] groovy pull request #806: GROOVY-8831: Add instance methods from `String` to...

2018-10-06 Thread danielsun1106
GitHub user danielsun1106 opened a pull request: https://github.com/apache/groovy/pull/806 GROOVY-8831: Add instance methods from `String` to `GString` You can merge this pull request into a Git repository by running: $ git pull https://github.com/danielsun1106/groovy

[jira] [Updated] (GROOVY-8832) Type parameters for trait method and its bridge method

2018-10-06 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-8832: Description: This is related to GROOVY-8815. When compiling a class that implements the trait

[jira] [Commented] (GROOVY-8805) GroovyScriptEngine reload fails when dependent class is deleted

2018-10-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16640606#comment-16640606 ] ASF GitHub Bot commented on GROOVY-8805: Github user asfgit closed the pull request at:

[jira] [Resolved] (GROOVY-8805) GroovyScriptEngine reload fails when dependent class is deleted

2018-10-06 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun resolved GROOVY-8805. Resolution: Fixed Assignee: Daniel Sun Fix Version/s: 3.0.0-alpha-4 The proposed

[jira] [Resolved] (GROOVY-8831) Add instance methods from `String` to `GString`

2018-10-06 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun resolved GROOVY-8831. Resolution: Fixed Fixed by 

[jira] [Commented] (GROOVY-8831) Add instance methods from `String` to `GString`

2018-10-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16640745#comment-16640745 ] ASF GitHub Bot commented on GROOVY-8831: Github user asfgit closed the pull request at:

[GitHub] groovy pull request #806: GROOVY-8831: Add instance methods from `String` to...

2018-10-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/806 ---

[jira] [Commented] (GROOVY-8409) Static compilation with generic function wrapping BiFunction causes GroovyCastException

2018-10-06 Thread Kenzie Togami (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16640944#comment-16640944 ] Kenzie Togami commented on GROOVY-8409: --- This is a pretty big blocker for {{@CompileStatic}} usage

[jira] [Updated] (GROOVY-8409) Static compilation with generic function wrapping BiFunction causes GroovyCastException

2018-10-06 Thread Shon Vella (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shon Vella updated GROOVY-8409: --- Description: I have a statically compiled class with a method that declares Generic type T as it's

[jira] [Comment Edited] (GROOVY-8409) Static compilation with generic function wrapping BiFunction causes GroovyCastException

2018-10-06 Thread Shon Vella (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16297491#comment-16297491 ] Shon Vella edited comment on GROOVY-8409 at 10/7/18 1:58 AM: - Since

[jira] [Commented] (GROOVY-8409) Static compilation with generic function wrapping BiFunction causes GroovyCastException

2018-10-06 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16640952#comment-16640952 ] Daniel Sun commented on GROOVY-8409: Hi [~kenzierocks], I tried to fix the issue, but time was not

[jira] [Updated] (GROOVY-8831) Add instance methods from `String` to `GString`

2018-10-06 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-8831: --- Description: The reason why we add {{String}} instance methods is to improve performance to some

[jira] [Reopened] (GROOVY-8831) Add instance methods from `String` to `GString`

2018-10-06 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun reopened GROOVY-8831: > Add instance methods from `String` to `GString` >