fix: label built-in preset failure summaries #114
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!114
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/preset-summary-labels"
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
Built-in failure notifications summarized compiler output, but they did not consistently identify which preset produced the message. That made failures ambiguous when multiple presets shared a filetype or underlying toolchain, and generic fallback failures were unlabeled.
Solution
Add an internal summary label for each built-in preset and use it to prefix both parsed summaries and compiler fallback messages. Update the preset and compiler specs to cover the labeled output, add the internal field to the provider type for LuaLS, and document the behavior in vimdoc.