[
https://issues.apache.org/jira/browse/GROOVY-11194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17788650#comment-17788650
]
ASF GitHub Bot commented on GROOVY-11194:
-----------------------------------------
daniellansun commented on PR #1993:
URL: https://github.com/apache/groovy/pull/1993#issuecomment-1822201590
+1
> groovyc missing features from the library compiler
> --------------------------------------------------
>
> Key: GROOVY-11194
> URL: https://issues.apache.org/jira/browse/GROOVY-11194
> Project: Groovy
> Issue Type: New Feature
> Components: command line processing, Compiler
> Affects Versions: 3.0.19, 5.0.0-alpha-2, 4.0.15
> Reporter: Benjamin Marwell
> Assignee: Keegan Witt
> Priority: Critical
>
> Hello groovy team,
> no version of the groovy distribution supports any of those features on the
> {{groovyc}} command line, which are available when invoking the groovy
> compiler via library means:
> * setDebug( boolean )
> * setVerbose( boolean )
> * setWarningLevel( int )
> * setTolerance( int )
> * invokeDynamic via optimizationOptions.put("indy", true);
> optimizationOptions.put("int", false);
> * parallel Parsing via optimizationOptions.put("parallelParse", true);
> This is important when gplus-maven-plugin shall run in fork mode. Draft PR:
> https://github.com/groovy/GMavenPlus/pull/283
--
This message was sent by Atlassian Jira
(v8.20.10#820010)