[GitHub] groovy pull request #:

2018-01-31 Thread avafanasiev
Github user avafanasiev commented on the pull request: https://github.com/apache/groovy/commit/c24c0b7e6a67dcdf277207d4261cfa6f2b55031f#commitcomment-27234490 In src/main/java/org/codehaus/groovy/classgen/asm/InvocationWriter.java: In src/main/java/org/codehaus/groovy/classgen/asm

[GitHub] groovy pull request #:

2018-01-31 Thread avafanasiev
Github user avafanasiev commented on the pull request: https://github.com/apache/groovy/commit/c24c0b7e6a67dcdf277207d4261cfa6f2b55031f#commitcomment-27230133 In src/main/java/org/codehaus/groovy/classgen/asm/InvocationWriter.java: In src/main/java/org/codehaus/groovy/classgen/asm

[GitHub] groovy pull request #643: GROOVY-8241 SAM parameter type inference for expli...

2017-12-11 Thread avafanasiev
GitHub user avafanasiev opened a pull request: https://github.com/apache/groovy/pull/643 GROOVY-8241 SAM parameter type inference for explicit parameter It should fix GROOVY-8241, GROOVY-7061, GROOVY-8317. You can merge this pull request into a Git repository by running: $ git

[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

[GitHub] groovy pull request #602: GROOVY-8319: Improve smart type on list expression...

2017-09-15 Thread avafanasiev
GitHub user avafanasiev opened a pull request: https://github.com/apache/groovy/pull/602 GROOVY-8319: Improve smart type on list expressions I hope it should work like expected. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] groovy pull request #599: GROOVY-7721: Static type checking fails when compi...

2017-09-13 Thread avafanasiev
GitHub user avafanasiev opened a pull request: https://github.com/apache/groovy/pull/599 GROOVY-7721: Static type checking fails when compiling against a Java interface call Arrays is also covariants in java, so they should be also compared. Can't find exact documentation

[GitHub] groovy pull request #570: GROOVY-8240: Compilation error in @CompileStatic

2017-06-29 Thread avafanasiev
GitHub user avafanasiev opened a pull request: https://github.com/apache/groovy/pull/570 GROOVY-8240: Compilation error in @CompileStatic I have no idea why should generated methods should have receiver as declared class. It causes bug https://issues.apache.org/jira/browse/GROOVY