-
Notifications
You must be signed in to change notification settings - Fork 335
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
chore: camelCase for exitCode #458
Conversation
Ah, should have caught this when it was originally merged. This is technically a breaking change since it's already in a release, but the release was recent and from a sourcegraph query it seems vulcan are the only users (clearly that search isn't perfect since PRBTest isn't there). Given that, we can sneak this into a v1.7.0 once @vdrg and @gnkz from vulcan acknowledge |
@mds1 Thanks for letting us know! Acknowledged, we'll update forge-std once this is merged. |
Great, planning to merge+release early next week since I'm out this week—will keep you updated :) |
Also happy to update PRBTest to include the fix. I don't mind the breaking change since I've only added |
This is a breaking change because v.1.7.0 introduced a breaking change. Details here foundry-rs/forge-std#458
* chore!: update forge-std to v1.7.1 This is a breaking change because v.1.7.0 introduced a breaking change. Details here foundry-rs/forge-std#458 * chore: remove ad-hoc SerializeJson interface * chore: update functions mutability
* chore!: update forge-std to v1.7.1 This is a breaking change because v.1.7.0 introduced a breaking change. Details here foundry-rs/forge-std#458 * chore: remove ad-hoc SerializeJson interface * chore: update functions mutability
* chore!: update forge-std to v1.7.1 This is a breaking change because v.1.7.0 introduced a breaking change. Details here foundry-rs/forge-std#458 * chore: remove ad-hoc SerializeJson interface * chore: update functions mutability
* docs: add examples to some modules * Update forge-std (#214) * chore!: update forge-std to v1.7.1 This is a breaking change because v.1.7.0 introduced a breaking change. Details here foundry-rs/forge-std#458 * chore: remove ad-hoc SerializeJson interface * chore: update functions mutability * docs: add examples for all modules * style: format * docs: update installation instructions
Pardon my OCD but I am getting a Solhint warning in my copy of
Vm
(in PRBTest) because ofexit_code
: