ApeWorX / ape-vyper

Vyper compiler plugin for the Ape Framework, using VVM
https://www.apeworx.io/
Apache License 2.0
26 stars 9 forks source link

fix: empty contract [APE-1129] #89

Closed antazoey closed 1 year ago

antazoey commented 1 year ago

What I did

Issue prevent ing empty contracts from compiling

How I did it

an early return in PCMap generation

How to verify it

compile an empty file with a .vy suffix

Checklist