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

UI indicating progress of compilation #170

Closed
avh4 opened this issue Jun 27, 2017 · 2 comments
Closed

UI indicating progress of compilation #170

avh4 opened this issue Jun 27, 2017 · 2 comments

Comments

@avh4
Copy link
Collaborator

avh4 commented Jun 27, 2017

Related to #169

This issues is for showing progress of the compilation step (before and after running interface-to-json).

elm-make normally shows a progress bar, and elm-test shows the final output of elm-make, so I'm guessing that elm-make's progress is not being shows because of the buffering of the pipes when elm-test spawns the elm-make process: presumably elm-makes doesn't print a newline until the compilation completes, and if we spawn it with line buffering, then the progress indicator won't be shown. If that's actually what's happening, then the fix for this would be to change the way elm-test spawns elm-make, either changing it to inherit stdout, or changing the stdout pipe to buffer in a different way.

@rtfeldman
Copy link
Owner

@avh4 I think this is fixed in the current release - can you confirm it's working for you locally?

@avh4
Copy link
Collaborator Author

avh4 commented Jul 17, 2017

Yes, resolved in 0.18.8-beta8

@avh4 avh4 closed this as completed Jul 17, 2017
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