






















@@ -77,10 +77,15 @@ diff --git a/b.ts b/b.ts
7777repo: "openclaw/openclaw",
7878});
797980-expect(plan).toMatchObject([
80+expect(plan).toStrictEqual([
8181{
8282action: "close",
83-candidate: { number: 70530 },
83+ candidate,
84+comment: `Thanks for the fix. This is now covered by the landed #70532 / commit https://github.com/openclaw/openclaw/commit/6415e35.
85+86+Evidence: overlapping changed hunks; shared file(s): ui/src/ui/chat/grouped-render.ts.
87+88+Closing #70530 as a duplicate.`,
8489evidence: {
8590overlappingHunks: true,
8691sharedFiles: ["ui/src/ui/chat/grouped-render.ts"],
@@ -119,10 +124,17 @@ diff --git a/b.ts b/b.ts
119124repo: "openclaw/openclaw",
120125});
121126122-expect(plan[0]).toMatchObject({
127+expect(plan[0]).toStrictEqual({
123128action: "close",
129+ candidate,
130+comment: `Thanks for the fix. This is now covered by the landed #70532 / commit https://github.com/openclaw/openclaw/commit/6415e35.
131+132+Evidence: shared issue(s): #70491; shared file(s): ui/src/ui/chat/grouped-render.ts.
133+134+Closing #70592 as a duplicate.`,
124135evidence: {
125136overlappingHunks: false,
137+sharedFiles: ["ui/src/ui/chat/grouped-render.ts"],
126138sharedIssues: [70491],
127139},
128140});
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。