We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using two different machines
[avalassi@itgold91 gcc11/usr] ~> clang-format --version clang-format version 17.0.6 (AlmaLinux OS Foundation 17.0.6-5.el9) [avalassi@itgold91 gcc11/usr] ~> more /etc/redhat-release AlmaLinux release 9.4 (Shamrock Pampas Cat) [avalassi@itscrd90 bash] ~> clang-format --version clang-format version 15.0.7 (Red Hat 15.0.7-2.el9) [avalassi@itscrd90 bash] ~> more /etc/redhat-release AlmaLinux release 9.2 (Turquoise Kodkod)
All code so far was formatted with the latter ie clang-format v15.
I noticed some differences between clang-format 15 and 17. The templates for codegen etc must be ported to v17.
For the moment I will simply fix the version to <=15 using clang-format from cvmfs.
The text was updated successfully, but these errors were encountered:
[clang] in /tools/mg-clang-format/mg-clang-format, downgrade to clang…
ecb0ba9
…-format v15 from cvmfs if a more recent version is installed madgraph5#952
8847428
a86ad6c
valassi
Successfully merging a pull request may close this issue.
I am using two different machines
All code so far was formatted with the latter ie clang-format v15.
I noticed some differences between clang-format 15 and 17.
The templates for codegen etc must be ported to v17.
For the moment I will simply fix the version to <=15 using clang-format from cvmfs.
The text was updated successfully, but these errors were encountered: