Andres Almiray | 19 Aug 00:21
Favicon
Gravatar

[groovy-dev] ASTTransformations in 1.5.7 ?


Does anyone know if ASTTransformations and the new binding (SwingBuilder)
features will be available in 1.5.7+ ?

I just upgraded Graphicsbuilder to 1.6-beta-2-SNAPSHOT and noticed those
features are not ported to the 1.5.x branch. I can live with things as they
currently stand, it only means GraphicsBuilder will have a strict dependency
in Groovy 1.6+, also people wanting the new binding syntax will require 1.6+
onwards.

- Andres
--

-- 
View this message in context: http://www.nabble.com/ASTTransformations-in-1.5.7---tp19041195p19041195.html
Sent from the groovy - dev mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email

Jochen Theodorou | 19 Aug 01:18
Gravatar

Re: [groovy-dev] ASTTransformations in 1.5.7 ?

Andres Almiray schrieb:
> Does anyone know if ASTTransformations and the new binding (SwingBuilder)
> features will be available in 1.5.7+ ?
> 
> I just upgraded Graphicsbuilder to 1.6-beta-2-SNAPSHOT and noticed those
> features are not ported to the 1.5.x branch. I can live with things as they
> currently stand, it only means GraphicsBuilder will have a strict dependency
> in Groovy 1.6+, also people wanting the new binding syntax will require 1.6+
> onwards.

hmm... originally we thought of that as a 1.6 feature only. Normally we 
backport bug fixes, but not new language constructs.

bye blackdrag

--

-- 
Jochen "blackdrag" Theodorou
The Groovy Project Tech Lead (http://groovy.codehaus.org)
http://blackdragsview.blogspot.com/
http://www.g2one.com/

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email

Danno Ferrin | 21 Aug 23:48
Favicon
Gravatar

Re: [groovy-dev] ASTTransformations in 1.5.7 ?



On Mon, Aug 18, 2008 at 5:18 PM, Jochen Theodorou <blackdrag-BA+cFGlbTmA@public.gmane.org> wrote:
Andres Almiray schrieb:

Does anyone know if ASTTransformations and the new binding (SwingBuilder)
features will be available in 1.5.7+ ?

I just upgraded Graphicsbuilder to 1.6-beta-2-SNAPSHOT and noticed those
features are not ported to the 1.5.x branch. I can live with things as they
currently stand, it only means GraphicsBuilder will have a strict dependency
in Groovy 1.6+, also people wanting the new binding syntax will require 1.6+
onwards.

hmm... originally we thought of that as a 1.6 feature only. Normally we backport bug fixes, but not new language constructs.

bye blackdrag

I concur, it should be 1.6 only.  IMHO dot-dot is the wrong place to add game-changing features like AST annotations.  I wrote these with those restrictions in mind.

It may be time to start prodding a 1.6 release, because the roadmap released earlier in the year placed us working on 1.8 at this point.  But this would require a certian level of performance in Grails since that is the meat and potatoes of groovy use currently.

 
------------------------------------------------------
I'm Danno Ferrin, and I approved this message.

Gmane