bld icon indicating copy to clipboard operation
bld copied to clipboard

JEP458 opportunity?

Open hrstoyanov opened this issue 10 months ago • 1 comments

This JEP458 delivered in java 22 may allow for running the BLD project files without needing to compile them, avoiding the "chickedn-and-egg" problem mentioned in the docs. Just fyi, since it is Java 22...

Is there a way to run in BLD in "online mode", watching the file system and launching builds as needed?, maybe caching things in the process?

hrstoyanov avatar Apr 10 '24 21:04 hrstoyanov

Thanks, we'll take a look at JEP458.

There's no online mode for bld at this time.

gbevin avatar May 01 '24 19:05 gbevin

Just to add closure to this issue…

Our initial testing with JEP458 yielded very little benefits at this point. Some of the design decisions we made to avoid unintended side effects are just not meshing well.

ethauvin avatar May 22 '24 10:05 ethauvin