Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SyntaxException does not contain filename #4285

Open
charles-cooper opened this issue Oct 10, 2024 · 0 comments
Open

SyntaxException does not contain filename #4285

charles-cooper opened this issue Oct 10, 2024 · 0 comments
Labels
bug - UX a bug related to UX release - must release blocker
Milestone

Comments

@charles-cooper
Copy link
Member

Version Information

  • vyper Version (output of vyper --version): 0.4.0

What's your issue about?

per title.
for example, if there is an exception in the preparser, it might look like so:

vyper.exceptions.VersionException: Version specification "~=0.3.10" is not compatible with compiler version "0.4.1"

  line 1:0 
  ---> 1 # pragma version ^0.3.10
  -------^
       2 """

How can it be fixed?

Fill this in if you know how to fix it.

@charles-cooper charles-cooper added this to the v0.4.1 milestone Oct 10, 2024
@charles-cooper charles-cooper added bug - UX a bug related to UX release - must release blocker labels Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug - UX a bug related to UX release - must release blocker
Projects
None yet
Development

No branches or pull requests

1 participant