Re: The long path to a new MOP

2016-08-08 Thread Jochen Theodorou
On 07.08.2016 18:09, John Wagenleitner wrote: I think that's a good idea. Having a new package under the normal src directory in master with some sort of feature toggle I think would be good and would be easier for some to help test or contribute. With this work and with jigsaw coming it woul

Re: The long path to a new MOP

2016-08-08 Thread John Wagenleitner
On Mon, Aug 8, 2016 at 7:34 AM, Jochen Theodorou wrote: > > > On 07.08.2016 18:09, John Wagenleitner wrote: > >> I think that's a good idea. Having a new package under the normal src >> directory in master with some sort of feature toggle I think would be >> good and would be easier for some to

Re: The long path to a new MOP

2016-08-08 Thread Paul King
Just a possible alternative tweak to your idea. The Gradle project has an Incubating annotation that can be added to classes, methods, etc. That let's you pick a final package name now that won't need to change later and we can remove the @Incubating once things settle down. I don't mind having gro