diff options
author | Qyriad <qyriad@qyriad.me> | 2024-04-04 10:46:44 -0600 |
---|---|---|
committer | jade <lix@jade.fyi> | 2024-04-06 04:35:25 +0000 |
commit | a4ef195a9f4c0e018673a872f8f3020cc5337a36 (patch) | |
tree | 0c6dd483a2073130316b49937f6e2d4fab49870f /doc | |
parent | b47c159aec9aa5d8d1807319123a53f87624fafa (diff) |
always re-eval cached failures
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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/rl-next/no-cache-eval-errors.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/manual/rl-next/no-cache-eval-errors.md b/doc/manual/rl-next/no-cache-eval-errors.md new file mode 100644 index 000000000..c80d96dba --- /dev/null +++ b/doc/manual/rl-next/no-cache-eval-errors.md @@ -0,0 +1,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. |