Report vim.ui.open failures in browse actions #665
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#665
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
Some browse actions ignore
vim.ui.open()failures and report success or do nothing visible.Evidence:
vim.ui.open(url):lua/forge/action/ops.lua:776gxignores the open result:lua/forge/term.lua:116lua/forge/picker/checks.lua:140This makes browser-provider failures silent in common user actions.
Expected
Handle
vim.ui.open()failures consistently, preserving useful failure detail without noisy success-path logging.Context
Found during release-preview readiness audit. Remote Forgejo CI cannot currently be awaited because the Spark runner is down; use local verification for the fix.