eric-milles commented on code in PR #2023: URL: https://github.com/apache/groovy/pull/2023#discussion_r1445353482
########## src/main/java/org/codehaus/groovy/control/CompilerConfiguration.java: ########## @@ -469,6 +472,8 @@ public CompilerConfiguration() { handleOptimizationOption(GROOVYDOC, getSystemPropertySafe("groovy.attach.groovydoc")); handleOptimizationOption(RUNTIME_GROOVYDOC, getSystemPropertySafe("groovy.attach.runtime.groovydoc")); handleOptimizationOption(PARALLEL_PARSE, getSystemPropertySafe("groovy.parallel.parse", "true")); + handleOptimizationOption(ANALYZE_DEAD_CODE, getSystemPropertySafe("groovy.analyze.deadcode", "true")); + Review Comment: `"groovy.branch.analysis"` or `"groovy.dead.code.analysis"`? Are you sure we want to default to enabled right out the gate? Spurious extra line added. -- 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: notifications-unsubscr...@groovy.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org