You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by GitBox <gi...@apache.org> on 2019/05/29 14:57:42 UTC

[GitHub] [groovy] eric-milles opened a new pull request #942: Console, GroovyMain and Groovysh (via its Main) use context class loader

eric-milles opened a new pull request #942: Console, GroovyMain and Groovysh (via its Main) use context class loader
URL: https://github.com/apache/groovy/pull/942
 
 
   - All: pass system properties to new CompilerConfiguration instances
   - Console: use default parameters to reduce constructor variants
   
   As discussed with @paulk-asert; support for starting Colsole, et al. using GroovyStarter.  This would allow separate classpath similar to how compiler has transform classpath (for tooling) and standard classpath (for user code).
   
   See also https://github.com/groovy/groovy-eclipse/issues/890
   
   
   **NOTE**: I don't have any unit tests created yet.  Essentially I would load Console using GroovyStarter, as I have tested separately.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services