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

Use std::filesystem::path instead of string for file paths #5627

Closed
wants to merge 13 commits into from

Conversation

dschuff
Copy link
Member

@dschuff dschuff commented Apr 5, 2023

No description provided.

Copy link
Member

@kripken kripken left a comment

Choose a reason for hiding this comment

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

Looks like a good direction to me to do this gradually!

CI errors look a little worrying though in terms of cross-platform support for this API?

src/support/file.h Outdated Show resolved Hide resolved
@dschuff dschuff marked this pull request as draft April 6, 2023 05:28
@dschuff
Copy link
Member Author

dschuff commented Apr 6, 2023

Switching to draft, Going to try a couple of things to maybe avoid compatibility issues...

@brson
Copy link
Contributor

brson commented Apr 6, 2023

This looks like a good first step toward supporting unicode paths on windows. Thanks.

@dschuff
Copy link
Member Author

dschuff commented Sep 21, 2023

Closing this in favor of #5671

@dschuff dschuff closed this Sep 21, 2023
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.

3 participants