Get rid of eval on daemon completely, fixes also JSR 223 examples

This commit is contained in:
Ilya Chernikov
2017-02-09 10:00:01 +01:00
parent a3a782613a
commit 63aae56b11
7 changed files with 20 additions and 52 deletions
@@ -57,8 +57,7 @@ class KotlinJsr223JvmDaemonCompileScriptEngine(
emptyArray(),
PrintingMessageCollector(PrintStream(compilerOut), MessageRenderer.WITHOUT_PATHS, false),
templateClasspath,
templateClassName,
getScriptArgs(context, scriptArgsTypes)!!)
templateClassName)
}
}