Skip to content

fix: show blocked icon for dependency-blocked issues in bd list#2878

Merged
maphew merged 1 commit into
gastownhall:mainfrom
maphew:fix/2858-list-blocked-status
Mar 30, 2026
Merged

fix: show blocked icon for dependency-blocked issues in bd list#2878
maphew merged 1 commit into
gastownhall:mainfrom
maphew:fix/2858-list-blocked-status

Conversation

@maphew

@maphew maphew commented Mar 29, 2026

Copy link
Copy Markdown
Collaborator

Summary

Fixes #2858

  • bd list compact output now shows the (blocked) icon for open issues that have unresolved dependencies, instead of (open)
  • Only overrides when stored status is open and issue has active blockers — in_progress and other statuses keep their own icon
  • Adds tests verifying the icon behavior for blocked, open, and in-progress issues with dependencies

Test plan

  • bd list shows for issues with unresolved blockers
  • bd list shows for open issues without blockers
  • bd list shows for in_progress issues even if they have blockers
  • New unit tests pass: TestFormatIssueCompactBlockedIcon

@codecov-commenter

codecov-commenter commented Mar 29, 2026

Copy link
Copy Markdown

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
4237 1 4236 404
View the full list of 1 ❄️ flaky test(s)
::TestMain

Flake rate in main: 100.00% (Passed 0 times, Failed 9 times)

Stack Traces | 0s run time
FAIL	github..../beads/cmd/bd [build failed]

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

…ownhall#2858)

Open issues with unresolved dependencies now display the ● (blocked)
icon instead of ○ (open) in compact list output. This matches the
legend shown by bd list and the behavior of bd blocked.

Only overrides the icon when the stored status is "open" and the issue
has active blockers — in_progress and other statuses keep their own icon.
🤖 Generated with [Nori](https://nori.ai)

Co-authored-by: Nori <contact@tilework.tech>
Amp-Thread-ID: https://ampcode.com/threads/T-019d3f66-ab13-74d8-bcc7-e53e8e736eef
Co-authored-by: Amp <amp@ampcode.com>
@maphew maphew force-pushed the fix/2858-list-blocked-status branch from 0d0894c to d129e04 Compare March 30, 2026 15:44
@maphew maphew merged commit 29bef78 into gastownhall:main Mar 30, 2026
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bd list does not indicate blocked status for dependent issues

2 participants