-
Notifications
You must be signed in to change notification settings - Fork 278
Bump solidity-parser to 0.9.1 #575
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
Comments
Ok thanks @junderw. |
The parser has been receiving quite frequent updates that don't automatically propagate, e.g from 0.7.x to 0.8.x. because of the way npm interprets 0-series caret ranges If you need to use improvements there immediately and you're open to installing with |
perhaps 0.9.x would work? |
looks like using ^0.9.x will allow anything <0.10.0 would using that for a dep be ok for this library. |
Yes it would work - I just mean this project doesn't publish at the same cadence and we'd need to re-publish here to update that dependency. I am waiting for bugs to be reported about the Hardhat plugin and probably will not cut another release until those are reported / resolved, maybe next week. I think the linter may be much more sensitive to what constitutes a breaking change in the parser than this tool is (hence the frequency of what are de-facto major version releases there, e.g. ~1 per month). |
Update: To not break people whose CI still running on 12, this dep update will need to go in the next minor version bump here ( |
Sorry for the delay fixing this... Should include support for everything through solc v0.8.x |
Thanks a lot! |
Currently using separated
hex'ffff' hex'ffff'
hex literals causes solidity-coverage to break.The text was updated successfully, but these errors were encountered: