You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "paolo di tommaso (JIRA)" <ji...@apache.org> on 2018/08/21 09:53:00 UTC

[jira] [Created] (GROOVY-8761) Exception in phase 'instruction selection'

paolo di tommaso created GROOVY-8761:
----------------------------------------

             Summary: Exception in phase 'instruction selection'
                 Key: GROOVY-8761
                 URL: https://issues.apache.org/jira/browse/GROOVY-8761
             Project: Groovy
          Issue Type: Bug
    Affects Versions: 2.5.2
            Reporter: paolo di tommaso


Upgrading to groovy 2.5.2 the compiler returns the following error message. 

 
{code:java}
BUG! exception in phase 'instruction selection' in source unit '/Users/pditommaso/projects/nextflow/src/main/groovy/nextflow/extension/TapOp.groovy' Tried to overwrite existing meta data org.codehaus.groovy.ast.expr.PropertyExpression@d9f41[object: org.codehaus.groovy.ast.expr.VariableExpression@d9f41[variable: this] property: ConstantExpression[outputs]].

{code}
 

The class under compilation can be found at [this link|https://github.com/nextflow-io/nextflow/blob/daded334b2478596d9821fb9049f91e05fc22699/src/main/groovy/nextflow/extension/TapOp.groovy#L36-L117]. the compilation is fine up to groovy 2.5.1

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)