-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Error] Parsing solidity version in a range #2
Comments
It's a bug of python-semanticversion. It doesn't allow whitespace between @thanhtoantnt: can you fix the bug on the benchmark first? We can fix on |
@taquangtrung you mean to change the |
Yes, we can temporarily fix the benchmark to: This is an incompatibility between the semantic versioning of Solc and Nodejs. |
The issue with whitespace was discussed here: rbarrois/python-semanticversion#127 But it seems the author's response is slow. |
@thanhtoantnt: you shouldn't close this issue, since we haven't fixed it in this repo. |
Anyway, I just fixed it in this commit: e74324b So now it can be closed |
pragma solidity >=0.4.21 < 0.6.0;
ValueError: Invalid NPM block in '>=0.4.21 < 0.6.0': '<'
The text was updated successfully, but these errors were encountered: