Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
ducky64 committed Jul 30, 2024
1 parent 376f76c commit 7f09327
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ object CompilerServerMain {
}

def main(args: Array[String]): Unit = {
val pyLib = new PythonInterfaceLibrary() // allow the library cache to persist across requests
while (true) { // handle multiple requests sequentially in the same process
val expectedMagicByte = System.in.read()
if (expectedMagicByte == -1) {
Expand All @@ -94,7 +95,6 @@ object CompilerServerMain {
Thread.sleep(kHdlVersionMismatchDelayMs)
}

val pyLib = new PythonInterfaceLibrary()
pyLib.withPythonInterface(compilerInterface) {
val result = compile(request.get, pyLib)

Expand Down
Binary file modified edg/core/resources/edg-compiler-precompiled.jar
Binary file not shown.

0 comments on commit 7f09327

Please sign in to comment.