Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-11194

groovyc missing features from the library compiler

    XMLWordPrintableJSON

Details

    Description

      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

      Attachments

        Activity

          People

            keegan Keegan Witt
            bmarwell Benjamin Marwell
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: