We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the HelloWorld example in the README.md, the sbt shell is just frozen, does not accept any input after the run command.
HelloWorld
README.md
run
The text was updated successfully, but these errors were encountered:
Confirmed; thanks for the report.
Sorry, something went wrong.
It looks like the generated Java code is hanging on:
frege.runtime.Runtime.stdout.get().close();
Setting fork in run := true works around this, but I don't yet understand why the buffer is blocked from closing.
fork in run := true
The buffer in question:
https://github.com/Frege/frege/blob/3.24/frege/runtime/Runtime.java#L98
earldouglas
No branches or pull requests
Using the
HelloWorld
example in theREADME.md
, the sbt shell is just frozen, does not accept any input after therun
command.The text was updated successfully, but these errors were encountered: