Skip to content
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

Stay compliant with std::filesystem API #593

Merged
merged 1 commit into from Jan 5, 2021

Conversation

jdlangs
Copy link
Contributor

@jdlangs jdlangs commented Jan 1, 2021

I've been investigating making the rcpputils::fs functionality more compliant with std::filesystem in anticipation of switching and came across this use of path::exists(), which doesn't exist in std::filesystem. This only changes to the non-member function in rcpputils::fs and so can be merged independent of any other change.

…bject

Signed-off-by: Josh Langsfeld <josh.langsfeld@gmail.com>
@jdlangs jdlangs requested a review from a team as a code owner January 1, 2021 21:33
@jdlangs jdlangs requested review from thomas-moulard and jikawa-az and removed request for a team January 1, 2021 21:33
@emersonknapp
Copy link
Collaborator

Gist: https://gist.githubusercontent.com/emersonknapp/e3b7ca277fa3c7dc6acdc98059d8a288/raw/c61d5fbdd986a9f9af1280ed4e6d5476da775166/ros2.repos
BUILD args: --packages-up-to rosbag2_storage
TEST args: --packages-select rosbag2_storage
Job: ci_launcher

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

@emersonknapp emersonknapp merged commit 64a39ab into ros2:master Jan 5, 2021
adamdbrw pushed a commit that referenced this pull request Jan 14, 2021
…bject (#593)

Signed-off-by: Josh Langsfeld <josh.langsfeld@gmail.com>
emersonknapp pushed a commit that referenced this pull request Feb 2, 2021
…bject (#593)

Signed-off-by: Josh Langsfeld <josh.langsfeld@gmail.com>
emersonknapp pushed a commit that referenced this pull request Feb 17, 2021
…bject (#593)

Signed-off-by: Josh Langsfeld <josh.langsfeld@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants