-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Fix traversal
#117
Comments
marcandre
added a commit
to marcandre/rubocop-ast
that referenced
this issue
Oct 11, 2020
marcandre
added a commit
to marcandre/rubocop-ast
that referenced
this issue
Oct 11, 2020
…d stricter typing. Bug fix: `next` and `break` were incorrectly specified as having a single argument Minor: - `kwarg` never has a second argument. - added a few missing node types. - test now checks the number of children - test now checks we know of all node types
marcandre
added a commit
to marcandre/rubocop-ast
that referenced
this issue
Oct 11, 2020
…d stricter typing. Bug fix: `next` and `break` were incorrectly specified as having a single argument Minor: - `kwarg` never has a second argument. - added a few missing node types. - test now checks the number of children - test now checks we know of all node types
marcandre
added a commit
to marcandre/rubocop-ast
that referenced
this issue
Oct 11, 2020
…d stricter typing. Bug fix: `next` and `break` were incorrectly specified as having a single argument Minor: - `kwarg` never has a second argument. - added a few missing node types. - test now checks the number of children - test now checks we know of all node types
marcandre
added a commit
to marcandre/rubocop-ast
that referenced
this issue
Oct 11, 2020
…d stricter typing. Bug fix: `next` and `break` were incorrectly specified as having a single argument Minor: - `kwarg` never has a second argument. - added a few missing node types. - test now checks the number of children - test now checks we know of all node types
marcandre
added a commit
to marcandre/rubocop-ast
that referenced
this issue
Oct 11, 2020
…d stricter typing. Bug fix: `next` and `break` were incorrectly specified as having a single argument Minor: - `kwarg` never has a second argument. - added a few missing node types. - test now checks the number of children - test now checks we know of all node types
marcandre
added a commit
to marcandre/rubocop-ast
that referenced
this issue
Oct 11, 2020
…d stricter typing. Bug fix: `next` and `break` were incorrectly specified as having a single argument. Minor: - `procarg0` (modern mode) had none of its children visited - `kwarg` never has a second argument. - added a few missing node types. - test now checks the number of children - test now checks we know of all node types
marcandre
added a commit
to marcandre/rubocop-ast
that referenced
this issue
Oct 11, 2020
…d stricter typing. Bug fix: `next` and `break` were incorrectly specified as having a single argument. Minor: - `procarg0` (modern mode) had none of its children visited - `kwarg` never has a second argument. - added a few missing node types. - test now checks the number of children - test now checks we know of all node types
marcandre
added a commit
that referenced
this issue
Oct 12, 2020
marcandre
added a commit
that referenced
this issue
Oct 12, 2020
…ter typing. Bug fix: `next` and `break` were incorrectly specified as having a single argument. Minor: - `procarg0` (modern mode) had none of its children visited - `kwarg` never has a second argument. - added a few missing node types. - test now checks the number of children - test now checks we know of all node types
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: