mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
update filesystem-errors changelog to 2.24 release
This commit is contained in:
parent
4354d90384
commit
684a690480
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue