Show structured command failures in CI log and summary buffers #639
Labels
No labels
bug
documentation
duplicate
enhancement
fugitive
good first issue
help wanted
invalid
question
v0.1.0
v0.2.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#639
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?
Parent: #634
Problem
CI log and summary buffers currently write trimmed stderr/stdout or generic
no log output/no outputlines. They drop command identity and exit code, and they hide stdout when stderr exists. This makes failed log fetches hard to diagnose, especially across Forgejo/Gitea action APIs.Scope
forge.log.openandforge.log.open_summary.Non-goals