-
Notifications
You must be signed in to change notification settings - Fork 3.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
Remove () from iterator #6620
Remove () from iterator #6620
Conversation
If this gets merged we should:
|
As mentioned here scala/collection-strawman#520 (comment), we should also remove the parens to the |
I just did that, just need to push the changes |
Because of the change in |
@lrytz Hum for |
Good catch @sjrd. Indeed we should remove the |
1b5100b
to
c48233d
Compare
1edab58
to
8b8cf68
Compare
I think I caught them all now. Also added a commit for |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not a fan of adding another breaking change but it makes it consistent with the rest.
Fixes scala/collection-strawman#520