-
Notifications
You must be signed in to change notification settings - Fork 38.7k
[TESTBED][NO-MERGE][POC] Use std::filesystem. Remove Boost Filesystem & System #22336
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
[TESTBED][NO-MERGE][POC] Use std::filesystem. Remove Boost Filesystem & System #22336
Conversation
This is required to use std::filesystem on macOS.
Warning: Replacing fs::system_complete calls with fs::absolute calls in this commit may cuase minor changes in behaviour because fs::absolute no longer strips trailing slashes; however these changes are believed to be safe.
…helper function.
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
|
As far as I'm aware, the relevant changes here have been integrated back into #22336. So I'm going to close this for now. |
|
@fanquake The difference between this PR and your PR is in commit 17eff90 and consequently in checks:
I'm not sure whether your response means that you don't like the 17eff90 commit. Anyway, you did not explicitly reject it in this PR or in #20744 (comment). It would be helpful for me to know whether you like it or not. |
Apologies, I have the changes from 17eff90 integrated locally, but forgot to push the branch up. In future, if you want to suggest changes, just commenting is fine, there's not really a need to open these kinds of PRs. I'll rebase #20744 on top of the Android fixes for |
This PR is meant only to test some small modifications of #20744 to fix tests.
Android test failure: