[jira] [Commented] (GROOVY-8330) Wrong 'Inconvertible types' error on casting interface

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

[GitHub] groovy pull request #607: GROOVY-8330: Wrong 'Inconvertible types' error on ...

2017-09-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/607 ---

[jira] [Created] (GROOVY-8331) Add support for Long to TimeCategory

2017-09-26 Thread Pablo Pazos (JIRA)
Pablo Pazos created GROOVY-8331: --- Summary: Add support for Long to TimeCategory Key: GROOVY-8331 URL: https://issues.apache.org/jira/browse/GROOVY-8331 Project: Groovy Issue Type: Bug

[jira] [Commented] (GROOVY-8330) Wrong 'Inconvertible types' error on casting interface

2017-09-26 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16181387#comment-16181387 ] Jochen Theodorou commented on GROOVY-8330: -- thanks for the pull request. On firs

[jira] [Commented] (GROOVY-8330) Wrong 'Inconvertible types' error on casting interface

2017-09-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16180888#comment-16180888 ] ASF GitHub Bot commented on GROOVY-8330: GitHub user avafanasiev opened a pull re

[GitHub] groovy pull request #607: GROOVY-8330: Wrong 'Inconvertible types' error on ...

2017-09-26 Thread avafanasiev
GitHub user avafanasiev opened a pull request: https://github.com/apache/groovy/pull/607 GROOVY-8330: Wrong 'Inconvertible types' error on casting interface Make cast error a little bit like java. You can merge this pull request into a Git repository by running: $ git pull http

[jira] [Updated] (GROOVY-8330) Wrong 'Inconvertible types' error on casting interface

2017-09-26 Thread Alexey Afanasiev (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Afanasiev updated GROOVY-8330: - Description: {code} import groovy.transform.CompileStatic interface A1{} interface A2 ex

[jira] [Updated] (GROOVY-8330) Wrong 'Inconvertible types' error on casting interface

2017-09-26 Thread Alexey Afanasiev (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Afanasiev updated GROOVY-8330: - Description: {code} import groovy.transform.CompileStatic interface A1{} interface A2 ex

[jira] [Updated] (GROOVY-8330) Wrong 'Inconvertible types' error on casting interface

2017-09-26 Thread Alexey Afanasiev (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Afanasiev updated GROOVY-8330: - Description: {code} import groovy.transform.CompileStatic interface A1{} interface A2 ex

[jira] [Created] (GROOVY-8330) Wrong 'Inconvertible types' error on casting interface

2017-09-26 Thread Alexey Afanasiev (JIRA)
Alexey Afanasiev created GROOVY-8330: Summary: Wrong 'Inconvertible types' error on casting interface Key: GROOVY-8330 URL: https://issues.apache.org/jira/browse/GROOVY-8330 Project: Groovy