From 684a690480784c21ad5580735c41af13fff04b6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 13 Sep 2024 14:20:34 +0200 Subject: [PATCH] update filesystem-errors changelog to 2.24 release --- doc/manual/rl-next/filesystem-errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/rl-next/filesystem-errors.md b/doc/manual/rl-next/filesystem-errors.md index 2d5b26228..faa9352b9 100644 --- a/doc/manual/rl-next/filesystem-errors.md +++ b/doc/manual/rl-next/filesystem-errors.md @@ -7,7 +7,7 @@ prs: [11378] With the switch to `std::filesystem` in different places, Nix started to throw `std::filesystem::filesystem_error` in many places instead of its own exceptions. -This lead to no longer generating error traces, for example when listing a non-existing directory, and can also lead to crashes inside the Nix REPL. +This lead to no longer generating error traces, for example when listing a non-existing directory. This version catches these types of exception correctly and wrap them into Nix's own exeception type.