Closed PatrickAlphaC closed 1 year ago
That's wild, is there any extra tabs in there perchance?
I have confirmed this is an error with the Vyper compiler, please re-open there
$ ~/.vvm/vyper-0.3.7 contracts/FundMe.vy
Error compiling: contracts/FundMe.vy
ValueError: start (40,79) precedes previous end (41,0)
[342434] Failed to execute script 'vyper_compile' due to unhandled exception!
Environment information
ape
and plugin versions:ape-config.yaml
(NOTE: do not post anything private like RPC urls or secrets!):What went wrong?
This vyper contract won't compile. When I try to compile with
ape compile
, I get this error:Here is the contract. It's mostly comments: