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

A Crash Bug in TestVisitor testcase #20

Closed
simpleton opened this issue Jul 3, 2014 · 1 comment
Closed

A Crash Bug in TestVisitor testcase #20

simpleton opened this issue Jul 3, 2014 · 1 comment

Comments

@simpleton
Copy link

Interface declare will cause this bug.

Traceback (most recent call last):
  File "testVisitor.py", line 74, in <module>
    tree.accept(MyVisitor())
  File "/Users/sim/github/TAG_obfuscate/model.py", line 53, in accept
    type_decl.accept(visitor)
  File "/Users/sim/github/TAG_obfuscate/model.py", line 106, in accept
    decl.accept(visitor)
  File "/Users/sim/github/TAG_obfuscate/model.py", line 268, in accept
    decl.accept(visitor)
  File "/Users/sim/github/TAG_obfuscate/model.py", line 195, in accept
    for e in self.body:
TypeError: 'NoneType' object is not iterable
@simpleton
Copy link
Author

duplicated...

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

1 participant