-
Notifications
You must be signed in to change notification settings - Fork 282
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
add support for gcc and clang 7 #2484
Conversation
👇 Click on the image for a new way to code review
Legend |
Uses std::experimental::filesystem Signed-off-by: Rosen Penev <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #2484 +/- ##
=======================================
Coverage 62.11% 62.11%
=======================================
Files 121 121
Lines 22820 22820
Branches 11209 11209
=======================================
Hits 14174 14174
Misses 6439 6439
Partials 2207 2207
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Any particular reason to support these old compilers on main? |
No. It's just real easy to do. There might be super LTS systems out there that could benefit. |
It's more code... and I doubt super LTS systems would go for main/next version... |
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.
I love it 💯
As @neheb stated, the more compilers we can support out there the better.
However, I do not think we have CI jobs checking that clang-7 or old gcc versions can actually compile the project, right? If we want to be sure that we support these compilers we should add some additional jobs in our pipelines (we can create another ticket for that)
not that much. It's just preprocessor stuff, |
Signed-off-by: Rosen Penev [email protected]