-
-
Notifications
You must be signed in to change notification settings - Fork 264
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
options: Add support for path using std::filesystem::path #2046
base: master
Are you sure you want to change the base?
Conversation
You are modifying libf3d public API! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2046 +/- ##
==========================================
+ Coverage 95.79% 95.80% +0.01%
==========================================
Files 128 128
Lines 10485 10499 +14
==========================================
+ Hits 10044 10059 +15
+ Misses 441 440 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
## String | ||
|
||
Path are formatted by creating a [std::filesystem::path](https://en.cppreference.com/w/cpp/filesystem/path/path) | ||
and then collapsed using [f3d::utils::collapsePath](https://f3d.app/doc/libf3d/doxygen/api/classf3d_1_1utils.html#_CPPv4N3f3d5utils12collapsePathERKNSt10filesystem4pathERKNSt10filesystem4pathE). |
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.
Im not convinced by my doc here but I also do not know if I should be super specific.
_option_variant_convert
logic in f3dOptions.cmake for conversion from an option type to a variant typepath
akastd::filesystem::path
has a valid option typerelated to #1570