ApeWorX / ethpm-types

Implementation of EIP-2678
Apache License 2.0
14 stars 8 forks source link

fix: issue with no-length AST nodes [APE-908] #73

Closed antazoey closed 1 year ago

antazoey commented 1 year ago

What I did

When comparing ASTs / getting nodes (used in PCMap building in ape-vyper), if the length is 0 and the other is None, it really is the same thing .However, the comparison would fail and we would fail to find the source and it would cause all sorts of problems...

How I did it

How to verify it

Checklist