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: fixes needed for source tracing to work properly [APE-957] #80

Closed antazoey closed 1 year ago

antazoey commented 1 year ago

What I did

stuff needed for source tracing to be fixed and also needed for coverage work requires releasing this first tho: https://github.com/ApeWorX/ape/pull/1445/files

How I did it

How to verify it

Checklist

antazoey commented 1 year ago

requires https://github.com/ApeWorX/ape/pull/1445

antazoey commented 1 year ago

Glad the checks are passing but unfortunatpy there is a bug with vyper 0.3.8 with pcmap (maybe related to push0 ??). I tried to figure it out but havent yet