[Bug libstdc++/87846] std::filesystem::create_directories with a path with a trailing slash does not create any directory

2022-02-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87846 --- Comment #6 from Jonathan Wakely --- Actually no, it's fine, the relevant test fails because exists("foo/") fails, due to PR 1, and *that* isn't fixed for the experimental TS.

[Bug libstdc++/87846] std::filesystem::create_directories with a path with a trailing slash does not create any directory

2022-02-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87846 --- Comment #5 from Jonathan Wakely --- N.B. the experimental::filesystem::create_directories function still has this problem on Windows, but the TS support on Windows is minimal anyway. I'm not going to fix it at this time.

[Bug libstdc++/87846] std::filesystem::create_directories with a path with a trailing slash does not create any directory

2019-02-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87846 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/87846] std::filesystem::create_directories with a path with a trailing slash does not create any directory

2019-02-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87846 --- Comment #3 from Jonathan Wakely --- Author: redi Date: Fri Feb 8 12:20:22 2019 New Revision: 268685 URL: https://gcc.gnu.org/viewcvs?rev=268685=gcc=rev Log: PR libstdc++/86910 fix filesystem::create_directories Implement the proposed

[Bug libstdc++/87846] std::filesystem::create_directories with a path with a trailing slash does not create any directory

2018-11-28 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87846 --- Comment #2 from Jonathan Wakely --- Author: redi Date: Thu Nov 29 00:39:37 2018 New Revision: 266598 URL: https://gcc.gnu.org/viewcvs?rev=266598=gcc=rev Log: PR libstdc++/86910 fix filesystem::create_directories Implement the proposed

[Bug libstdc++/87846] std::filesystem::create_directories with a path with a trailing slash does not create any directory

2018-11-28 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87846 --- Comment #1 from Jonathan Wakely --- The implementation of create_directories worked for the Filesystem TS but I didn't update it to cope with the different C++17 semantics for a trailing slash. The empty filename at the end of the path

[Bug libstdc++/87846] std::filesystem::create_directories with a path with a trailing slash does not create any directory

2018-11-28 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87846 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|