@NamingConvention: Supply class/method/field/... name patterns to compiler

2018-03-04 Thread MG

Hi,

an @NamingConvention could supply information about 
class/method/field/variable/parameter names to the Groovy compiler, 
which would allow to reduce the required number of class lookups and 
could potentially be combined with the classNamePattern @Newify extension:

https://issues.apache.org/jira/browse/GROOVY-8491

Cheers,
mg





Extend @Newify to support a class name pattern parameter

2018-03-04 Thread MG

Hi,

I have created an issue for an extension to @Newify, that would allow to 
support the concise (and imho very Groovy) Python/Kotlin/... ctor 
calling support (i.e. without requiring a new keyword), in 99.9% of all 
cases without breaking backwards compatibility:


https://issues.apache.org/jira/browse/GROOVY-8490

Please comment,
Cheers,
mg




Re: [ANNOUNCE] Groovy 2.4.14 Windows Installer Released

2018-03-04 Thread Daniel.Sun
Nice work! Thanks :)




--
Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html


Re: [ANNOUNCE] Groovy 2.4.14 Windows Installer Released

2018-03-04 Thread Paul King
Thanks Keegan!

On Sun, Mar 4, 2018 at 3:26 PM, Keegan Witt  wrote:

> The Windows installer for Groovy 2.4.14 is available from the usual place:
> https://bintray.com/groovy/Distributions/download_file?
> file_path=groovy-2.4.14-installer.exe
>
> -Keegan
>