Skip to content

tui: body spawn failure does not signal a picker redraw #127

Description

@Ariestar

CodeRabbit finding on PR #81 (thread-names), src/commands/browse/load.rs.

The spawn-failure path records the failure directly into body_failed and does not send a JobEvent, so SourceLoadPump::drain returns false and sessions_pane.poll() does not set redraw. The [!] marker can stay invisible until the next unrelated redraw.

Suggested direction: route the spawn failure through the same JobEvent path as spawn_meta so drain wakes the picker.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions