-
Notifications
You must be signed in to change notification settings - Fork 2.2k
fix(forge): show backtrace line only on -vvvvv #12211
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
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.
Makes sense 👍
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.
can we update the verbosity flag docs so that the new behavior is reflected in the foundry book?
u want to look for all occurences of "Print execution and setup traces for all tests, including storage changes."
and maybe change them for something like:
"Print execution and setup traces for all tests, including storage changes and backtraces with line numbers."
wdyt?
* fix(forge): show backtrace line only on -vvvvv * fix tests * Update docs * Fix --------- Co-authored-by: 0xrusowsky <90208954+0xrusowsky@users.noreply.github.com>
* fix(fmt): inline call options when they fit (#12172) * fix(fmt): inline call options when they fit * fix: ensure closure only when extra box is opened * fix(anvil): get account info from db when node block > fork block (#12175) fix(anvil): return account info from db when requested block > fork block * fix(fmt): do not add underscores on fractional part with exponent (#12195) * fix(fmt): do not add underscores on fractional part with exponent * Update crates/fmt/src/state/common.rs Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com> --------- Co-authored-by: grandizzy <38490174+grandizzy@users.noreply.github.com> Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com> * fix(forge): show backtrace line only on -vvvvv (#12211) * fix(forge): show backtrace line only on -vvvvv * fix tests * Update docs * Fix --------- Co-authored-by: 0xrusowsky <90208954+0xrusowsky@users.noreply.github.com> * chore: bump v1.4.3 (#12213) * chore: fix tests * chore: fix clippy (#12167) * fix(coverage): do not account abstract contract items (#12202) * fix(coverage): exclude only virtual fns without impl (#12216) --------- Co-authored-by: 0xrusowsky <90208954+0xrusowsky@users.noreply.github.com> Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Motivation
-vvvv
verbosity-vvv
backtraces will stil be shown but without lineSolution
PR Checklist