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

Remove clean terminal before file watching #381

Merged
merged 1 commit into from
Mar 16, 2018
Merged

Remove clean terminal before file watching #381

merged 1 commit into from
Mar 16, 2018

Conversation

jvican
Copy link
Contributor

@jvican jvican commented Mar 16, 2018

This is causing misbehaviours in the terminals, because it sometimes
cleans the screen right after the compilation logs are outputted, and
therefore they are lost.

Fixes #379.

This is causing misbehaviours in the terminals, because it sometimes
cleans the screen right after the compilation logs are outputted, and
therefore they are lost.
@jvican jvican requested a review from Duhemm March 16, 2018 15:59
@jvican jvican added bug A defect or misbehaviour. ergonomics Any change that affects developer ergonomics and the easiness of use of bloop. task / watch labels Mar 16, 2018
@jvican
Copy link
Contributor Author

jvican commented Mar 16, 2018

I really don't know how to fix this otherwise. I'm making this temporary fix for now. Whomever gets this back into the repo will need to check that it doesn't cause a race condition.

@jvican
Copy link
Contributor Author

jvican commented Mar 16, 2018

(I double checked a race condition is what happens because the compiler does update the class files.)

Copy link
Collaborator

@Duhemm Duhemm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Can you reopen the issue about cleaning the screen, please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A defect or misbehaviour. ergonomics Any change that affects developer ergonomics and the easiness of use of bloop. task / watch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants