[ 
https://issues.apache.org/jira/browse/GROOVY-11194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17789760#comment-17789760
 ] 

ASF GitHub Bot commented on GROOVY-11194:
-----------------------------------------

keeganwitt merged PR #1977:
URL: https://github.com/apache/groovy/pull/1977




> 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
>             Fix For: 5.0.0-alpha-3
>
>
> 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)

Reply via email to