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

First pass at some wart remover stuff, fixing things it mentioned #206

Closed
wants to merge 1 commit into from

Conversation

ianoc
Copy link
Collaborator

@ianoc ianoc commented Mar 31, 2015

No description provided.

val thisB = inj.invert(b)
var failed = false
val iter = d.toIterator
while (iter.hasNext && !failed) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made this do the iterator approach, but the real thing wart remover was complaining about was the use of return

@johnynek
Copy link
Collaborator

johnynek commented Apr 1, 2015

addresses #205

@CLAassistant
Copy link

CLAassistant commented Nov 16, 2019

CLA assistant check
All committers have signed the CLA.

@johnynek johnynek closed this Jun 10, 2021
@johnynek
Copy link
Collaborator

this seems to have bitrot quite a bit. If you want to take another stab later Ian, you are always welcome! :)

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

Successfully merging this pull request may close these issues.

3 participants