ethereum / remix-project

Remix is a browser-based compiler and IDE that enables users to build Ethereum contracts with Solidity language and to debug transactions.
https://remix-ide.readthedocs.io
MIT License
2.47k stars 952 forks source link

Vyper Compiler updates needed #5233

Open ryestew opened 1 month ago

ryestew commented 1 month ago

SPDX-License-Identifier: MIT

pragma version 0.4.0

my_favorite_number: uint256


gives this errror
<img width="273" alt="image" src="https://github.com/user-attachments/assets/1c225b3a-6e13-4aca-bae1-032339db9678">

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