feat(presets): add failure summaries preset by preset #81
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/preview.nvim#81
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow-up to #70.
Problem
The general failure path should stay boring and correct. The remaining quality gap is in provider-aware summaries, and the only way to call #81 done is to audit every built-in preset with explicit positive and negative coverage.
Trying to solve this with a stronger global heuristic would repeat the same problems that motivated #70 in the first place. The better path is incremental, preset-by-preset work, with real tool output and both automated and manual validation.
Status
The provider-level
failure_summary(result, ctx)API landed in #86. This issue now tracks the preset-specific work that uses that API.Tracking
latexmkpdflatextectonictypstmarkdowngithubquartoasciidoctorplantumlmermaidQuality bar for every child issue
:Preview outputhint path.:Preview outputandpreview.result().nix develop .#presetsagainst the real toolchain.Direction
:Preview outputas the raw fallback and keep the generic notification minimal.