Page MenuHomePhabricator

Update CONTRIBUTING.md to clang-7
ClosedPublic

Authored by Mengerian on Jan 19 2019, 04:38.

Details

Summary

Also add apt package link

Test Plan

I used the apt.llvm.org source to install clang-7 in Ubuntu, and it worked.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
clang7
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 4580
Build 7223: Bitcoin ABC Buildbot (legacy)
Build 7222: arc lint + arc unit

Event Timeline

What about this thing I had to run? update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-7 100 -- was that not needed when you grabbed it from apt.llvm.org?

This revision is now accepted and ready to land.Jan 19 2019, 13:32

@markblundeberg We should try to update the system's default on people's computers, IMO. It doesn't need to be the default anyways, it needs to be installed.

@markblundeberg Yeah, I think that's a bit too specific, as it assumes what system the person is running, and people might have all kinds of different configurations. We don't want to get into system configuration management in these docs.

This at least points them in the right direction.

This revision was automatically updated to reflect the committed changes.