Page MenuHomePhabricator

Introduce and run clang-format updated to newer version
ClosedPublic

Authored by marcin on May 17 2022, 6:10 AM.
Tags
None
Referenced Files
F3413810: D4064.diff
Thu, Dec 5, 6:28 AM
F3413626: D4064.diff
Thu, Dec 5, 5:44 AM
F3413441: D4064.diff
Thu, Dec 5, 5:00 AM
F3413081: D4064.diff
Thu, Dec 5, 4:17 AM
F3412864: D4064.diff
Thu, Dec 5, 3:33 AM
F3412674: D4064.diff
Thu, Dec 5, 2:49 AM
F3412098: D4064.diff
Thu, Dec 5, 2:06 AM
F3411646: D4064.diff
Thu, Dec 5, 1:22 AM

Details

Summary

Update clang-format to v1.8.0 since 1.7.0 does not work on Intel

Test Plan

Check that yarn clang-format-all works on Intel mac

Diff Detail

Repository
rCOMM Comm
Branch
marcin/eng-1155
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

tomek added 1 blocking reviewer(s): ashoat.
tomek added inline comments.
native/ios/Comm/CommSecureStore.mm
31

It's really interesting why the code that isn't properly formatted happened to be landed

yarn.lock
15692

(This is because of https://github.com/CommE2E/comm/commit/33f1104ae4759296ae9f7cc1601ee0602086e06a. I ran yarn cleaninstall before landing to make sure no changes showed up in working copy... but then when I ran yarn cleaninstall this morning the change removing shelljs@^0.8.5 showed up in my working copy. Pretty likely it was an omission on my end, but I'm typically pretty paranoid about running yarn cleaninstall once or twice to make sure yarn.lock has everything in it.)

This revision is now accepted and ready to land.May 17 2022, 12:47 PM