1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

doc/rl-next: Add eval-cache-errors

This commit is contained in:
John Ericson 2025-05-14 18:03:31 -04:00
parent 3bc6bf3659
commit e056cdc2a9

View file

@ -0,0 +1,9 @@
---
synopsis: "Consistently preserve error messages from cached evaluation"
issues: [12762]
prs: [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.