[GitHub] groovy pull request: GROOVY-7150 - Redirection of output in javax....

2016-01-01 Thread jwagenleitner
Github user jwagenleitner commented on a diff in the pull request: https://github.com/apache/groovy/pull/230#discussion_r48680741 --- Diff: subprojects/groovy-jsr223/src/main/java/org/codehaus/groovy/jsr223/GroovyScriptEngineImpl.java --- @@ -275,6 +238,19 @@ public Object getVari

[GitHub] groovy pull request: GROOVY-7150 - Redirection of output in javax....

2016-01-01 Thread jwagenleitner
GitHub user jwagenleitner opened a pull request: https://github.com/apache/groovy/pull/230 GROOVY-7150 - Redirection of output in javax.script.ScriptEngine.invokeFunction() doesn't work Instead of adding `context` and `out` to the engine context this change provides access to those