You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/08 16:00:05 UTC

[jira] [Commented] (GROOVY-8223) Multiple Return Values @CompileStatic Tuple#<> working

    [ https://issues.apache.org/jira/browse/GROOVY-8223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17317294#comment-17317294 ] 

Eric Milles commented on GROOVY-8223:
-------------------------------------

The [static compiled test case|#comment-16963335] still fails with STC error in Groovy 3.0.7.

> Multiple Return Values @CompileStatic Tuple#<> working
> ------------------------------------------------------
>
>                 Key: GROOVY-8223
>                 URL: https://issues.apache.org/jira/browse/GROOVY-8223
>             Project: Groovy
>          Issue Type: New Feature
>          Components: Compiler
>            Reporter: Constance Eustace
>            Assignee: Daniel Sun
>            Priority: Major
>             Fix For: 3.0.0-beta-3
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> @COmpileStatic seems to bomb with 2.4 if I have:
> 1) a static util function such as:
>     class blah {
>         static Tuple2<String,Integer> dostuff() { new Tuple2<>("string",55) }
>     }
> 2) invoke via:
> def (String mystr, Integer myint) = dostuff()
> With @CompileStatic, that all bombs.
> Alternatively, tried using getAt overrides, also did not work, but that would lack typing infor necessary for @CompileStatic. But the Tuple2 should have the necessary type info...
> I would think this could be done... I might try to do it, but I'd like to file the issue



--
This message was sent by Atlassian Jira
(v8.3.4#803005)