feat(plantuml): summarize compile failures (#96) #108
No reviewers
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!108
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/plantuml-failure-summary"
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?
Problem
plantumlfailures still fall back to the generic compile notification for audited stderr shapes like line-numbered parse errors andNo diagram found. The repository PR template also still included an inherited Neovim comment banner that does not apply here.Solution
Add a
plantumlfailure_summaryfor those audited stderr shapes, reuse the same line extractor in the diagnostic parser, cover the behavior with fixture-backed preset tests, and remove the stale comment block from.github/pull_request_template.md. Closes #96.