Re: Fwd: Usage of @Macro

2020-03-14 Thread Alberto
Solved, there were a few mistakes that did not make the AST transformation activate. Once understood, it's actually quite simple and convenient! On 2020/03/13 09:01:49, Alberto wrote: > Hi all,> > > I'm quite interested on the @Macro possibilities described here:> > https

Fwd: Usage of @Macro

2020-03-13 Thread Alberto
missing something to activate the @Macro behaviour? Thank you and Best Regards, Alberto

Calling original method from extension class

2020-07-17 Thread Alberto
(MissingMethodException e) { return // return the to string from Unicast. } } Is it possible at all to call the original toString? Regards, -- Alberto Ingenito

Re: Calling original method from extension class

2020-07-20 Thread Alberto
That works great! So far I've only used the static extensions, I did not know about this approach. Thank you :-) Il giorno ven 17 lug 2020 alle ore 17:57 OCsite ha scritto: > Alberto, > > far as I understand properly, at the very least you should be able to do > that programmat

Can't run JUnit tests with gmaven-plus and Groovy

2020-12-21 Thread Alberto
://github.com/AlbertSSj/maven-tests. I'm out of ideas. Thank you in advance, Alberto -- Alberto Ingenito

Re: Can't run JUnit tests with gmaven-plus and Groovy

2020-12-21 Thread Alberto
I managed to figure it out! The problem was twofold, first "def" doesn't seem to work. I needed "void". Also, the version of the surefire plugin had to be updated to 3.0.0-M5. After these changes, the tests are executed properly. :-) Cheers, Alberto Il giorno lun 21 dic

Re: Casting Double to BigDecimal

2016-01-11 Thread Alberto Vilches
ad of the exact double value. That this > toString() methods behaves in this way has not always been the case afaik. > > bye Jochen > > Am 11.01.2016 um 10:57 schrieb Alberto Vilches: > >> Yes, I know the "1.9" literal in Groovy results in a BigDecimal. That's >>

In Groovy 3, about 80 new extension methods were added. Where can I find the complete list?

2020-04-16 Thread Alberto Lepe
According to Groovy 3.0 release notes: ( https://groovy-lang.org/releasenotes/groovy-3.0.html#Groovy3.0releasenotes-GDKimprovements ) "Groovy adds many extension methods to existing Java classes. In Groovy 3, about 80 new such extension methods were added. We highlight just a few here: ..." I

Re: In Groovy 3, about 80 new extension methods were added. Where can I find the complete list?

2020-04-17 Thread Alberto Lepe
ions.java as the file mask. There might be some that were > added without @since or in files that match some other file mask but that's > a good start. > > Cheers, Paul. > > On Fri, Apr 17, 2020 at 12:21 PM Alberto Lepe wrote: > >> According to Groovy 3.0 release notes: ( >

Re: Planned release date for 4.0.13?

2023-06-25 Thread Alberto Lepe
bmail> > <#m_-7746577678190506706_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> > > On Mon, Jun 26, 2023 at 12:16 PM Alberto Lepe wrote: > >> Is there a planned release date for 4.0.13? >> >> This issue: https://issues.apache.org/jira/browse/GROOVY-11072 >> was solved and merged a month ago, but we are still waiting for its >> release >> so we can release our library. >> >> Thank you. >> >

Re: Upcoming Groovy birthday

2023-06-29 Thread Alberto Lepe
I asked ChatGPT, and this is what it answered: Celebrating Groovy's 20th anniversary can be an exciting event for the > programming community. Here are some ideas on how to celebrate this > milestone: 1. Organize a Groovy-themed conference or meetup: Host a gathering where > Groovy

Re: [ANNOUNCE] Apache Groovy 4.0.13 Released

2023-06-29 Thread Alberto Lepe
When it will become available in Maven: https://mvnrepository.com/artifact/org.apache.groovy/groovy-all ? On Thu, 29 Jun 2023 at 17:05, Paul King wrote: > Dear community, > > The Apache Groovy team is pleased to announce version 4.0.13 of Apache > Groovy. > Apache Groovy is a multi-faceted

Planned release date for 4.0.13?

2023-06-25 Thread Alberto Lepe
Is there a planned release date for 4.0.13? This issue: https://issues.apache.org/jira/browse/GROOVY-11072 was solved and merged a month ago, but we are still waiting for its release so we can release our library. Thank you.