forked from lix-project/lix
Qyriad
a4ef195a9f
This is terrible UX, and frankly an eval failure should be a cache
invalidation anyway.
This removes the CachedEvalError type entirely.
Fixes #223.
Change-Id: I91f8003eabd0ea45003024e96d1de3c7ae8e49d8
9 lines
274 B
Markdown
9 lines
274 B
Markdown
---
|
|
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.
|