fix: code quality, resource cleanup, and duplicate code extraction - #98
Open
Misaka477 wants to merge 1 commit into
Open
fix: code quality, resource cleanup, and duplicate code extraction#98Misaka477 wants to merge 1 commit into
Misaka477 wants to merge 1 commit into
Conversation
Collaborator
|
这批改动里 B2(指纹缓存从"满了清空"改成逐条驱逐)和 B12(把
一个不卡合入但建议处理的点:B14 实际没有改变行为——原代码已经是 流程上说明:测试矩阵没跑是因为首次贡献者的 workflow 需要维护者批准,不是你的问题;上面两处修完、push 上来,我们批准 workflow 让三平台跑绿。另外你这三个 PR(#96/#97/#98)之间有文件重叠( |
This was referenced Jul 17, 2026
Misaka477
force-pushed
the
fix/code-quality-resource-cleanup
branch
from
July 27, 2026 16:26
f03649e to
6dae06b
Compare
Author
|
@ZouR-Ma 已按反馈收敛并 force-push:
PR body 和 issue 关联已同步为仅关闭 #93。麻烦批准首次贡献者 workflow 跑三平台矩阵。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Ensures the realtime coding bridge removes its abort listener whether a task completes normally or is interrupted.
Changes
raceWithAbort()to manage work-versus-abort races.Verification
pnpm check✅main.Closes #93