Distinguish empty checks results from checks request or parse failures #432
Labels
No labels
bug
documentation
duplicate
enhancement
fugitive
good first issue
help wanted
invalid
question
v0.1.0
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/forge.nvim#432
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?
Problem
The checks picker still logs
no checks foundwhen the underlying checks request fails or returns invalid JSON. That misclassifies real request/parse errors as an empty result and hides the useful failure details.Proposed solution
Make the checks picker treat an actual empty checks list as "no checks", but preserve and surface real request/decode failures as warnings or errors with the underlying details.
Notes