[ANNOUNCE] Genetic Programming with Groovy (MirComp 1.0.0-beta.1 Released)

2023-11-05 Thread Mirco Colletta
Hi Apache Groovy community, I have the pleasure to announce the release of the first beta version of MirComp, the framework for algorithmic and assisted music composition: https://mcolletta.github.io/mircomp/ MirComp is developed in Groovy (currently v4.0.15 with STC by default) and can now run as

Re: Modular Groovy application

2025-04-06 Thread Mirco Colletta
Hi Jochen, a quick follow-up: with your suggested modification to the module-info.java file now it works *opens to org.apache.groovy;* Thank you Mirco Il Dom 30 Mar 2025, 22:00 Mirco Colletta ha scritto: > Hi Jochen, > thanks for the observations. > > > It could also be

Re: Modular Groovy application

2025-04-05 Thread Mirco Colletta
ar 2025, 18:05 Jochen Theodorou ha scritto: > On 29.03.25 12:18, Mirco Colletta wrote: > > Hi all, > > I'd like to know if some of you has experience on how to create a full > > modular (JPMS, JSR 376) groovy application. > > > > First of all, is it possible

Re: non-sealed error

2025-05-06 Thread Mirco Colletta
gt; but I can't see it tracked explicitly in Jira or in recent commit > messages. > > If you can check against 4.0.27-SNAPSHOT or 5.0.0-SNAPSHOT, that would > be great. I'll keep looking in the meantime. > > Cheers, Paul. > > On Sun, May 4, 2025 at 12:55 AM Mirco Co

non-sealed error

2025-05-03 Thread Mirco Colletta
Hi all, I've encountered this strange error from groovy STC (4.0.26) moving from JavaFx 23 to JavaFx 24 (and jdk 24) "...ResizableRegion cannot be non-sealed as it has no sealed parent" but my class does not use explicitly a non-sealed keyword """ import javafx.scene.layout.Region ... class Resi

Modular Groovy application

2025-03-29 Thread Mirco Colletta
Hi all, I'd like to know if some of you has experience on how to create a full modular (JPMS, JSR 376) groovy application. First of all, is it possible, at the moment, to create a full modular groovy application? If yes, what is the recommended approach? An illustrative example. Since JavaFX is dis

Re: non-sealed error

2025-05-10 Thread Mirco Colletta
reat. I'll keep looking in the meantime. > > Cheers, Paul. > > On Sun, May 4, 2025 at 12:55 AM Mirco Colletta wrote: > > > > Hi all, > > I've encountered this strange error from groovy STC (4.0.26) moving from > JavaFx 23 to JavaFx 24 (and jdk 24) > > > &