Re: progress on executing tests with JDK9 status update

2016-08-28 Thread John Wagenleitner
On Thu, Aug 25, 2016 at 7:57 AM, John Wagenleitner < john.wagenleit...@gmail.com> wrote: > > On Wed, Aug 24, 2016 at 10:29 PM, Jochen Theodorou > wrote: > >> On 25.08.2016 01:14, John Wagenleitner wrote: >> [...] >> >>> groovy.transform.stc.GenericsSTCTest > testGenericField FAILED >>>

Re: Method resolution pondering

2016-08-28 Thread John Wagenleitner
On Sat, Aug 27, 2016 at 4:22 AM, Jochen Theodorou wrote: > On 27.08.2016 12:22, Paul King wrote: > >> I am just wondering what people's thoughts are on the different >> approaches different parts of Groovy take for method resolution when >> multiple methods are matched. >> >> Given this code: >>

Re: Method resolution pondering

2016-08-28 Thread Paul King
The first case being treated as an error simplifies things greatly - I wasn't sure if that behavior was by design and I missed it or a case we never fully fleshed out. I will create a Jira. Paul. On Mon, Aug 29, 2016 at 4:30 AM, John Wagenleitner wrote: > On Sat, Aug 27, 2016 at 4:22 AM, Joche