-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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 clang-format to specific version #7350
Conversation
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.
love that this is being added to download, but two things:
- Don't forget to update the contributing.md with how users can use/install this.
- I propose this is done through a docker container as the main or secondary option. Many people will not want to download yet another tool to work with the sdk. Packaging them all up into a single docker image makes this 100x simpler
On @marbar3778's 1 - yes please! We need docs. On 2., yes please! Let's avoid handling all possible cases. Just stick to a platform (a specific Linux distro in a Docker container) and instruct people how to use that. @marbar3778 and I can help with that. |
I'd suggest just using:
easier then having install scripts |
👍 Easier and machine-independent! 👍 |
should we close this PR and track #7332 to use docker? |
someone could push to this branch with only this addition:
then call it good. |
^ ping @akhilkumarpilli |
@marbar3778 This is throwing below error when trying to run. Might be issue with
|
what version are you expecting? we use:
for our formatting and it doesn't cause issues |
I just commented out:
and it didn't cause any changes other than the normal formatting ones, are you sure you need this formatting rule? Seems like most the rules are unneeded? |
I am just using same config which was pushed previously. And it worked fine when using |
Description
clang-format
version to6.0
to avoid version inconsistenciesBefore we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes