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

of::filesystem PR #7110

Merged
merged 102 commits into from
Mar 7, 2023
Merged

of::filesystem PR #7110

merged 102 commits into from
Mar 7, 2023

Conversation

dimitre
Copy link
Member

@dimitre dimitre commented Sep 28, 2022

relates to:
#6585

specifically:
#6585 (comment)

@dimitre
Copy link
Member Author

dimitre commented Mar 3, 2023

This PR is finally complete,
it changes lots of files at once, so if we just left it open the tendency is conflicts arise from newer PRs like this : #7361

I think having to append .string() to convert a path to a string is a good change, so people can consciously convert the path to string, or u8string when needed

    of::filesystem::path path{u8"愛.txt"};
    std::u8string path_string{path.u8string()};

But I would like to invite others to give opinion on this: @artificiel @ofTheo @2bbb @NickHardeman

@2bbb
Copy link
Contributor

2bbb commented Mar 3, 2023

hi! @dimitre

I think what we have explicit way to convert is good.

@ofTheo
Copy link
Member

ofTheo commented Mar 4, 2023 via email

@dimitre
Copy link
Member Author

dimitre commented Mar 6, 2023

Great @ofTheo I've just did that
converted all the return types to string.

@dimitre dimitre requested a review from ofTheo March 7, 2023 00:36
@ofTheo ofTheo merged commit 5dd623d into openframeworks:master Mar 7, 2023
@ofTheo
Copy link
Member

ofTheo commented Mar 7, 2023

Thanks @dimitre ! 🎉🎉🎉👏

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.

4 participants