Skip to content

Commit

Permalink
Get rid of the whitelist.
Browse files Browse the repository at this point in the history
Reason: ast nodes which have a `visit_` function had also to be in the
whitelist. This was an unnecessary duplication.

The most important part of art the methods `generic_visit` and
`node_contents_visit`.

Additionally I forbid all ast nodes which are not yet covered by tests.
  • Loading branch information
Michael Howitz committed Jan 31, 2017
1 parent 7dc6e5f commit 5e7fdaa
Showing 1 changed file with 142 additions and 264 deletions.

0 comments on commit 5e7fdaa

Please sign in to comment.