-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
iterators2 doesn't compile before step 2 #359
Comments
I see iterators3 has the last parts commented out. This has the disadvantage that after completing the first part, |
I was briefly sidetracked by that as well. There have been other exercises where the next in series builds on the previous solution. Maybe this could be done with the iterators2 as well, by splitting it into 3 different parts. Alternatively, even just having the commenting out mentioned in the hint would be an improvement. |
The instructions say to first make the first 2 tests pass, but the last 2 tests have compilation errors. Of course, it can easily be fixed by commenting them out. Still, maybe it would be nicer if Step 1 could be completed without having to do that?
The text was updated successfully, but these errors were encountered: