| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | comments that explain the code, not how it was written | Lukasz Kasprzak | 5 days | 1 | -10/+9 |
| | | | | | | | | | | | | | | | | | | | About 340 comments cited the development process: task and plan numbers, fix waves, rulings, reviewers, and the author in the third person with a date. None of that exists outside the work itself, so to a reader it pointed at nothing. Each one now states the engineering reason it was standing in front of; where a comment was provenance and nothing else, it is gone. References to docs/design.md and docs/gui-design.md by section stay: both ship with the repository. The design documents lose their amendment diaries - CHANGELOG.md is that record - and the GUI's says plainly that the window has gone further than the document. Only comments changed. Every .go file was parsed and its code printed with comments stripped, before and after: the two hashes are identical across all 175 files. | ||||
| * | gui: name the other copy of a duplicate, and offer to keep this one instead | Lukasz Kasprzak | 5 days | 1 | -0/+8 |
| | | |||||
| * | milestone 1 review: claims span the run, explain's chain is opt-in and its ↵ | Lukasz Kasprzak | 7 days | 1 | -4/+19 |
| | | | | | own, overrides keyed by clean path, splice and enum guards | ||||
| * | explain reports captures and the chain a file would get | Lukasz Kasprzak | 7 days | 1 | -7/+25 |
| | | |||||
| * | an undecided (stop) rule ends the search for that file | Lukasz Kasprzak | 7 days | 1 | -0/+11 |
| | | |||||
| * | a failed duplicate lookup is unknown, like unreadable content | Lukasz Kasprzak | 7 days | 1 | -1/+1 |
| | | |||||
| * | (matched) is unknown after an undecided rule, so a catch-all leaves an ↵ | Lukasz Kasprzak | 8 days | 1 | -0/+6 |
| | | | | | unreadable file alone | ||||
| * | explain walks the directory for a duplicate test in an exclude too | Lukasz Kasprzak | 8 days | 1 | -3/+15 |
| | | |||||
| * | output: wrap by terminal columns, names cannot fake step lines, -v lists ↵ | Lukasz Kasprzak | 8 days | 1 | -2/+26 |
| | | | | | unscanned destinations | ||||
| * | literal braces are text, not placeholders, for containment and walk exclusion | Lukasz Kasprzak | 8 days | 1 | -3/+2 |
| | | |||||
| * | explain: shows a duplicate's skipped delete, leaves the cache alone, walks ↵ | Lukasz Kasprzak | 8 days | 1 | -3/+20 |
| | | | | | only for duplicate tests | ||||
| * | plan 9: undo review matches review, --min-age validated, future mtimes, rule ↵ | Lukasz Kasprzak | 8 days | 1 | -1/+1 |
| | | | | | names, conflict enum, dependency gate, absolute tool paths | ||||
| * | plan 9: content excludes fail closed; krino.conf excludes checked without ↵ | Lukasz Kasprzak | 8 days | 1 | -5/+20 |
| | | | | | directories | ||||
| * | plan 9: keyword cache keys on extension, max-read and Unicode tables, trims ↵ | Lukasz Kasprzak | 8 days | 1 | -8/+21 |
| | | | | | removed keywords | ||||
| * | plan 8: fuzz decoders; fold ẞ and invalid UTF-8 correctly, refuse ↵ | Lukasz Kasprzak | 8 days | 1 | -1/+9 |
| | | | | | non-UTF-8 paths in krino new | ||||
| * | krino: 0.0.5 — keyword cache, t and d in reviewv0.0.5 | Lukasz Kasprzak | 8 days | 1 | -9/+36 |
| | | |||||
| * | 0.0.4: max-size, exclude forms, --min-agev0.0.4 | Lukasz Kasprzak | 8 days | 1 | -6/+43 |
| | | |||||
| * | krino: duplicates are found, never deleted | Lukasz Kasprzak | 8 days | 1 | -0/+42 |
| | | | | | | | | | | A rule combining (duplicate) with a delete action is refused at load, and a file that is a duplicate under any duplicate scope its directory uses gets no delete step from any rule: the plan shows it skipped and the chain continues. A failed duplicate check blocks the delete too. Tests cover (matched), another rule's own condition, a test evaluation skipped, two scopes and a failed check, each checking every copy is still on disk. | ||||
| * | krino: planning — chains, placeholders, conflicts, JSON | Lukasz Kasprzak | 10 days | 1 | -2/+8 |
| | | |||||
| * | krino: matching — scan, ignore, conditions, extraction, duplicates, ↵ | Lukasz Kasprzak | 11 days | 1 | -0/+357 |
| explain, dry run | |||||
