Re: Groovy 2.5.3-SNAPSHOT join build error

2018-09-16 Thread Paul King
I have merged some changes to help with Jacoco integration and a fix related to short-comings around the modifiers for the GroovyObject methods either of which might be the cause. I was planning to send out an email to get further feedback because these on face value benign changes are rather broad

Re: Groovy 2.5.3-SNAPSHOT join build error

2018-09-16 Thread Remko Popma
One of the changes in 2.5.3 is a picocli upgrade. A potentially breaking change is that error messages for things like missing required options have been improved in picocli-3.6. If Nextflow uses picocli, and the tests verify the error message text, this may cause tests to fail. On Mon, Sep 17, 20

Groovy 2.5.3-SNAPSHOT join build error

2018-09-16 Thread Paolo Di Tommaso
The Nextflow joint build is failing with the latest snapshot version. http://ci.groovy-lang.org/viewLog.html?buildId=52435 Since I'm not replicate these errors I'm wondering if there's been any critical change in the latest 2.5.3-SNAPSHOT version. Cheers, Paolo