1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00
nix/doc/manual/rl-next/eval-cache-errors.md
2025-05-14 18:03:31 -04:00

389 B

synopsis issues prs
Consistently preserve error messages from cached evaluation
12762
12809

In one code path, we are not returning the errors cached from prior evaluation, but instead throwing generic errors stemming from the lack of value (due to the error). These generic error messages were far less informative. Now we consistently return the original error message.