diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-15 00:32:11 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-15 00:32:11 +0200 |
| commit | ccd6faf3d10da0669631fb3e3ba17a46b9e63a09 (patch) | |
| tree | b1829034cf6c6fec206ba50deac59ff4369ce974 /CHANGELOG.md | |
| parent | 2f4e6dd8dfc7e18064e087c65ff9d28b4833cce2 (diff) | |
| download | krino-ccd6faf3d10da0669631fb3e3ba17a46b9e63a09.tar.gz krino-ccd6faf3d10da0669631fb3e3ba17a46b9e63a09.zip | |
(matched) is unknown after an undecided rule, so a catch-all leaves an unreadable file alone
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d528cad..c34962c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,9 @@ and `and`/`or`/`not` combine unknowns by three-valued logic. A rule never matches on an unknown, so `(not (content "x"))` no longer acts on a file krino could not read; an exclude holds on an unknown only when the text - could change its answer; `explain` shows `?`. A document read only in part + could change its answer; `explain` shows `?`. `(matched)` is unknown + while no earlier rule matched but one could not be decided, so a + `(not (matched))` catch-all leaves such a file alone. A document read only in part answers the keywords found in what was read, and leaves the others unknown; its answers are never cached, and keyword caches written by 0.0.7 are discarded. |
