Realize binary complement merges immediately

This commit is contained in:
Theodore Song
2026-08-22 08:32:53 -04:00
parent 4738767514
commit ee2d3edd72
4 changed files with 66 additions and 10 deletions
+4
View File
@@ -83,6 +83,10 @@ assert.match(index, /const BUNDLE_MIN_DAILY_RETURN=0\.0002;/);
assert.match(index, /function compareBundleOpportunities\(a,b\)/);
assert.match(index, /function binaryComplementBundleSuggestions\(event,\{includeUnprofitable=false\}=\{\}\)/);
assert.match(index, /discoversExecutableBinaryComplements:/);
assert.match(index, /immediatelyMergesBinaryCompleteSet:/);
assert.match(index, /rejectsCrossMarketBinaryMerge:/);
assert.match(index, /immediateMergeMetadataSurvivesSync:/);
assert.match(api, /bundle_immediate_merge: s\.bundle_immediate_merge/);
assert.match(index, /reservesBinaryComplementDepthChecks:/);
assert.match(index, /function bundleVerificationShortlist\(candidates\)/);
assert.match(index, /function prioritizeIndependentBundles\(candidates,limit=Infinity\)/);