IPVGO: Do not update captures on passed analysis boards (#2415)

This commit is contained in:
Michael Ficocelli
2025-12-21 16:44:24 -05:00
committed by GitHub
parent 49e231fd41
commit 4218b01dfb
8 changed files with 127 additions and 20 deletions
+10
View File
@@ -521,5 +521,15 @@ export const breakingChanges300: VersionBreakingChange = {
'gets the generated contract with a new optional parameter. Your code was migrated to specify "home" as the host.',
showWarning: false,
},
{
brokenAPIs: [
{ name: "ns.go.analysis.getValidMoves" },
{ name: "ns.go.analysis.getChains" },
{ name: "ns.go.analysis.getLiberties" },
{ name: "ns.go.analysis.getControlledEmptyNodes" },
],
info: "ns.go.analysis methods no longer apply captures to custom board states passed to them, and instead evaluate the given board exactly as-is.",
showWarning: false,
},
],
};