Benjamin Marwell created GROOVY-11194:
-----------------------------------------

             Summary: 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: 4.0.15, 5.0.0-alpha-2, 3.0.19
            Reporter: Benjamin Marwell


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