blob: c80d96dba1fe55b13b482a3f31c8a4a8c6b5f726 (
plain)
1
2
3
4
5
6
7
8
|
---
synopsis: re-evaluate cached evaluation errors
cls: 771
---
"cached failure of [expr]" errors have been removed: expressions already in the
eval cache as a failure will now simply be re-evaluated, removing the need to
set `--no-eval-cache` or similar to see the error.
|