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

Bad auto-correct "while(!foo)" -> "until foo" #1459

Closed
nofxx opened this issue Nov 24, 2014 · 0 comments
Closed

Bad auto-correct "while(!foo)" -> "until foo" #1459

nofxx opened this issue Nov 24, 2014 · 0 comments
Assignees

Comments

@nofxx
Copy link

nofxx commented Nov 24, 2014

This project had 10.000 errors (heh not kidding), nice test subject. Only auto correction error I've found:

-        while(!@shp_r.eof?)
+        until!@shp_r.eof?
@jonas054 jonas054 self-assigned this Nov 25, 2014
bbatsov added a commit that referenced this issue Nov 25, 2014
[Fix #1459] Handle parentheses around condition in NegatedWhile
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

No branches or pull requests

2 participants