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

Fix progress update on Windows #30

Open
ldionne opened this issue Mar 15, 2016 · 2 comments
Open

Fix progress update on Windows #30

ldionne opened this issue Mar 15, 2016 · 2 comments

Comments

@ldionne
Copy link
Owner

ldionne commented Mar 15, 2016

The progress update was broken on Windows when I removed the dependency on ruby-progressbar. Example of output on Appveyor:

1/10 make_tuple/recursive_tuple.cpp.erb (n = 0)2/10 make_tuple/recursive_tuple.cpp.erb (n = 5)
2/10 make_tuple/recursive_tuple.cpp.erb (n = 5)2/10 make_tuple/recursive_tuple.cpp.erb (n = 5)
3/10 make_tuple/recursive_tuple.cpp.erb (n = 10)3/10 make_tuple/recursive_tuple.cpp.erb (n = 10)
3/10 make_tuple/recursive_tuple.cpp.erb (n = 10)4/10 make_tuple/recursive_tuple.cpp.erb (n = 15)
[etc..]
@ldionne
Copy link
Owner Author

ldionne commented Apr 8, 2016

After trying several things, I am clueless about the reason for this issue. I will put this issue aside, and if someone is annoyed by it then any help is welcome. It is annoying to pollute our Appveyor logs, but it's also not such a big problem.

@ldionne
Copy link
Owner Author

ldionne commented Oct 19, 2016

A friend of mine told me to try spamming backspace instead of carriage return to fix this issue. This is a note to self to try that out.

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

1 participant