We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use Version objects to represent solc versions, instead of strings.
Version
solcx/install.py
solc_version
get_available_solc_versions
get_installed_solc_versions
set_solc_version
install_solc
get_solc_version_string
get_solc_version
semantic_version
This will amount to a breaking change, so cannot happen until 1.0.0.
1.0.0
The text was updated successfully, but these errors were encountered:
set_solc_version_pragma
get_executable
I got this
Sorry, something went wrong.
No branches or pull requests
Overview
Use
Version
objects to represent solc versions, instead of strings.Specification
solcx/install.py
- store thesolc_version
variable as aVersion
and update related code.Version
object(s) anywhere a version is returned to a user, e.g.get_available_solc_versions
andget_installed_solc_versions
Version
objects, e.g.set_solc_version
,install_solc
get_solc_version_string
method (this information is still available fromget_solc_version
).References
semantic_version
docs: theVersion
classDependencies
This will amount to a breaking change, so cannot happen until
1.0.0
.The text was updated successfully, but these errors were encountered: