Re: Groovy Name-and-Value Macro Support Proposal - Code - Erratum

2018-06-28 Thread MG
The "macros in IntelliJ project" section should read: 1. In a Groovy 2.5 project, create a new module for the macro code (e.g. groovy_macro) and one for the macro usage (e.g. groovy_macro_use). 2. In groovy_macro\src (folder marked as Sources Root) 1. Add \main\groovy\groovyx\macro\NameAnd

Re: [ANNOUNCE] Apache Groovy 3.0.0-alpha-3 released

2018-06-28 Thread Graeme Rocher
Fantastic. Congrats! On Tue, Jun 26, 2018 at 12:45 PM Paul King wrote: > > Dear community, > > The Apache Groovy team is pleased to announce version 3.0.0-alpha-3 of > Apache Groovy. > Apache Groovy is a multi-faceted programming language for the JVM. > Further details can be found at the http://g

Re: Groovy Name-and-Value Macro Support Proposal

2018-06-28 Thread Paul King
Looks nice. I'll have to think about conventions on where such contributions should live and naming conventions too. We already have "macro" which is lowercase. Sometimes I suspect we want to make it obvious that we are dealing with a macro, other times we want to almost hide that fact. I am not