You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(forge): added --json argument to forge build command (#6465)
* feat(forge): added --json argument to `forge build` command
* refactor(forge): added standalone functions for suppress_compile* instead of an additional parameter
* fix(forge): addec conflict constraint and renamed argument to format-json to avoid conflict with the test args
* test(forge): added test for conflicts with silent argument
* test(forge): added cli compile command with json argument test
* rustfmt
* lock
---------
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
"message": "Undeclared identifier. Did you mean \"newNumber\"?",
14
+
"formattedMessage": "DeclarationError: Undeclared identifier. Did you mean \"newNumber\"?\n --> src/dummy.sol:7:18:\n |\n7 | number = newnumber; // error here\n | ^^^^^^^^^\n\n"
0 commit comments