commit 1bfc9295af9ec716bf5b26c70f50b0187d7148bf Author: nemophila Date: Thu Apr 6 12:06:58 2023 +1000 trash: Fix files not showing in Trash on Linux More specifically, file explorers (e.g. Nautilus, Konqueror) providing a "Trash" shortcut wouldn't allow people to restore files which were trashed by mlib.trash. The issue was that calling .setExtension would replace the pre-existing extension. i.e. we weren't following the correct naming convention. commit 7efd91427f30bbf776cd4db993c19a3462b724a8 Author: nemophila Date: Sun Mar 19 16:24:14 2023 +1000 trash: Fix compiling on Linux Fix a compiler warning about unreachable code. By default, dub treats these (and any) warnings as errors.