aeharding / aeharding/kjerag

Seam pool stores duplicate samples of the same capture

未關閉 適合新手
#156 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Rust
星號
1
分支
0
平均合併
1 天 2 小時
30 天內合併 PR
6

描述

Found during the joint-selection work (PR #154): the stored pool holds five samples that are only three distinct fits — two are exact duplicates, the same file pooled on two viewings. A capture watched twice is double-counted in every pooled statistic.

The pool should recognize a returning capture (same file identity) and refresh its sample rather than append a twin.

Out of scope for #154. Filed under the owner's standing authorization (2026-08-05: "Always feel free to file issues to keep track").

貢獻指南

這個儲存庫沒有索引到貢獻指南

研究方向

Search the code for the seam pool logic (where samples are inserted and pooled statistics are updated) and identify how capture identity is compared. Reproduce the issue by running through a capture twice and confirming the same file appears as duplicate pool entries with doubled stats. Then inspect any existing tests around pool insertion/statging or add coverage there so the expected behavior is that a returning capture replaces/refreshes its sample instead of appending one.

由索引模型根據 Issue 內容生成。

評估

技術堆疊
rust
領域
desktop-dev
Issue 類型
缺陷
難度
2/5
預估耗時
1-3 小時
活躍度
冷清
描述清晰度
基本清楚
新手友好度
68/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。