paulk-asert opened a new pull request, #2741:
URL: https://github.com/apache/groovy/pull/2741

   …le compile phase)
   
   Add a targetPhase property to CompilerConfiguration (default Phases.ALL) 
which the no-arg CompilationUnit.compile() now honors; callers that name an 
explicit phase, such as the AST browser, are unaffected. The new groovyc 
--check option is sugar for setting the target phase to INSTRUCTION_SELECTION: 
parse, resolution, and static type-checking errors are still reported but no 
class files are generated, giving a faster feedback loop for editors, CI 
checks, and coding agents.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to