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

common: remove file_system library #797

Merged
merged 1 commit into from
Apr 14, 2022
Merged

Conversation

compnerd
Copy link
Contributor

Remove the custom file_system library in favour of std::filesystem.
This allows us to avoid having to re-implement the functionality on all
the platforms. This will also enable us to support Windows eventually
without having to do all the file system handling (which requires a
significant amount of UTF-8 to UCS-2 conversions) and trying to emulate
the semantics of the functions.

@compnerd compnerd force-pushed the file_system branch 7 times, most recently from 1b4476c to 2bfb948 Compare April 13, 2022 00:07
tools/worker/BUILD Show resolved Hide resolved
tools/common/file_system.cc Show resolved Hide resolved
Remove the custom `file_system` library in favour of `std::filesystem`.
This allows us to avoid having to re-implement the functionality on all
the platforms.  This will also enable us to support Windows eventually
without having to do all the file system handling (which requires a
significant amount of UTF-8 to UCS-2 conversions) and trying to emulate
the semantics of the functions.
@keith keith merged commit e5cef24 into bazelbuild:master Apr 14, 2022
@compnerd compnerd deleted the file_system branch April 14, 2022 16:00
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.

2 participants