You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python Version (output of python --version): 3.13.1
What's your issue about?
Weird setup so bear with me.
So I had a bug where I accidentally pasted JSON directly into a Vyper file... like replaced the file's contents, ok.
But that obviously was not compiling by Vyper, which is perfect... However, I had to hunt down the reason why (and eventually find the bug in my code), but the Vyper error was about as helpful as an umbrella on a squid...
Version Information
vyper --version
): 0.4.0python --version
): 3.13.1What's your issue about?
Weird setup so bear with me.
So I had a bug where I accidentally pasted JSON directly into a Vyper file... like replaced the file's contents, ok.
But that obviously was not compiling by Vyper, which is perfect... However, I had to hunt down the reason why (and eventually find the bug in my code), but the Vyper error was about as helpful as an umbrella on a squid...
Example "contract":
Compile it:
How can it be fixed?
Make an actual error telling me I am an idiot
The text was updated successfully, but these errors were encountered: