-
Notifications
You must be signed in to change notification settings - Fork 0
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
update clang-format to use v14 #9
Comments
Note to selfMake Linux CI only run for
This will relax the CI failure notifications when a commit is pushed to non-default branch and said branch is not ready to PR into master. |
2bndy5
added a commit
to nRF24/RF24Network
that referenced
this issue
Feb 16, 2024
2bndy5
added a commit
to nRF24/RF24Network
that referenced
this issue
Feb 16, 2024
2bndy5
added a commit
to nRF24/RF24Mesh
that referenced
this issue
Feb 16, 2024
2bndy5
added a commit
to nRF24/RF24Mesh
that referenced
this issue
Feb 16, 2024
2bndy5
added a commit
to nRF24/RF24Ethernet
that referenced
this issue
Feb 16, 2024
2bndy5
added a commit
to nRF24/RF24Gateway
that referenced
this issue
Feb 16, 2024
2bndy5
added a commit
to nRF24/pyRF24
that referenced
this issue
Feb 16, 2024
2bndy5
added a commit
to nRF24/RF24
that referenced
this issue
Feb 16, 2024
2bndy5
added a commit
to nRF24/RF24
that referenced
this issue
Feb 17, 2024
* satisfy nRF24/.github#9 * ran clang-format * use a separate workflow to check code format * disable ATTinyCore in Arduino CI currently too much headache from upstream problems (namely in Arduino CLI tool) * reduce duplicate CI triggers * add dependabot to update CI dependencies
2bndy5
added a commit
to nRF24/RF24Network
that referenced
this issue
Feb 17, 2024
2bndy5
added a commit
to nRF24/RF24Network
that referenced
this issue
Feb 17, 2024
This was referenced Feb 17, 2024
2bndy5
added a commit
to nRF24/pyRF24
that referenced
this issue
Feb 20, 2024
* satisfy nRF24/.github#9 * [docs CI] install libgl directly
2bndy5
added a commit
to nRF24/RF24Network
that referenced
this issue
Feb 20, 2024
* satisfy nRF24/.github#9 * ran clang-format * use a separate workflow to check code formatting * enable dependabot
2bndy5
added a commit
to nRF24/RF24Network
that referenced
this issue
Feb 20, 2024
* satisfy nRF24/.github#9 * ran clang-format * use separate CI workflow to check code format * enable dependabot
This was referenced Feb 20, 2024
2bndy5
added a commit
to nRF24/RF24Gateway
that referenced
this issue
Feb 20, 2024
* satisfy nRF24/.github#9 * ran clang-format * use a separate workflow to check code format * enable dependabot
2bndy5
added a commit
to nRF24/RF24Mesh
that referenced
this issue
Feb 20, 2024
2bndy5
added a commit
to nRF24/RF24Mesh
that referenced
this issue
Feb 20, 2024
2bndy5
added a commit
to nRF24/RF24Mesh
that referenced
this issue
Feb 20, 2024
* satisfy nRF24/.github#9 * ran clang-format * use separate CI workflow to check code format * enable dependabot
2bndy5
added a commit
to nRF24/RF24Mesh
that referenced
this issue
Feb 20, 2024
* satisfy nRF24/.github#9 * ran clang-format * use separate CI workflow to check code format * enable dependabot
2bndy5
added a commit
to nRF24/RF24Ethernet
that referenced
this issue
Feb 21, 2024
2bndy5
added a commit
to nRF24/RF24Ethernet
that referenced
this issue
Feb 21, 2024
* satisfy nRF24/.github#9 * ran clang-format * use separate workflow to check code format * enable dependabot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm opening this here as the change will be applied here and affect all nRF24 repos.
I just noticed clang-format-12 is no longer available in apt PPA anymore (on Ubuntu).
Looks like v16 is the default. Also, currently MSVC expects v16 or newer, so nRF24 devs running from Windows as their everyday OS can use the same clang tools required by other (up-to-date) projects that build on Windows.
The text was updated successfully, but these errors were encountered: