You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@groovy.apache.org by Paul King <pa...@asert.com.au> on 2018/03/06 11:41:17 UTC

Upcoming RC release for 2.5.0

I am hoping to do the first RC release of 2.5.0 late this week or next
week. The plan being for a release in time for or during Greach. I still
have a bunch of bugs on my list to be fixed before then, so I can't narrow
it down more than that at this stage. Please work on any changes you want
in for the release and any testing is greatly appreciated.

Cheers, Paul.

Re: Upcoming RC release for 2.5.0

Posted by Paolo Di Tommaso <pa...@gmail.com>.
Hi,

The nextflow joint build is still using 2.5.0-beta-3. I think it should use
the 2.5.0-SNAPSHOT, right?


Cheers,
Paolo


On Tue, Mar 6, 2018 at 9:12 PM, Paolo Di Tommaso <pa...@gmail.com>
wrote:

> I've double checked this and the compilation fails also locally using
> `2.5.0-SNAPSHOT`.
>
> I've managed to compile successfully using `2.5.0-beta-3` instead.
>
>
> Cheers,
> Paolo
>
>
> On Tue, Mar 6, 2018 at 2:29 PM, Paul King <pa...@asert.com.au> wrote:
>
>> I temporarily set CI_GROOVY_VERSION for that joint build to 2.5.0-beta-3
>> but it seems to have been set to 2.4.13 regardless. Do you get the same
>> errors locally as we are seeing on the CI server?
>>
>>
>> On Tue, Mar 6, 2018 at 10:51 PM, Paolo Di Tommaso <
>> paolo.ditommaso@gmail.com> wrote:
>>
>>> The nextflow joint build is failing badly with the current snapshot :
>>>
>>> http://ci.groovy-lang.org/viewLog.html?buildId=47703&tab=bui
>>> ldResultsDiv&buildTypeId=JointBuilds_Nextflow_Groovy25xJointBuild#
>>>
>>> It seems it's unable static compiled classes are unable to resolve
>>> extension methods such the ones defined in this class
>>> <https://github.com/nextflow-io/nextflow/blob/af3ce867c54f48ea1af227df4f657aeec1da92ed/subprojects/nxf-commons/src/main/nextflow/extension/Bolts.groovy#L53>
>>> .
>>>
>>>
>>> p
>>>
>>> On Tue, Mar 6, 2018 at 12:41 PM, Paul King <pa...@asert.com.au> wrote:
>>>
>>>>
>>>> I am hoping to do the first RC release of 2.5.0 late this week or next
>>>> week. The plan being for a release in time for or during Greach. I still
>>>> have a bunch of bugs on my list to be fixed before then, so I can't narrow
>>>> it down more than that at this stage. Please work on any changes you want
>>>> in for the release and any testing is greatly appreciated.
>>>>
>>>> Cheers, Paul.
>>>>
>>>>
>>>
>>
>

Re: Upcoming RC release for 2.5.0

Posted by Paolo Di Tommaso <pa...@gmail.com>.
I've double checked this and the compilation fails also locally using
`2.5.0-SNAPSHOT`.

I've managed to compile successfully using `2.5.0-beta-3` instead.


Cheers,
Paolo


On Tue, Mar 6, 2018 at 2:29 PM, Paul King <pa...@asert.com.au> wrote:

> I temporarily set CI_GROOVY_VERSION for that joint build to 2.5.0-beta-3
> but it seems to have been set to 2.4.13 regardless. Do you get the same
> errors locally as we are seeing on the CI server?
>
>
> On Tue, Mar 6, 2018 at 10:51 PM, Paolo Di Tommaso <
> paolo.ditommaso@gmail.com> wrote:
>
>> The nextflow joint build is failing badly with the current snapshot :
>>
>> http://ci.groovy-lang.org/viewLog.html?buildId=47703&tab=bui
>> ldResultsDiv&buildTypeId=JointBuilds_Nextflow_Groovy25xJointBuild#
>>
>> It seems it's unable static compiled classes are unable to resolve
>> extension methods such the ones defined in this class
>> <https://github.com/nextflow-io/nextflow/blob/af3ce867c54f48ea1af227df4f657aeec1da92ed/subprojects/nxf-commons/src/main/nextflow/extension/Bolts.groovy#L53>
>> .
>>
>>
>> p
>>
>> On Tue, Mar 6, 2018 at 12:41 PM, Paul King <pa...@asert.com.au> wrote:
>>
>>>
>>> I am hoping to do the first RC release of 2.5.0 late this week or next
>>> week. The plan being for a release in time for or during Greach. I still
>>> have a bunch of bugs on my list to be fixed before then, so I can't narrow
>>> it down more than that at this stage. Please work on any changes you want
>>> in for the release and any testing is greatly appreciated.
>>>
>>> Cheers, Paul.
>>>
>>>
>>
>

Re: Upcoming RC release for 2.5.0

Posted by Paul King <pa...@asert.com.au>.
I temporarily set CI_GROOVY_VERSION for that joint build to 2.5.0-beta-3
but it seems to have been set to 2.4.13 regardless. Do you get the same
errors locally as we are seeing on the CI server?


On Tue, Mar 6, 2018 at 10:51 PM, Paolo Di Tommaso <paolo.ditommaso@gmail.com
> wrote:

> The nextflow joint build is failing badly with the current snapshot :
>
> http://ci.groovy-lang.org/viewLog.html?buildId=47703&tab=
> buildResultsDiv&buildTypeId=JointBuilds_Nextflow_Groovy25xJointBuild#
>
> It seems it's unable static compiled classes are unable to resolve
> extension methods such the ones defined in this class
> <https://github.com/nextflow-io/nextflow/blob/af3ce867c54f48ea1af227df4f657aeec1da92ed/subprojects/nxf-commons/src/main/nextflow/extension/Bolts.groovy#L53>
> .
>
>
> p
>
> On Tue, Mar 6, 2018 at 12:41 PM, Paul King <pa...@asert.com.au> wrote:
>
>>
>> I am hoping to do the first RC release of 2.5.0 late this week or next
>> week. The plan being for a release in time for or during Greach. I still
>> have a bunch of bugs on my list to be fixed before then, so I can't narrow
>> it down more than that at this stage. Please work on any changes you want
>> in for the release and any testing is greatly appreciated.
>>
>> Cheers, Paul.
>>
>>
>

Re: Upcoming RC release for 2.5.0

Posted by Paolo Di Tommaso <pa...@gmail.com>.
The nextflow joint build is failing badly with the current snapshot :

http://ci.groovy-lang.org/viewLog.html?buildId=47703&tab=buildResultsDiv&
buildTypeId=JointBuilds_Nextflow_Groovy25xJointBuild#

It seems it's unable static compiled classes are unable to resolve
extension methods such the ones defined in this class
<https://github.com/nextflow-io/nextflow/blob/af3ce867c54f48ea1af227df4f657aeec1da92ed/subprojects/nxf-commons/src/main/nextflow/extension/Bolts.groovy#L53>
.


p

On Tue, Mar 6, 2018 at 12:41 PM, Paul King <pa...@asert.com.au> wrote:

>
> I am hoping to do the first RC release of 2.5.0 late this week or next
> week. The plan being for a release in time for or during Greach. I still
> have a bunch of bugs on my list to be fixed before then, so I can't narrow
> it down more than that at this stage. Please work on any changes you want
> in for the release and any testing is greatly appreciated.
>
> Cheers, Paul.
>
>

Re: Upcoming RC release for 2.5.0

Posted by Paul King <pa...@asert.com.au>.
 I got caught up with conference activities and didn't finish all the bugs
I wanted for RC1. Now that I'm back, I'll work on getting the RC1 release
ready over the coming days.

On Tue, Mar 6, 2018 at 9:41 PM, Paul King <pa...@asert.com.au> wrote:

>
> I am hoping to do the first RC release of 2.5.0 late this week or next
> week. The plan being for a release in time for or during Greach. I still
> have a bunch of bugs on my list to be fixed before then, so I can't narrow
> it down more than that at this stage. Please work on any changes you want
> in for the release and any testing is greatly appreciated.
>
> Cheers, Paul.
>
>