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

Vyper Compiler updates needed #5233

Open
2 tasks
ryestew opened this issue Sep 27, 2024 · 0 comments
Open
2 tasks

Vyper Compiler updates needed #5233

ryestew opened this issue Sep 27, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ryestew
Copy link
Collaborator

ryestew commented Sep 27, 2024

  • Patrick error report:
    This contract won't compile:
# I'm a comment!

# SPDX-License-Identifier: MIT
# pragma version 0.4.0

my_favorite_number: uint256

gives this errror
image

this looks like the Vyper plugin is not parsing the error message correctly.

Also try with:

pragma version 0.4.0
For some reason, it only works with:
pragma version ^0.4.0

and

  • Toaster needs updating - when you clone the vyper examples repo - it says in the toaster - snekmate
@ryestew ryestew added the bug Something isn't working label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants