-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
feat(forge): add max supported EVM version in compiler -vv #9129
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pending minor change to let JSON output adhere to verbosity, other than that LGTM 👍
please recheck 588bc53 as there are more things changes |
re-requesting review as there were some more changes re json output |
…f non-verbose text mode
Pushed a documentation fix + a minor change to make the JSON not include paths when ran with verbosity mode 0 cc @grandizzy
in line with
When no verbosity flag is passed. Note the clearing of the paths happens after filtering as otherwise the version won't be reported correctly. |
…s#9129) * feat(forge): add max supported EVM version in compiler -v * shorter message, displayed on -vv verbosity * match on verbosity * Respect verbosity in json, nicer json output * Redact default EVM version in tests * make --json output not output paths in verbosity mode 0, equivalent of non-verbose text mode --------- Co-authored-by: zerosnacks <zerosnacks@protonmail.com>
Motivation
closes #9125
forge compiler resolve -v
Solution