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

console output to Output is damn slow on Windows #39

Open
AdrianV opened this issue Aug 30, 2013 · 4 comments
Open

console output to Output is damn slow on Windows #39

AdrianV opened this issue Aug 30, 2013 · 4 comments

Comments

@AdrianV
Copy link

AdrianV commented Aug 30, 2013

This is not a bug, but it really hurts the usability on Windows. Compiling the same project inside Aporia vs compiling it from command line take twice the time or even more, because the capturing of the console output is so slow.

@LB--
Copy link

LB-- commented Nov 16, 2014

This might be the problem I am having - I am trying the greetings example from the Nimrod tutorial, and when I build & run from Aporia, I never see any text appear in the console, despite waiting 5+ minutes. If I run the built executable by hand, it is instant.

@dom96
Copy link
Owner

dom96 commented Nov 16, 2014

@LB-- Aporia doesn't support stdin but your process is waiting for stdin input hence it freezes.

@LB--
Copy link

LB-- commented Nov 16, 2014

@dom96 Shouldn't it at least display the initial prompt, or has that not been flushed?

@dom96
Copy link
Owner

dom96 commented Nov 16, 2014

Possibly not flushed yet.

On Sunday, 16 November 2014, LB-- [email protected] wrote:

@dom96 https://github.com/dom96 Shouldn't it at least display the
initial prompt, or has that not been flushed?


Reply to this email directly or view it on GitHub
#39 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants