Skip to content

fix: deduplicate backlog work items#651

Open
ApexWorm wants to merge 1 commit into
peteromallet:mainfrom
ApexWorm:fix/backlog-duplicate-items
Open

fix: deduplicate backlog work items#651
ApexWorm wants to merge 1 commit into
peteromallet:mainfrom
ApexWorm:fix/backlog-duplicate-items

Conversation

@ApexWorm

Copy link
Copy Markdown

Problem

Mechanical findings that also qualify as triage findings were appended through both the objective and review partitions. The backlog therefore displayed the same stable issue ID twice.

Fix

Build the backlog by its existing partition-priority order while retaining only the first occurrence of each stable ID. Execution exclusions retain their existing behavior.

Verification

  • python3 -m pytest -q desloppify/tests/review/test_work_queue_plan_order_and_triage.py (22 passed)
  • git diff --check

Note: focused Ruff reports pre-existing import ordering and an unused import in the unchanged module/test headers; this patch does not touch those lines.

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.

1 participant