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

verifier: update compiler versions format for Vyper #1109

Open
rimrakhimov opened this issue Nov 5, 2024 · 0 comments
Open

verifier: update compiler versions format for Vyper #1109

rimrakhimov opened this issue Nov 5, 2024 · 0 comments
Assignees

Comments

@rimrakhimov
Copy link
Member

Currently we use semver format for Vyper compilers. But Vyper compilers use PEP 440 to specify their versions. The main difference is between pre-releases, where semver specifies pre-release info after hyphen (e.g., "v0.8.28-nightly.2024.9.9+commit.62909dec"), and PEP concatenates it just after the version itself (e.g., "0.4.1b1+commit.039d3692")

@rimrakhimov rimrakhimov self-assigned this Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant