Extend API to use std::filesystem (backport #104)#109
Conversation
Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
…ce Lyrical). Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz>
4653f05 to
8c94282
Compare
|
Regarding ABI, there should be no change for the existing symbols (their implmentation has not been touched). Regarding API, this PR pulls |
|
Pulls: #109 |
|
@jmachowinski if you need to see green CI, please rerun Linux and Linux-rhel jobs. They were interrupted. |
|
Pulls: #109 |
|
https://github.com/Mergifyio backport kilted humble |
✅ Backports have been createdDetails
|
(cherry picked from commit 1bba98c) Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz> Co-authored-by: Martin Pecka <peci1@seznam.cz> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
This is a manual backport of #104 to Jazzy.
I've decided to reimplement the new std::filesystem API using the old API to get consistent results and avoid code duplication. All tests for the std::filesystem API still pass. But if it's more suitable, I can also copy-paste the original std::filesystem implementations from #104.