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:
parent
3bc6bf3659
commit
e056cdc2a9
1 changed files with 9 additions and 0 deletions
9
doc/manual/rl-next/eval-cache-errors.md
Normal file
9
doc/manual/rl-next/eval-cache-errors.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue