diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-15 00:33:04 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-15 00:33:04 +0200 |
| commit | eb31377e43fb26a6726b741978db83453fcd7bdd (patch) | |
| tree | 57837e8301f6bcecc11eb019512051d96fe3e496 /CHANGELOG.md | |
| parent | ccd6faf3d10da0669631fb3e3ba17a46b9e63a09 (diff) | |
| download | krino-eb31377e43fb26a6726b741978db83453fcd7bdd.tar.gz krino-eb31377e43fb26a6726b741978db83453fcd7bdd.zip | |
a rule's duplicate check failure shortens the path too
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c34962c..af4124c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,8 +43,9 @@ name's continuation lines - in the plan, and in the per-file headings of review and undo - start past the label column, so a name cannot pass for a step line. -- Duplicate warnings share one form, `duplicate: PATH: cause`, with the - path shortened to `~` and not repeated inside the cause. +- Duplicate warnings, for the directory and on a rule, name the path + shortened to `~` and do not repeat it inside the cause + (`duplicate: ~/dl/a.txt: open: permission denied`). - `--json` says which exclude set a file aside, carries the warnings raised while matching, and lists unmatched files that raised one. - A literal `{{` or `}}` in a destination is text, not a placeholder: the |
