-
Notifications
You must be signed in to change notification settings - Fork 191
Closed
Labels
WindowsWindows platform is affectedWindows platform is affectedavailable on masterFix is done on master branch, issue closed on next releaseFix is done on master branch, issue closed on next releasebugSomething isn't workingSomething isn't working
Milestone
Description
Race condition in all function, who call GHC_INLINE const path::string_type& path::native() const
, because this method write to mutable variable _native_cache.
Proposal:
Switch to native wchar_t storage on Windows.
I think this it shouldn't hurt the "UTF-8 Everywhere" philosophy if all other std::string in API are UTF-8 encoded.
Metadata
Metadata
Assignees
Labels
WindowsWindows platform is affectedWindows platform is affectedavailable on masterFix is done on master branch, issue closed on next releaseFix is done on master branch, issue closed on next releasebugSomething isn't workingSomething isn't working