Skip to content
New issue

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

sbt shell freeze after "run" command #51

Open
GongYiLiao opened this issue Jun 3, 2018 · 4 comments
Open

sbt shell freeze after "run" command #51

GongYiLiao opened this issue Jun 3, 2018 · 4 comments
Assignees

Comments

@GongYiLiao
Copy link

Using the HelloWorld example in the README.md, the sbt shell is just frozen, does not accept any input after the run command.

@earldouglas
Copy link
Member

Confirmed; thanks for the report.

@earldouglas earldouglas self-assigned this Jun 3, 2018
@earldouglas
Copy link
Member

It looks like the generated Java code is hanging on:

frege.runtime.Runtime.stdout.get().close();

@earldouglas
Copy link
Member

Setting fork in run := true works around this, but I don't yet understand why the buffer is blocked from closing.

@earldouglas
Copy link
Member

@earldouglas earldouglas removed their assignment Jul 11, 2021
@earldouglas earldouglas self-assigned this May 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants