-
Notifications
You must be signed in to change notification settings - Fork 2.2k
fix: Backport anvil, fmt and doc fixes to v1.4.2 #12114
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
fix: Backport anvil, fmt and doc fixes to v1.4.2 #12114
Conversation
…oundry-rs#12110) * fix: don't normalize single-line non-doc block cmnts * fix: preserve consecutive whitespaces * fix: use byte length instead of char count * fix(fmt): properly handle multiline_func_header = "all" * fix: bump alloy * fix: bump alloy
…12127) * fix(fmt): account for ternary operators when estimating size * fix(fmt): handle comments between inherited base contracts * test: layout + base inheritance
* fix(fmt): account for ternary operators when estimating size * fix(fmt): filter libs when recursing * style: clippy * test: wipe contracts before formatting * test: explicitly test ignore
* fix(fmt): use nbsp if LHS-most element fits * fix(fmt): use nbsp if LHS-most element fits * reset cache inside helper
…ndry-rs#12147) * fix(fmt): prioritize parenthesis breaks in emit and revert stmts * fix(fmt): respect bracket spacing when printing commasetp without delimiters
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.
despite this includes the alloy patch, maybe we can i clude the full alloy bump commit too?
would like to keep changes at min, which one you refer to? |
|
will follow-up in v1.4.3 |
Motivation
backport PR fixes
Other:
Solution
PR Checklist