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

Eliminates std::filesystem usage in utils.cc #1346

Merged
merged 2 commits into from
Mar 2, 2022

Conversation

arjo129
Copy link
Contributor

@arjo129 arjo129 commented Feb 16, 2022

🦟 Bug fix

Fixes #

Summary

Depends on gazebosim/gz-common#312

See gazebo-tooling/release-tools#639

Basically, this removes the dependency on std::filesystem in ign-gazebo as its been causing issues when binaries are produced by different compiler versions. This current version makes sure that we keep all std::filesystem code in ign-common.

Signed-off-by: Arjo Chakravarty arjo@openrobotics.org

Checklist

  • Signed all commits for DCO
  • Added tests
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

Depends on gazebosim/gz-common#312

See gazebo-tooling/release-tools#639

Basically, this removes the dependency on `std::filesystem` in  ign-gazebo as its been causing issues when binaries are produced by diffrent compiler versions. This current version makes sure that we keep all `std::filesystem` code in` ign-common`.

Signed-off-by: Arjo Chakravarty <arjo@openrobotics.org>
@arjo129 arjo129 requested a review from chapulina as a code owner February 16, 2022 15:28
@github-actions github-actions bot added the 🌱 garden Ignition Garden label Feb 16, 2022
@nkoenig
Copy link
Contributor

nkoenig commented Feb 16, 2022

I think you can target this to ign-gazebo6, and the same goes for the ign-common PR.

@mjcarroll mjcarroll added the needs upstream release Blocked by a release of an upstream library label Feb 17, 2022
@mjcarroll
Copy link
Contributor

I guess we are going to have to do an ign-common6 prerelease for this?

@chapulina
Copy link
Contributor

@osrf-jenkins run tests again

I guess we are going to have to do an ign-common6 prerelease for this?

This is targeting unstable branches, so we should be able to use the nightlies

Copy link
Contributor

@chapulina chapulina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with happy CI

@arjo129 arjo129 merged commit 4c84e1c into main Mar 2, 2022
@arjo129 arjo129 deleted the arjo/fix/no_std_filesystem branch March 2, 2022 01:28
@chapulina chapulina removed the needs upstream release Blocked by a release of an upstream library label Mar 7, 2022
@j-rivero j-rivero mentioned this pull request Sep 16, 2022
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌱 garden Ignition Garden
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants