-
Notifications
You must be signed in to change notification settings - Fork 41
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
Challenge 2 4 gives bad error on Windows #15
Comments
Thanks for the report. We admit that we had not tested it on Windows. We'll get it fixed up soon!
|
Challenge 2_4 also fails when the job can start and finish before three peers are assigned to :identity. This has happened on CI. I'm not sure what the best way to fix this is since we're trying to demonstrate that multiple peers started up and :identity is the task they have to define. I guess we could change the sample to say that the users should increase n-peers rather than max-peers? |
Ditto on challenge 4_1. Easy fix, change the regex in split to: |
We need to excise everywhere that does stdout checking. This really hurt us when we moved to Onyx 0.9.6 since errors are pretty printed directly to stdout. Should eliminate this issue once we do it. |
While running Challenge 2 4, the check
fails. On windows, each row has an appended \r.
The text was updated successfully, but these errors were encountered: