You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by jwagenleitner <gi...@git.apache.org> on 2017/09/23 17:38:44 UTC

[GitHub] groovy pull request #605: GROOVY-8220: SC GroovyCastException on parameter f...

GitHub user jwagenleitner opened a pull request:

    https://github.com/apache/groovy/pull/605

    GROOVY-8220: SC GroovyCastException on parameter flow typing

    GROOVY-8157 introduced flow typing for parameters and this fix is
    required in order to track their assignments in `if` branches for
    temporary type assignments.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jwagenleitner/groovy 8220-ParameterFlowTyping

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/groovy/pull/605.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #605
    
----
commit ad5074b4db073ebefd1af21676675671a62f6064
Author: John Wagenleitner <jw...@apache.org>
Date:   2017-09-08T00:27:06Z

    GROOVY-8220: SC GroovyCastException on parameter flow typing
    
    GROOVY-8157 introduced flow typing for parameters and this fix is
    required in order to track their assignments in `if` branches for
    temporary type assignments.

----


---

[GitHub] groovy pull request #605: GROOVY-8220: SC GroovyCastException on parameter f...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/groovy/pull/605


---