-
Notifications
You must be signed in to change notification settings - Fork 7
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
[INFRA] Optional tdl #218
[INFRA] Optional tdl #218
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
9220806
to
641a878
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #218 +/- ##
=======================================
Coverage 91.90% 91.91%
=======================================
Files 17 17
Lines 1594 1595 +1
=======================================
+ Hits 1465 1466 +1
Misses 129 129 ☔ View full report in Codecov by Sentry. |
9ccc8ec
to
7932c77
Compare
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.
Thank you!
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.
💅
fae9384
to
82a96f7
Compare
Thank you for the quick fix again! One thing though: right now you are assuming that the library is always built by CMake, because you are referring to #ifndef SHARG_HAS_TDL
#define SHARG_HAS_TDL __has_include(<TDLHEADER>)
#endif That way, everything would still work well in header-only land. |
I was thinking about adding that in the The header-check would cause issues if TDL is installed system-wide. |
Tests are a bit annoying, and snippets will need to be built with tdl (readme_snippet).