ApeWorX / ape-solidity

Solidity compiler plugin for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
17 stars 23 forks source link

fix: handle when no contracts in file [APE-1135] #111

Closed antazoey closed 1 year ago

antazoey commented 1 year ago

What I did

noticed it failed when compiling a project with only a struct in it (the project also was using dependencies)

How I did it

.get()

How to verify it

when compiling only a sol file with no contracts in it, it does not barf out

Checklist