gulrak / filesystem

An implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD.
MIT License
1.31k stars 168 forks source link

Fix for issue #132 #135

Closed phprus closed 2 years ago

phprus commented 2 years ago

Fix ghc::filesystem::remove_all behavior if argument is symlink (#132) See https://en.cppreference.com/w/cpp/filesystem/remove:

Symlinks are not followed (symlink is removed, not its target).

Update CI: Switch from ubuntu 16.04 to 18.04

phprus commented 2 years ago

@gulrak review my PR please.

gulrak commented 2 years ago

Sorry, I had some very busy weeks at my job. Thank you for this fix and for the CI update to 18.04!

phprus commented 2 years ago

I apologize for distracting you from your job.

gulrak commented 2 years ago

No, please, I'm happy you fixed it! No apologies needed, I plan to make a new release late (in CEST) on Sunday. Thanks for your supportive work!