feat(plantuml): summarize compile failures (#96) #108

Merged
barrettruth merged 2 commits from feat/plantuml-failure-summary into main 2026-04-26 02:47:18 +00:00
barrettruth commented 2026-04-26 02:45:55 +00:00

Problem

plantuml failures still fall back to the generic compile notification for audited stderr shapes like line-numbered parse errors and No diagram found. The repository PR template also still included an inherited Neovim comment banner that does not apply here.

Solution

Add a plantuml failure_summary for 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.

## Problem `plantuml` failures still fall back to the generic compile notification for audited stderr shapes like line-numbered parse errors and `No diagram found`. The repository PR template also still included an inherited Neovim comment banner that does not apply here. ## Solution Add a `plantuml` `failure_summary` for 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.
Sign in to join this conversation.
No description provided.