-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Revert "build: upgrade clang-format to v18" #54994
Conversation
This reverts commit c3e1c31.
😅Sorry! I should've checked the output of a complete format before allowing the PR to be merged. |
CC @magic-akari |
Fast-track has been requested by @richardlau. Please 👍 to approve. |
Landed in 7e00be7 |
Somehow after this revert, I am still seeing this strange cut-off env.cc thing both in the Github actions (https://github.com/nodejs/node/actions/runs/10900721511/job/30436607404?pr=54971) and locally for #54971 - I tried to rebase and re-ran make format-cpp-build locally, but it is still showing up. |
Managed to fix it locally by running |
My apologies for the inconvenience I've caused. |
No worries! Alls well that ends well. |
This reverts commit c3e1c31. PR-URL: #54994 Refs: #53957 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
This reverts commit c3e1c31. PR-URL: nodejs#54994 Refs: nodejs#53957 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
This reverts commit c3e1c31.
@wasm-fmt/clang-format
outputs incompleteenv.cc
(81K) ornode_contextify.cc
(69K) with any changes in it.Refs: #54993 (comment)
Refs: #53957